[jboss-user] [JBoss Getting Started Documentation] - Re: javax.naming.NamingException : could not dereference obj

jaikiran do-not-reply at jboss.com
Wed Sep 5 06:55:01 EDT 2007


anonymous wrote : jboss-web.xml is
  | 
  | <jboss-web>
  | <ejb-ref>
  | <ejb-ref-name>ejb/exampleBMP</ejb-ref-name>
  | <jndi-name>ejb/exampleBMPBean</jndi-name>
  | </ejb-ref>
  | </jboss-web> 

Try this:

<jboss-web>
  | <ejb-ref>
  | <ejb-ref-name>ejb/exampleBMP</ejb-ref-name>
  | <jndi-name>exampleBMPBean</jndi-name>
  | </ejb-ref>
  | </jboss-web> 

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

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



More information about the jboss-user mailing list