You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Edell Nolan (JIRA)" <ji...@apache.org> on 2008/08/12 17:06:53 UTC

[jira] Created: (SM-1509) Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel

Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel 
--------------------------------------------------------------------------------------

                 Key: SM-1509
                 URL: https://issues.apache.org/activemq/browse/SM-1509
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.2.2
            Reporter: Edell Nolan


Hi,

I have tracked a problem that someone reported when trying to build their service units and service assemblies against 3.2.2 

The problem is to do with the versions of xbean.

The top level pom for the 3.3 xbean was released with the version remaining at 3.3-SNAPSHOT so it looks for the 3.3-SNAPSHOT versions

xbean-3.3.pom

<properties>
        <!--
        NOTE: Project version, to be used instead of ${pom.version} since that
              value magically changes when using SNAPSHOT versions.

              This value *must* be kept in sync with the value of the <version>
              element, and it will need to be changed manually before a release,
              as the maven-release-plugin will not update this value.
        -->
        <version>3.3-SNAPSHOT</version>

Then in the top-level pom for servicemix - for xbean-server and xbean-kernel
- we have a dependency for 3.3.

The version has been fixed for xbean-3.4.3 so I think we need to move to those versions in servicemix as we already depend on 3.4.3 for some of the xbean components such as xbean-classloader and xbean-spring.

I am going to create a jira and attach a patch to upgrade servicemix.

As 3.2.2 was only released - I am not sure that 3.2.3 will be released for a bit but as servicemix-core etc depends on these xbean versions etc we may need to do a release sooner.

What do people think ?

Edell.


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


[jira] Resolved: (SM-1509) Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel

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

Gert Vanthienen resolved SM-1509.
---------------------------------

      Assignee: Gert Vanthienen  (was: Guillaume Nodet)
    Resolution: Fixed

> Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel 
> --------------------------------------------------------------------------------------
>
>                 Key: SM-1509
>                 URL: https://issues.apache.org/activemq/browse/SM-1509
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Edell Nolan
>            Assignee: Gert Vanthienen
>
> Hi,
> I have tracked a problem that someone reported when trying to build their service units and service assemblies against 3.2.2 
> The problem is to do with the versions of xbean.
> The top level pom for the 3.3 xbean was released with the version remaining at 3.3-SNAPSHOT so it looks for the 3.3-SNAPSHOT versions
> xbean-3.3.pom
> <properties>
>         <!--
>         NOTE: Project version, to be used instead of ${pom.version} since that
>               value magically changes when using SNAPSHOT versions.
>               This value *must* be kept in sync with the value of the <version>
>               element, and it will need to be changed manually before a release,
>               as the maven-release-plugin will not update this value.
>         -->
>         <version>3.3-SNAPSHOT</version>
> Then in the top-level pom for servicemix - for xbean-server and xbean-kernel
> - we have a dependency for 3.3.
> The version has been fixed for xbean-3.4.3 so I think we need to move to those versions in servicemix as we already depend on 3.4.3 for some of the xbean components such as xbean-classloader and xbean-spring.
> I am going to create a jira and attach a patch to upgrade servicemix.
> As 3.2.2 was only released - I am not sure that 3.2.3 will be released for a bit but as servicemix-core etc depends on these xbean versions etc we may need to do a release sooner.
> What do people think ?
> Edell.

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


[jira] Commented: (SM-1509) Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45121#action_45121 ] 

Gert Vanthienen commented on SM-1509:
-------------------------------------

One solution would be to completely migrate to XBean 3.4.3.  This would involve backporting Guillaume's commit from http://svn.eu.apache.org/viewvc?view=rev&revision=641065.  Both xbean-server and xbean-kernel have been kind of deprecated, that's why we're stuck with those older releases.  

On the other hand, we probably aren't going to release many 3.2.x releases any more, so instead of doing the larger backport, we can just exclude the offending dependencies from xbean-server in the main pom.xml files and add the correctly versioned ones where necessary.  This would probably be the fastest way to get 3.2.3 out.  Imho, we should release that as soon as this is fixed, as every single (new) user will run into this.  Not a nice way to get to know ServiceMix....

Wdyt?

> Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel 
> --------------------------------------------------------------------------------------
>
>                 Key: SM-1509
>                 URL: https://issues.apache.org/activemq/browse/SM-1509
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Edell Nolan
>
> Hi,
> I have tracked a problem that someone reported when trying to build their service units and service assemblies against 3.2.2 
> The problem is to do with the versions of xbean.
> The top level pom for the 3.3 xbean was released with the version remaining at 3.3-SNAPSHOT so it looks for the 3.3-SNAPSHOT versions
> xbean-3.3.pom
> <properties>
>         <!--
>         NOTE: Project version, to be used instead of ${pom.version} since that
>               value magically changes when using SNAPSHOT versions.
>               This value *must* be kept in sync with the value of the <version>
>               element, and it will need to be changed manually before a release,
>               as the maven-release-plugin will not update this value.
>         -->
>         <version>3.3-SNAPSHOT</version>
> Then in the top-level pom for servicemix - for xbean-server and xbean-kernel
> - we have a dependency for 3.3.
> The version has been fixed for xbean-3.4.3 so I think we need to move to those versions in servicemix as we already depend on 3.4.3 for some of the xbean components such as xbean-classloader and xbean-spring.
> I am going to create a jira and attach a patch to upgrade servicemix.
> As 3.2.2 was only released - I am not sure that 3.2.3 will be released for a bit but as servicemix-core etc depends on these xbean versions etc we may need to do a release sooner.
> What do people think ?
> Edell.

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


[jira] Assigned: (SM-1509) Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel

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

Gert Vanthienen reassigned SM-1509:
-----------------------------------

    Assignee: Guillaume Nodet

For now, we added the missing 3.3-SNAPSHOT versions of these artifacts to our private repo to solve the users' problem.
The build for 3.2.3-SNAPSHOT also seems to work when excluding the offending dependencies from the build (http://svn.eu.apache.org/viewvc?view=rev&revision=688619), however the root of the problem lies in https://issues.apache.org/jira/browse/XBEAN-110 and probably needs to be fixed there as well.

> Servicemix 3.2.2 pulling in wrong snapshot versions for xbean-server and xbean-kernel 
> --------------------------------------------------------------------------------------
>
>                 Key: SM-1509
>                 URL: https://issues.apache.org/activemq/browse/SM-1509
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Edell Nolan
>            Assignee: Guillaume Nodet
>
> Hi,
> I have tracked a problem that someone reported when trying to build their service units and service assemblies against 3.2.2 
> The problem is to do with the versions of xbean.
> The top level pom for the 3.3 xbean was released with the version remaining at 3.3-SNAPSHOT so it looks for the 3.3-SNAPSHOT versions
> xbean-3.3.pom
> <properties>
>         <!--
>         NOTE: Project version, to be used instead of ${pom.version} since that
>               value magically changes when using SNAPSHOT versions.
>               This value *must* be kept in sync with the value of the <version>
>               element, and it will need to be changed manually before a release,
>               as the maven-release-plugin will not update this value.
>         -->
>         <version>3.3-SNAPSHOT</version>
> Then in the top-level pom for servicemix - for xbean-server and xbean-kernel
> - we have a dependency for 3.3.
> The version has been fixed for xbean-3.4.3 so I think we need to move to those versions in servicemix as we already depend on 3.4.3 for some of the xbean components such as xbean-classloader and xbean-spring.
> I am going to create a jira and attach a patch to upgrade servicemix.
> As 3.2.2 was only released - I am not sure that 3.2.3 will be released for a bit but as servicemix-core etc depends on these xbean versions etc we may need to do a release sooner.
> What do people think ?
> Edell.

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