Yes.  I just double checked that.  jboss.xml and ejb-jar.xml are at the same 
location.  For a really base test case I deployed the JBossDukesBank.ear I 
built using the JBoss getting started tutorial.  This reveals the same problem, 
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



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

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


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to