I deployed the JBossDukesBank.ear I built using the JBoss getting started 
tutorial. After doing this the names listed in the global JNDI namespace are 
the bean names not the names specified as jndi-name in the jboss.xml. For 
example: 

<ejb-name>CustomerBean</ejb-name> 
<jndi-name>MyCustomer</jndi-name> 

The JMX Console ->JNDIView ->list() under GlobalJNDI Namespace shows: 

+- local (class: org.jnp.interfaces.NamingContext) 
| +- CustomerBean (proxy: $Proxy54 implements interface 
com.sun.ebank.ejb.customer.CustomerHome) 

MyCustomer does not appear anywhere on that JNDIView list() page 

JBoss appears to ignore the information in the jndi-name tag.  I have seen this 
problem with my own applications as well.  I've posted this twice but have yet 
to get an answer.  There must be a simple explanation.  
Thanks,

John


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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to