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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to