myfaces listener installed in every web app from the tld
--------------------------------------------------------
Key: GERONIMO-5487
URL: https://issues.apache.org/jira/browse/GERONIMO-5487
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: myfaces, web
Affects Versions: 3.0
Reporter: David Jencks
Assignee: David Jencks
Fix For: 3.0
Right now the myfaces listener is getting installed in jsf apps by the
MyFacesModuleBuilderExtension, which is fine, but it's getting installed
(again) in every web app because the global tld scanning finds the myfaces tld
which includes it as a <listener> element.
Ideally I think we would keep the jasper global tld scan from finding this tld
unless the app was actually using jsf. Then the MyFacesModuleBuilderExtension
wouldn't need to add the listener "by hand".
I don't see how to do this at the moment. So, I'm adding an
excludedListenerNames property to JasperModuleBuilderExtension so we can
manually exclude the myfaces listener.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.