-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
21.0.0.Final
-
None
-
-
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.
- clones
-
JBEAP-20456 When restarting JBoss , Java EE Application startup failed but deployed successfully
- Closed
- is related to
-
WFLY-10879 Deployment is not failing as expected and according to the specification if a @Singleton @Startup @PostConstruct initialization failed
- Closed