-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
None
-
None
-
False
-
False
-
-
-
-
-
-
Undefined
-
-
my java ee application has one singleton ejb which checks configuration in startup . if the @postConstructor Method throw runtime exception in first deployment time , the deployment process will stop but if the first deployment done successfully and I change some of my configuration which cause error in startup and restart the JBoss , server shows that runtime exception happened and my singleton bean does not start but deployment process will progress and done successfully.
it cause some problem, because my MDB start and try to read message from MQ while the application can not respond properly.
- is cloned by
-
WFLY-14037 When restarting JBoss , Java EE Application startup failed but deployed successfully
- Open