You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/11/10 17:55:53 UTC

[jira] Created: (SM-1910) JAX-WS version in archetype parent pom is bad

JAX-WS version in archetype parent pom is bad
---------------------------------------------

                 Key: SM-1910
                 URL: https://issues.apache.org/activemq/browse/SM-1910
             Project: ServiceMix
          Issue Type: Bug
          Components: archetypes
            Reporter: Daniel Kulp



The org.apache.servicemix:archetypes pom defines:

<jaxws.version>2.1</jaxws.version>

and then some of the archetypes use it for things like:

                <dependency>
                        <groupId>javax.xml.ws</groupId>
                        <artifactId>jaxws-api</artifactId>
                        <version>2.1</version>
                </dependency>

That is REALLY bad.   The 2.1 version at central is more or less broken.  It also doesn't match the 2.1 version at java.net.  (history:  java.net released a version. It was synced to central.  Then, they decided to unrelease it to add some classes.   They then re-released it with the same version number, but central won't change an artifact already there.   Thus, when the new version was synced to central, it is called 2.1-1)

Anyway, change the pom to say:
<jaxws.version>2.1-1</jaxws.version>


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


[jira] Assigned: (SM-1910) JAX-WS version in archetype parent pom is bad

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned SM-1910:
----------------------------------------

    Assignee: Jean-Baptiste Onofré

> JAX-WS version in archetype parent pom is bad
> ---------------------------------------------
>
>                 Key: SM-1910
>                 URL: https://issues.apache.org/activemq/browse/SM-1910
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: archetypes
>            Reporter: Daniel Kulp
>            Assignee: Jean-Baptiste Onofré
>
> The org.apache.servicemix:archetypes pom defines:
> <jaxws.version>2.1</jaxws.version>
> and then some of the archetypes use it for things like:
>                 <dependency>
>                         <groupId>javax.xml.ws</groupId>
>                         <artifactId>jaxws-api</artifactId>
>                         <version>2.1</version>
>                 </dependency>
> That is REALLY bad.   The 2.1 version at central is more or less broken.  It also doesn't match the 2.1 version at java.net.  (history:  java.net released a version. It was synced to central.  Then, they decided to unrelease it to add some classes.   They then re-released it with the same version number, but central won't change an artifact already there.   Thus, when the new version was synced to central, it is called 2.1-1)
> Anyway, change the pom to say:
> <jaxws.version>2.1-1</jaxws.version>

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


[jira] Resolved: (SM-1910) JAX-WS version in archetype parent pom is bad

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SM-1910.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: archetypes-2009.01

Done.

> JAX-WS version in archetype parent pom is bad
> ---------------------------------------------
>
>                 Key: SM-1910
>                 URL: https://issues.apache.org/activemq/browse/SM-1910
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: archetypes
>            Reporter: Daniel Kulp
>            Assignee: Jean-Baptiste Onofré
>             Fix For: archetypes-2009.01
>
>
> The org.apache.servicemix:archetypes pom defines:
> <jaxws.version>2.1</jaxws.version>
> and then some of the archetypes use it for things like:
>                 <dependency>
>                         <groupId>javax.xml.ws</groupId>
>                         <artifactId>jaxws-api</artifactId>
>                         <version>2.1</version>
>                 </dependency>
> That is REALLY bad.   The 2.1 version at central is more or less broken.  It also doesn't match the 2.1 version at java.net.  (history:  java.net released a version. It was synced to central.  Then, they decided to unrelease it to add some classes.   They then re-released it with the same version number, but central won't change an artifact already there.   Thus, when the new version was synced to central, it is called 2.1-1)
> Anyway, change the pom to say:
> <jaxws.version>2.1-1</jaxws.version>

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