[jboss-user] [EJB 3.0] - Service in Embedded Container
wconroy
do-not-reply at jboss.com
Thu Aug 10 11:00:29 EDT 2006
I have a class that has the @Service and the @Management annotations. Interface for the management annotation contains the method,
public void start() throws Exception;
When I start the container, I can see it deploys my bean, but it never calls the start method. Is there anything special that needs to be done to my start method to be invoked?
I saw this used to be a problem, but I am not sure if it was ever resolved.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71122
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964392#3964392
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964392
More information about the jboss-user
mailing list