it depends upon how you realized accessing spring injected services right now.
Out of the box jboss does not support the usage of injected spring pojos.
You would usually use them in the catalina (servlet) part of the application.
If you however want to use spring in the ejb container you would use this approach. It
allows you to inject spring beans into your ejb3 environment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061172#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...