[
https://issues.apache.org/jira/browse/CXF-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
willem Jiang reassigned CXF-576:
--------------------------------
Assignee: willem Jiang
> sample jmspubsub and jmsqueue are not working with ActiveMQ 4.1.1
> ------------------------------------------------------------------
>
> Key: CXF-576
> URL: https://issues.apache.org/jira/browse/CXF-576
> Project: CXF
> Issue Type: Sub-task
> Reporter: jimma
> Assigned To: willem Jiang
>
> The ACTIVEMQ_VERSION only can be set to 4.1.0-incubato instead of
> 4.1.1-incubator. Do not understand
> why we need to add suffix "-incubator" for it.
> Run ant build, ant complians :
>
> compile:
> [javac] Compiling 9 source files to
> D:\jimma\kit\cxf-2.0-incubator-RC-SNAPSHOT\samples\jms_pubsub\build\classes
> [javac]
> D:\jimma\kit\cxf-2.0-incubator-RC-SNAPSHOT\samples\jms_pubsub\src\demo\jms_greeter\broker\EmbeddedBroker.jav
> a:21: package org.apache.activemq.broker does not exsit
> [javac] import org.apache.activemq.broker.BrokerService;
> [javac] ^
> [javac]
> D:\jimma\kit\cxf-2.0-incubator-RC-SNAPSHOT\samples\jms_pubsub\src\demo\jms_greeter\broker\EmbeddedBroker.jav
> a:22: package org.apache.activemq.store.memory does not exsit
> [javac] import org.apache.activemq.store.memory.MemoryPersistenceAdapter;
> [javac] ^
> [javac]
> D:\jimma\kit\cxf-2.0-incubator-RC-SNAPSHOT\samples\jms_pubsub\src\demo\jms_greeter\broker\EmbeddedBroker.jav
> a:29: can not find symbol
> [javac] symbol: class BrokerService
> [javac] location: class demo.jms_greeter.broker.EmbeddedBroker
> [javac] BrokerService broker = new BrokerService();
> [javac] ^
> [javac]
> D:\jimma\kit\cxf-2.0-incubator-RC-SNAPSHOT\samples\jms_pubsub\src\demo\jms_greeter\broker\EmbeddedBroker.jav
> a:29: can not find symbol
> [javac] symbol: class BrokerService
> [javac] location: class demo.jms_greeter.broker.EmbeddedBroker
> [javac] BrokerService broker = new BrokerService();
> [javac] ^
> [javac]
> D:\jimma\kit\cxf-2.0-incubator-RC-SNAPSHOT\samples\jms_pubsub\src\demo\jms_greeter\broker\EmbeddedBroker.jav
> a:30: can not find symbol
> [javac] symbol: class MemoryPersistenceAdapter
> [javac] location: class demo.jms_greeter.broker.EmbeddedBroker
> [javac] broker.setPersistenceAdapter(new
> MemoryPersistenceAdapter());
> [javac] ^
> [javac] 5 errors
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.