You may also have to add a reference to the appropriate <container-name> in your EJB
declaration. You'd add something like this to your jboss.xml:
<enterprise-beans>
| <entity>
| <ejb-name>[your bean name here]</ejb-name>
| <configuration-name>[container-name here]<configuration-name>
| </entity>
| <enterprise-beans>
|
O.M.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169633#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...