[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NamingException: userEntity not bound

jaikiran do-not-reply at jboss.com
Tue May 29 12:18:47 EDT 2007


anonymous wrote : <message-driven>
  | <ejb-name>ejb/messageServerMessage</ejb-name>
  | <local-jndi-name>ejb/messageServerMessage</local-jndi-name>
  | <destination-jndi-name>queue/MessageQueue</destination-jndi-name>
  | <resource-ref>
  | <res-ref-name>topic/MessageTopic</res-ref-name>
  | <jndi-name>topic/MessageTopic</jndi-name>
  | 
  | </resource-ref>
  | </message-driven> 

You have added the local-jndi-name to the message driven bean. You will have to add it to the session beans too (the userEntity and the sessionEntity)

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

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



More information about the jboss-user mailing list