[jboss-user] [JBoss Microcontainer] - Re: Overriding server libs in an EJB inside an EAR - 5.1.0.GA

Rodrigo Uchoa do-not-reply at jboss.com
Fri May 25 11:36:33 EDT 2012


Rodrigo Uchoa [https://community.jboss.org/people/rodrigo.uchoa] 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/738006#738006

--------------------------------------------------------------
> Different domain name should already separate them.

But it didn't.  :( 

Here's the two jboss-classloading files (each inside ear/META-INF)

<?xml version="1.0" encoding="UTF-8"?>
<classloading xmlns="urn:jboss:classloading:1.0"
 *domain="corporativo.ear"*
 export-all="NON_EMPTY"
 import-all="true"
 parent-first="false">
</classloading>


<?xml version="1.0" encoding="UTF-8"?>
<classloading xmlns="urn:jboss:classloading:1.0"
 *domain="sinpi.ear"*
 export-all="NON_EMPTY"
 import-all="true"
 parent-first="false">
</classloading>



The first domain is "corporativo.ear" and the second is "sinpi.ear". Any more clues? Thanks anyway.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/738006#738006]

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120525/9aee24f2/attachment.html 


More information about the jboss-user mailing list