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

Reply via email to