1 Reply Latest reply on Aug 10, 2006 11:23 AM by wconroy

    Service in Embedded Container

      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