You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2007/10/03 20:44:50 UTC

[jira] Commented: (GERONIMO-3199) Prefix ear name in deployment-id to make it unique

    [ https://issues.apache.org/jira/browse/GERONIMO-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532189 ] 

David Blevins commented on GERONIMO-3199:
-----------------------------------------

Attempted to fix this but tck issues ensued and had to revert it in revision 581680.

> Prefix ear name in deployment-id to make it unique
> --------------------------------------------------
>
>                 Key: GERONIMO-3199
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3199
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 2.0-M5, 2.0-M6
>            Reporter: Prasad Kashyap
>            Assignee: David Blevins
>             Fix For: 2.0.x
>
>
> In 2.0-M3, when a bean was deployed, it's deployment-id was prefixed with geronimo-deploymentUtil9638.tmpdir
> Eg: deployment-id=geronimo-deploymentUtil9638.tmpdir/SimpleStatelessSession
> This ensured a unique ID even if beans from across apps had the same name.
> Now, the deployment-id is prefixed with the name of the jar to which the bean belongs to.
> Eg: deployment-id=ejb.jar/SimpleStatelessSession
> This eliminates the deployment of another app having a bean with the same name packaged in a same named jar.
> http://www.nabble.com/Naming-conflict-when-deploying-testsupport-EARs-tf3834600s134.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.