[jboss-user] [Management, JMX/JBoss] - Re: Service bean initialized twice

jaikiran do-not-reply at jboss.com
Thu Feb 19 09:22:14 EST 2009


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#4211482

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211482



More information about the jboss-user mailing list