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&...]