Yes, I'll provide one tomorrow. Have fun at Devoxx!
br hw On to., 2014-06-12 at 12:05 +0200, Romain Manni-Bucau wrote: > Hi > > are you able to share your sample? > > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > 2014-06-12 8:36 GMT+02:00 hwaastad <[email protected]>: > > > 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. > >
