You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by bjhaveri <bj...@paypal.com> on 2014/06/04 22:09:09 UTC

activemq-maven-plugin

Currrently on activemq.apache site, there is small note that with version
5.8, with maven plugin has been renamed which is good but the example/sample
code mentioned in site, is still referring to maven-activemq-plugin, why
this is not updated??

I am still using maven-activemq-plugin ver 5.7, whenever my maven build is
done, quite a few times it errors out by saying 
Exception in thread "ActiveMQ ShutdownHook" java.lang.NoClassDefFoundError:
org/apache/activemq/transport/vm/VMTransportFactory
	at org.apache.activemq.broker.BrokerService.stop(BrokerService.java:750)
	at
org.apache.activemq.xbean.XBeanBrokerService.stop(XBeanBrokerService.java:91)
	at
org.apache.activemq.broker.BrokerService.containerShutdown(BrokerService.java:2303)
	at org.apache.activemq.broker.BrokerService$6.run(BrokerService.java:2270)
Caused by: java.lang.ClassNotFoundException:
org.apache.activemq.transport.vm.VMTransportFactory
	at
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
	at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
	at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
	... 4 more



Is there a known fix to it?

- Bhumir Jhaveri



--
View this message in context: http://activemq.2283324.n4.nabble.com/activemq-maven-plugin-tp4681684.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.