Uploaded image for project: 'Seam Remoting'
  1. Seam Remoting
  2. SEAMREMOTING-24

Manifest.mf files in jars generated from the module contain unreachable Implementation-URL

    Details

    • Type: Bug
    • Status: Resolved (View Workflow)
    • Priority: Minor
    • Resolution: Done
    • Affects Version/s: 3.0.0.CR3
    • Fix Version/s: 3.0.0.Final
    • Labels:
      None

      Description

      The URL is specified in each module's pom.xml via <url>....</url>. You can override it for submodules, otherwise it will be inherited.

        Gliffy Diagrams

          Activity

          Hide
          shane.bryzak Shane Bryzak added a comment -

          URL updated to point to Remoting module's page at seamframework.org

          Show
          shane.bryzak Shane Bryzak added a comment - URL updated to point to Remoting module's page at seamframework.org
          Hide
          maschmid Marek Schmidt added a comment -

          The final seam-remoting.jar artifact in the seam3 CR1 distribution has now

          http://www.seamframework.org/Seam3/RemotingModule/seam-remoting

          as the Implementation-URL. The impl/pom.xml inherits the URL from the parent, but it appends the artifactId by default, so it has to be set explicitly for the impl/pom.xml also, you can use <url>$

          {project.parent.url}

          </url> for that.

          Show
          maschmid Marek Schmidt added a comment - The final seam-remoting.jar artifact in the seam3 CR1 distribution has now http://www.seamframework.org/Seam3/RemotingModule/seam-remoting as the Implementation-URL. The impl/pom.xml inherits the URL from the parent, but it appends the artifactId by default, so it has to be set explicitly for the impl/pom.xml also, you can use <url>$ {project.parent.url} </url> for that.
          Hide
          shane.bryzak Shane Bryzak added a comment -

          Specified URL for remoting implementation pom

          Show
          shane.bryzak Shane Bryzak added a comment - Specified URL for remoting implementation pom

            People

            • Assignee:
              shane.bryzak Shane Bryzak
              Reporter:
              mgencur Martin Gencur
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Development