-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The following code points hide exceptions. A good description of the issue can be found here https://wiki.sei.cmu.edu/confluence/display/java/ERR04-J.+Do+not+complete+abruptly+from+a+finally+block
- https://github.com/wildfly/wildfly/blob/24.0.0.Beta1/appclient/src/main/java/org/jboss/as/appclient/service/ApplicationClientStartService.java#L112
- https://github.com/wildfly/wildfly/blob/24.0.0.Beta1/ejb3/src/main/java/org/jboss/as/ejb3/component/interceptors/AdditionalSetupInterceptor.java#L66
- https://github.com/wildfly/wildfly/blob/24.0.0.Beta1/iiop-openjdk/src/main/java/org/wildfly/iiop/openjdk/naming/jndi/CNCtx.java#L424
- https://github.com/wildfly/wildfly/blob/24.0.0.Beta1/messaging-activemq/subsystem/src/main/java/org/wildfly/extension/messaging/activemq/jms/ExternalJMSQueueService.java#L122
- https://github.com/wildfly/wildfly/blob/24.0.0.Beta1/messaging-activemq/subsystem/src/main/java/org/wildfly/extension/messaging/activemq/jms/ExternalJMSTopicService.java#L125