2 Replies Latest reply on Oct 30, 2012 5:34 PM by llsilva.carlos

    Error @Singleton with @Startup

    llsilva.carlos

      Hi, I have problem with @Singleton and @Startup.

       

      @Singleton

      @Startup

      public class MessageClass{

       

      @PostConstruct

               public void init() {

                     setup();

          }

       

       

       

      }

       

      With the runtime and generated the following error.

       

      Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.