I couldn't say for sure, but a flag to me is that you're putting your EJBs in the
WAR. I usually separate them into their own JARs with a:
<module>
| <ejb>ejbs-name.jar</ejb>
| </module>
...in META-INF/application.xml so the EJB3 Deployer knows to scan for them.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040649#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...