Configurator Services may get initialized more then once if jars are referenced
in classpath multiple times
-----------------------------------------------------------------------------------------------------------
Key: TRINIDAD-667
URL: https://issues.apache.org/jira/browse/TRINIDAD-667
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.1-core, 1.0.2-core, 1.0.1-core
Reporter: Scott O'Bryan
If a /META-INF/services/org.apache.myfaces.trinidad.configurator.Configurator
file is located in the classpath multiple times, or if a particular
configurator class is listed in multiple
/META-INF/services/org.apache.myfaces.trinidad.configurator.Configurator files
in the classpath, the configurator is initialized multiple times and the
per-request methods are also executed multiple times.
This should not be done as each configurator should only be loaded and run
once. If a certain configurator appears in multiple jars or is listed multiple
times in the classpath, it should only be loaded once.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.