You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Delos Dai (JIRA)" <ji...@apache.org> on 2009/09/10 06:47:57 UTC

[jira] Reopened: (GERONIMODEVTOOLS-577) Appclient server and client environment module ID are the same resulting in deployment error.

     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Delos Dai reopened GERONIMODEVTOOLS-577:
----------------------------------------


Need to update unit test case for the change

> Appclient server and client environment module ID are the same resulting in deployment error.
> ---------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-577
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-577
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.3, 2.1.4, 2.2.0
>         Environment: os:win2003
>            Reporter: viola.lu
>            Assignee: Tim McConnell
>            Priority: Minor
>             Fix For: 2.1.5, 2.2.0
>
>         Attachments: Appclient.patch
>
>
> 1.Create an application client, and by default server and client module id in deployment plan are the same , for example:
> <dep:client-environment>
>         <dep:moduleId>
>             <dep:groupId>default</dep:groupId>
>             <dep:artifactId>test</dep:artifactId>
>             <dep:version>1.0</dep:version>
>             <dep:type>car</dep:type>
>         </dep:moduleId>
>     </dep:client-environment>
>     <dep:server-environment>
>         <dep:moduleId>
>             <dep:groupId>default</dep:groupId>
>             <dep:artifactId>test</dep:artifactId>
>             <dep:version>1.0</dep:version>
>             <dep:type>car</dep:type>
>         </dep:moduleId>
>     </dep:server-environment>
> 2.Deploy application client, error exists: default/test/1.0/car module already exists.
> 3.And users should modify this plan manually to make server and client module id are different.
> So in this patch, add "server" to server artifactid to distinguish from client artifact id.

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