Plan Creator suppresses exceptions rather than showing it to user
-----------------------------------------------------------------
Key: GERONIMO-3850
URL: https://issues.apache.org/jira/browse/GERONIMO-3850
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: console
Affects Versions: 2.1
Reporter: Shiva Kumar H R
Assignee: Shiva Kumar H R
Fix For: 2.1.1
Various exceptions could be encountered during plan creation phase. Rather than
showing it to user via Admin Console page, plan creator is currently
suppressing them.
Location to be fixed:
org.apache.geronimo.console.configcreator.JSR88_Util.parseWarReferences()
function of "plancreator-portlets" module.
try {
classFinder =
AbstractWebModuleBuilder.createWebAppClassFinder(webApp, classLoader);
} catch (DeploymentException e2) {
return;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.