Uploaded image for project: 'Geronimo-Devtools'
  1. Geronimo-Devtools
  2. GERONIMODEVTOOLS-577

Appclient server and client environment module ID are the same resulting in deployment error.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.1.3, 2.1.4, 2.2.0
    • 2.1.5, 2.2.0
    • eclipse-plugin
    • None
    • os:win2003
    • Patch Available

    Description

      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.

      Attachments

        1. Appclient.patch
          0.7 kB
          viola.lu

        Activity

          People

            mcconne Tim McConnell
            viola.lu viola.lu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: