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=3875455#3875455

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


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to