Ales Justin [https://community.jboss.org/people/alesj] created the discussion

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

To view the discussion, visit: https://community.jboss.org/message/737781#737781

--------------------------------------------------------------
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
[https://community.jboss.org/message/737781#737781]

Start a new discussion in JBoss Microcontainer at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to