You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Carl Allain (JIRA)" <ji...@apache.org> on 2010/02/12 14:19:33 UTC

[jira] Created: (AMQ-2603) Maven dependency:tree for ActiveMQ 5.3.0 seems to show conflicts about geronimo-j2ee-management jars

Maven dependency:tree for ActiveMQ 5.3.0 seems to show conflicts about geronimo-j2ee-management jars
----------------------------------------------------------------------------------------------------

                 Key: AMQ-2603
                 URL: https://issues.apache.org/activemq/browse/AMQ-2603
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.3.0
            Reporter: Carl Allain


My original post on http://old.nabble.com/Question-about-ActiveMQ-5.3.0-maven-dependencies-td27556755.html#a27561913 was:

When I run maven for a dependency:tree of activemq-core-5.3.0, I get this: 

[INFO] \- org.apache.activemq:activemq-core:jar:5.3.0:compile 
[INFO]    +- commons-logging:commons-logging-api:jar:1.1:compile 
[INFO]    +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile 
[INFO]    +- org.apache.activemq:activeio-core:jar:3.1.2:compile 
[INFO]    |  +- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile 
[INFO]    |  \- commons-logging:commons-logging:jar:1.1:compile 
[INFO]    |     +- log4j:log4j:jar:1.2.12:compile 
[INFO]    |     +- logkit:logkit:jar:1.0.1:compile 
[INFO]    |     +- avalon-framework:avalon-framework:jar:4.1.3:compile 
[INFO]    |     \- javax.servlet:servlet-api:jar:2.3:compile 
[INFO]    +- org.apache.activemq:kahadb:jar:5.3.0:compile 
[INFO]    +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.0:compile 
[INFO]    +- org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:jar:1.0:compile 
[INFO]    +- org.springframework:spring-context:jar:2.5.6:compile 
[INFO]    |  +- aopalliance:aopalliance:jar:1.0:compile 
[INFO]    |  +- org.springframework:spring-beans:jar:2.5.6:compile 
[INFO]    |  \- org.springframework:spring-core:jar:2.5.6:compile 
[INFO]    \- commons-net:commons-net:jar:2.0:compile 

Now, I am wondering about the two jars: 

geronimo-j2ee-management_1.0_spec:jar:1.0 
geronimo-j2ee-management_1.1_spec:jar:1.0.1 

Don't they overlap/conflict? 

Answer on the forum from Gary Tully:

This is still the situation on trunk. Can you raise a jira issue to track 
this? 
We should exclude the activeio transitive dependency or update to the 1.0.1 
version for activemq. 

I have not seen any report of the jars clashing or causing problems, either 
they are compatible or the activeio management dependency is not called on 
at runtime if a journaled persistence adapter is used. 

So there we are. Thanks.


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


[jira] Resolved: (AMQ-2603) Maven dependency:tree for ActiveMQ 5.3.0 seems to show conflicts about geronimo-j2ee-management jars

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

Gary Tully resolved AMQ-2603.
-----------------------------

         Assignee: Gary Tully
    Fix Version/s: 5.4.0
                       (was: 5.4.1)
       Resolution: Fixed

upgraded to org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:1.0.1 in r960857

> Maven dependency:tree for ActiveMQ 5.3.0 seems to show conflicts about geronimo-j2ee-management jars
> ----------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2603
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.3.0
>            Reporter: Carl Allain
>            Assignee: Gary Tully
>             Fix For: 5.4.0
>
>
> My original post on http://old.nabble.com/Question-about-ActiveMQ-5.3.0-maven-dependencies-td27556755.html#a27561913 was:
> When I run maven for a dependency:tree of activemq-core-5.3.0, I get this: 
> [INFO] \- org.apache.activemq:activemq-core:jar:5.3.0:compile 
> [INFO]    +- commons-logging:commons-logging-api:jar:1.1:compile 
> [INFO]    +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile 
> [INFO]    +- org.apache.activemq:activeio-core:jar:3.1.2:compile 
> [INFO]    |  +- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile 
> [INFO]    |  \- commons-logging:commons-logging:jar:1.1:compile 
> [INFO]    |     +- log4j:log4j:jar:1.2.12:compile 
> [INFO]    |     +- logkit:logkit:jar:1.0.1:compile 
> [INFO]    |     +- avalon-framework:avalon-framework:jar:4.1.3:compile 
> [INFO]    |     \- javax.servlet:servlet-api:jar:2.3:compile 
> [INFO]    +- org.apache.activemq:kahadb:jar:5.3.0:compile 
> [INFO]    +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.0:compile 
> [INFO]    +- org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:jar:1.0:compile 
> [INFO]    +- org.springframework:spring-context:jar:2.5.6:compile 
> [INFO]    |  +- aopalliance:aopalliance:jar:1.0:compile 
> [INFO]    |  +- org.springframework:spring-beans:jar:2.5.6:compile 
> [INFO]    |  \- org.springframework:spring-core:jar:2.5.6:compile 
> [INFO]    \- commons-net:commons-net:jar:2.0:compile 
> Now, I am wondering about the two jars: 
> geronimo-j2ee-management_1.0_spec:jar:1.0 
> geronimo-j2ee-management_1.1_spec:jar:1.0.1 
> Don't they overlap/conflict? 
> Answer on the forum from Gary Tully:
> This is still the situation on trunk. Can you raise a jira issue to track 
> this? 
> We should exclude the activeio transitive dependency or update to the 1.0.1 
> version for activemq. 
> I have not seen any report of the jars clashing or causing problems, either 
> they are compatible or the activeio management dependency is not called on 
> at runtime if a journaled persistence adapter is used. 
> So there we are. Thanks.

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


[jira] Commented: (AMQ-2603) Maven dependency:tree for ActiveMQ 5.3.0 seems to show conflicts about geronimo-j2ee-management jars

Posted by "Frédéric Jaouën (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60429#action_60429 ] 

Frédéric Jaouën commented on AMQ-2603:
--------------------------------------

The problem is always there with version 5.3.2.

Does someone could give an answer about which version we could excluded ?

[INFO] |  +- org.apache.activemq:activemq-core:jar:5.3.2:compile
[INFO] |  |  +- org.apache.activemq:activeio-core:jar:3.1.2:compile
[INFO] |  |  |  \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
[INFO] |  |  +- org.apache.activemq:kahadb:jar:5.3.2:compile
[INFO] |  |  +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.0:compile
[INFO] |  |  +- org.osgi:org.osgi.core:jar:4.1.0:compile
[INFO] |  |  +- org.springframework.osgi:spring-osgi-core:jar:1.2.1:compile
[INFO] |  |  |  \- org.springframework.osgi:spring-osgi-io:jar:1.2.1:compile
[INFO] |  |  +- org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:jar:1.0:compile
[INFO] |  |  \- commons-net:commons-net:jar:2.0:compile
[INFO] |  \- org.springframework:spring-core:jar:2.5.6:compile


> Maven dependency:tree for ActiveMQ 5.3.0 seems to show conflicts about geronimo-j2ee-management jars
> ----------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2603
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2603
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.3.0
>            Reporter: Carl Allain
>             Fix For: 5.4.1
>
>
> My original post on http://old.nabble.com/Question-about-ActiveMQ-5.3.0-maven-dependencies-td27556755.html#a27561913 was:
> When I run maven for a dependency:tree of activemq-core-5.3.0, I get this: 
> [INFO] \- org.apache.activemq:activemq-core:jar:5.3.0:compile 
> [INFO]    +- commons-logging:commons-logging-api:jar:1.1:compile 
> [INFO]    +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile 
> [INFO]    +- org.apache.activemq:activeio-core:jar:3.1.2:compile 
> [INFO]    |  +- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile 
> [INFO]    |  \- commons-logging:commons-logging:jar:1.1:compile 
> [INFO]    |     +- log4j:log4j:jar:1.2.12:compile 
> [INFO]    |     +- logkit:logkit:jar:1.0.1:compile 
> [INFO]    |     +- avalon-framework:avalon-framework:jar:4.1.3:compile 
> [INFO]    |     \- javax.servlet:servlet-api:jar:2.3:compile 
> [INFO]    +- org.apache.activemq:kahadb:jar:5.3.0:compile 
> [INFO]    +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.0:compile 
> [INFO]    +- org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:jar:1.0:compile 
> [INFO]    +- org.springframework:spring-context:jar:2.5.6:compile 
> [INFO]    |  +- aopalliance:aopalliance:jar:1.0:compile 
> [INFO]    |  +- org.springframework:spring-beans:jar:2.5.6:compile 
> [INFO]    |  \- org.springframework:spring-core:jar:2.5.6:compile 
> [INFO]    \- commons-net:commons-net:jar:2.0:compile 
> Now, I am wondering about the two jars: 
> geronimo-j2ee-management_1.0_spec:jar:1.0 
> geronimo-j2ee-management_1.1_spec:jar:1.0.1 
> Don't they overlap/conflict? 
> Answer on the forum from Gary Tully:
> This is still the situation on trunk. Can you raise a jira issue to track 
> this? 
> We should exclude the activeio transitive dependency or update to the 1.0.1 
> version for activemq. 
> I have not seen any report of the jars clashing or causing problems, either 
> they are compatible or the activeio management dependency is not called on 
> at runtime if a journaled persistence adapter is used. 
> So there we are. Thanks.

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