We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd69e3 + b8d7d3a commit 9d16cbaCopy full SHA for 9d16cba
nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ApplicationLifecycle.java
@@ -322,8 +322,8 @@ public void actOn(Logger logger) {
322
try {
323
ApplicationInfo appInfo = appRegistry.get(appName);
324
if (appInfo != null) {
325
- // send the event to close necessary resources
326
- events.send(new Event<>(Deployment.APPLICATION_DISABLED, appInfo));
+ // unload the remaining app resources and trigger all remaining events
+ unload(appInfo, context);
327
}
328
} catch (Exception e) {
329
// ignore
0 commit comments