[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
viola.lu updated GERONIMODEVTOOLS-577:
--------------------------------------
Attachment: Appclient.patch
> 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.2.0, 2.1.4
> Environment: os:win2003
> Reporter: viola.lu
> Assignee: Tim McConnell
> Priority: Minor
> 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.