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/738292#738292 -------------------------------------------------------------- I mean, you should attach a remote debuger to your AS instance. This is a pita, as you need to have all the code -- AS project has it, and we use Maven, so it's doable. Then step-by-step, to see why the classloader from one domain actually jumps / sees the other domain, where they should be isolated from each-other. Make sure you don't have any unneccessary jboss-classloading.xml files present, which could instruct the CL to point to wrong domain. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/738292#738292] 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
