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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...