JBoss Community

Re: Overriding server libs in an EJB inside an EAR - 5.1.0.GA

created by Ales Justin in JBoss Microcontainer - View the full discussion

In your code, you could do something like:

 

System.out.println("HI::classloader >> " + HibernateInterceptor.class.getClassLoader());

 

Or remote debug of JBossAS and stopping the code in Ejb3Configuration.configure(Ejb3Configuration.java:793)

then doing the same, somehow. :-)

Reply to this message by going to Community

Start a new discussion in JBoss Microcontainer at Community