User development,

A new message was posted in the thread "Ear sufix in ejb jndi name":

http://community.jboss.org/message/526346#526346

Author  : Mirek Sz
Profile : http://community.jboss.org/people/MirekSz

Message:
--------------------------------------------------------------
I using
 
jboss.xml
 
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE jboss PUBLIC
      "-//JBoss//DTD JBOSS 3.0//EN"
      "http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd";>
<jboss>
    <enterprise-beans>
        <session>
            <ejb-name>AsenDaoImpl</ejb-name>
            <local-jndi-name>ewan/AsenDaoImpl/local</local-jndi-name>
        </session>
    </enterprise-beans>
</jboss>
 
and I have two entires in JNDI
 
ewan/AsenDaoImpl/local
AsenDaoImpl/local
 
I don't know whythe second entry exists

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/526346#526346


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to