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.4, 2.1.3, 2.2.0
Environment: os:win2003
Reporter: viola.lu
Assignee: Tim McConnell
Priority: Minor
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.