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.
1 parent ee7f400 commit 0036c4eCopy full SHA for 0036c4e
appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebContainer.java
@@ -400,12 +400,7 @@ public void postConstruct() {
400
401
injectionMgr = habitat.getService(InjectionManager.class);
402
invocationMgr = habitat.getService(InvocationManager.class);
403
- try {
404
tldProviders = habitat.getAllServices(TldProvider.class);
405
- }
406
- catch (Exception e) {
407
- e.printStackTrace();
408
409
410
createStatsProviders();
411
0 commit comments