1 Reply Latest reply on Nov 20, 2008 10:44 AM by tfranconville

    Classloader problems with 2 isolated ear, on an EJB call

    tfranconville

      Hello,

      We have 2 applications (ear), based on a same framework based on a same named properties file.
      I am surprised that a call from one application to an EJB of the 2nd application parametrized as a remote EJB is call on the same thread (view on debug in eclipse). My problem is that the EJB called read the properties file of the calling EAR, as it use the classloader of the first application.

      I have tried all the stuff said in that url http://www.jboss.org/community/docs/DOC-9288 without success.

      would you have any clue ...

      Thanks all

      Thomas