You seem to be marking it as @Service as well as @Stateless
@Service
| @Stateless
| public class SessionManagerBean implements SessionManager, InternalSessionManager
|
Instead, mark it just as a @Service
@Service
| public class SessionManagerBean implements SessionManager, InternalSessionManager
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211482#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...