naming builders are invoked twice
---------------------------------
Key: GERONIMO-3359
URL: https://issues.apache.org/jira/browse/GERONIMO-3359
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 2.0
Reporter: Jarek Gawor
I have a simple web.xml with one service-ref entry. However, I'm seeing that
the code that creates the service ref is called twice with the same
information.
>From the configuration and the code it looks like
>MyFacesModuleBuilderExtension.addGBeans() and
>JspModuleBuilderExtension.addGBeans() methods call
>namingBuilders.buildNaming(webApp, jettyWebApp, webModule, buildingContext);.
>But for web applications,
>AbstractWebModuleBuilder.configureBasicWebModuleAttributes() already does
>that.
Not sure if this is by design or a mistake.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.