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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...