[
https://issues.apache.org/jira/browse/GERONIMO-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shiva Kumar H R closed GERONIMO-3850.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2
Completed: At revision: 640445 in branches/2.1, and At revision: 640446 in
trunk.
> 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, 2.2
>
>
> 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.