You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Howard Gao (JIRA)" <ji...@apache.org> on 2014/12/17 02:56:13 UTC

[jira] [Created] (ACTIVEMQ6-61) SelectorParser package conflict with openwire tests

Howard Gao created ACTIVEMQ6-61:
-----------------------------------

             Summary: SelectorParser package conflict with openwire tests
                 Key: ACTIVEMQ6-61
                 URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-61
             Project: Apache ActiveMQ 6
          Issue Type: Bug
    Affects Versions: 6.0.0
            Reporter: Howard Gao
            Assignee: Howard Gao
             Fix For: 6.1.0


The SelectorParser class in amq6 source code conflicts with the same class in activemq 5 client jar. The activemq 5 client jar is needed to run openwire tests where the activemq5 client interacts with amq6 broker. In tests they are usually in the same VM, so depending on the classpath order, whenever one is loaded it will be used by both client and broker. Unfortunately the method parse() in the class has different return types in the client jar and broker side jar. The will cause NoSuchMethod exception.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)