This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Application deployment get hanged time to timenickarls Dec 14, 2012 1:31 AM (in response to mashiur.rahman)Does any of your EJBs have @PostConstruct methods that might hang waiting for some resources? 
- 
        2. Re: Application deployment get hanged time to timemashiur.rahman Dec 14, 2012 3:51 AM (in response to nickarls)yes, I have lot of singleton and non-singleton beans with @PostContruct. In jboss7 I converted all service beans to singleton bean and service bean's start method was annotated with @PostConstruct . Non singleton bean with @PostConstruct was as before. Is it the singleton bean with @PostConstruct creating the problem 
- 
        3. Re: Application deployment get hanged time to timenickarls Dec 14, 2012 5:24 AM (in response to mashiur.rahman)Not sure. You might want to set a more verbose log level in order to see which bean it's trying to instantiate... 
 
    