[jboss-user] [EJB/JBoss] - Re: Problem when trying to access an EJB bean in an Enterpri

jaikiran do-not-reply at jboss.com
Thu Nov 9 08:21:33 EST 2006


<?xml version="1.0" encoding="UTF-8"?>
  | <jboss-client>
  |   <jndi-name>MFEA-client</jndi-name>
  |     <ejb-ref>
  |     <ejb-ref-name>ejb/BeanSessionBean</ejb-ref-name>
  |     <jndi-name>BeanSessionBean</jndi-name>
  |     </ejb-ref>
  | </jboss-client>

Shouldn't the jndi name be "MySession" :

<?xml version="1.0" encoding="UTF-8"?>
  | <jboss-client>
  |   <jndi-name>MFEA-client</jndi-name>
  |     <ejb-ref>
  |     <ejb-ref-name>ejb/BeanSessionBean</ejb-ref-name>
  |     <jndi-name>MySession</jndi-name>
  |     </ejb-ref>
  | </jboss-client>


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

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



More information about the jboss-user mailing list