Inconsistency when duplicate module names are found on classpath
----------------------------------------------------------------
Key: HIVEMIND-174
URL: http://issues.apache.org/jira/browse/HIVEMIND-174
Project: HiveMind
Type: Bug
Versions: 1.1
Reporter: Mark Reynolds
Priority: Minor
When duplicate module names are found on the classpath, an
ApplicationRuntimeException is thrown but the message is worded as if it is a
warning.
org.apache.hivemind.ApplicationRuntimeException: Error: Module hivemind is
duplicated! Definition in
jar:file:/C:/tools/geronimo-1.2-SNAPSHOT/config-store/44/war/WEB-INF/lib/hivemind-1.1.jar!/META-INF/hivemodule.xml
has been ignored in favor of existing definition from
jar:file:/C:/tools/geronimo-1.2-SNAPSHOT/config-store/44/war/WEB-INF/lib/hivemind-1.1.jar!/META-INF/hivemodule.xml
It seems like the it should either be changed to a logged warning or the "has
been ignored in favor of..." language should be changed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]