This content has been marked as final.
Show 2 replies
-
1. Re: IllegalStateException: Component is stopped after undeploy/deploy of Singleton EJB
cfang Aug 14, 2012 12:39 PM (in response to balind7)depends on where your client is. If it is a remote servlet client, which injects the singleton bean, then the injected instance becomes stale after the target singleton is redeployed, hence the error. If the client always looks up the target bean on demand, then everything should just work. I'm not suggesting to switch to lookup, though.
-
2. Re: IllegalStateException: Component is stopped after undeploy/deploy of Singleton EJB
guru2012 Sep 27, 2018 6:10 AM (in response to balind7)I found same issue in our jboss server. standalone.conf file is having incorrect config so , after i fix it its resolved.
Regards