[
https://issues.apache.org/jira/browse/GERONIMO-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051457#comment-13051457
]
Shawn Jiang commented on GERONIMO-6016:
---------------------------------------
svn propchange: r1136332 - svn:log
Author: genspring
Revision: 1136332
Modified property: svn:log
Modified: svn:log at Sat Jun 18 03:13:33 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jun 18 03:13:33 2011
@@ -1 +1,3 @@
-Reduce the chance of policy id conflict for ejbmodule.
+GERONIMO-6016 Geronimo can't handle well when modules in ear has the same name.
+
+this change is to reduce the chance of policy id conflict because of the
module name conflict.
svn propchange: r1136362 - svn:log
Author: genspring
Revision: 1136362
Modified property: svn:log
Modified: svn:log at Sat Jun 18 03:30:00 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jun 18 03:30:00 2011
@@ -1,5 +1 @@
GERONIMO-6016 Geronimo can't handle well when modules in ear has the same name.
-
-this change is to :
-1, use moduileURI as ejbmodules and ejbInfos key to avoid conflict.
-2, rename a module name when there's existing same module name binding.
> Geronimo can't handle well when modules in ear has the same name.
> -----------------------------------------------------------------
>
> Key: GERONIMO-6016
> URL: https://issues.apache.org/jira/browse/GERONIMO-6016
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: deployment
> Affects Versions: 3.0
> Reporter: Shawn Jiang
>
> Basically, for following structure ear. module.jar and module.war will have
> the same java:module/ModuleName value accroding to ejb31 spec 4.4.1.
> ear
> -- module.jar
> ---module.war
> Many logic in geronimo depends on the module name so that there will be
> conflict when handling these same name modules.
> ----------------------------------------
> ejb31 spec 4.4.1
> <module-name> is the name of the module in which the session bean is
> packaged. In a stand-alone
> ejb-jar file or .war file, the <module-name> defaults to the base name of the
> module with any
> filename extension removed. In an ear file, the <module-name> defaults to the
> pathname of the
> module with any filename extension removed, but with any directory names
> included.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira