Hi,
I'm testing activemq-console using tomee maven plugin (webapp) and the hints
from
http://rmannibucau.wordpress.com/2014/03/06/tomee-and-activemq-webconsole/
Tomee: 1.7.0-SNAPSHOT
My MDB:
@MessageDriven(mappedName = "FooQueue", activationConfig = {
@ActivationConfigProperty(propertyName = "destinationType",
propertyValue = "javax.jms.Queue")
})
public class MessageBean implements MessageListener
without activemq-console it's ok.
adding console:
Caused by: org.apache.openejb.OpenEJBException: Error deploying
'MessageBean'. Exception: class java.lang.LinkageError: loader constraint
violation: loader (instance of
org/apache/catalina/loader/StandardClassLoader) previously initiated loading
for a different type with name "org/apache/activemq/RedeliveryPolicy":
loader constraint violation: loader (instance of
org/apache/catalina/loader/StandardClassLoader) previously initiated loading
for a different type with name "org/apache/activemq/RedeliveryPolicy"
at
org.apache.openejb.assembler.classic.Assembler.startEjbs(Assembler.java:1152)
at
org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:816)
amq console version 5.10.0
br hw
--
View this message in context:
http://openejb.979440.n4.nabble.com/TomEE-and-activemq-web-console-tp4669996.html
Sent from the OpenEJB User mailing list archive at Nabble.com.