I have two .jar files which contains EntityBeans whith local interfaces.
In jboss.xml I use JNDI names, which corresponds to Bean names, for example:

jboss.xml for first .jar file
===================
....

   <ejb-name>BeanA</ejb-name>
   <local-jndi-name>BeanA</local-jndi-name>

...
===================

jboss.xml for second .jar file
===================
....

   <ejb-name>BeanB</ejb-name>
   <local-jndi-name>BeanB</local-jndi-name>

...
===================


But after deployment I see in jmx-conslole the names of my beans like this:

jndiName=BeanA,service=EJB 
jndiName=local/BeanB,service=EJB 

So, lookup for BeanB is failed.
What is the reason? Something wrong with descriptors?



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

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


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to