Hi,
i m a trainee in a company and I'm migrating some enterprise application from 
weblogic server into jboss server (version specified in the title).
my problem is that when I deploy  more than one application in the same server 
instance, the server reject the second one and display a message indicating a 
conflict of JNDI name because the two applications use the same EJB(inside the 
ear) :
ex : app1 use   EJB1
       app2 use EJB1
the deployment of app1 is done without any problem, but the deployment of app2 
doesn't work because of the same jndi name used for the EJB1 in app1.
I used this script to try to resolve the problem but the problem persist :

script :

<!-- EAR deployer, remove if you are not using Web layers -->
 
 <!-- Isolate all ears in their own classloader space -->
 true
 <!-- Enforce call by value to all remote interfaces -->
 true
 

if somebody had the same problem or know how to resolve this one, please help.

thanks    

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875451#3875451

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875451


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to