Hi Mind that ActiveMQ 5.5.0 ships with Apache Camel X version. So you must align the Camel versions between these two. You can use maven exclude and whatnot to get that setup. Assuming you use maven.
Also you use a Fuse version of Camel, but seems like you use an Apache version of AMQ. On Tue, Jun 28, 2011 at 12:59 PM, Andrè <[email protected]> wrote: > it crashes when i take camel version 2.7.0 + > when i start it with this properties all is fine > > <jdkLevel>1.6</jdkLevel> > <camel-version>2.6.0-fuse-00-00</camel-version> > <activemq-version>5.5.0</activemq-version> > <bean-spring-version>3.5</xbean-spring-version> > <log4j-version>1.2.16</log4j-version> > <spring-version>3.0.5.RELEASE</spring-version> > <jaxb-api-version>2.1</jaxb-api-version> > <jaxb-impl-version>2.1.13</jaxb-impl-version> > <drools-version>5.2.0.Final</drools-version> > > thats really weird.. > > when i comment out this > <route> > <from uri="activemq:topic:services.global.*"/> > <policy ref="droolsPolicy"> > <to uri="drools:node1/ksession1?action=insertBody"/> > </policy> > </route> > the camel (2.7.2) is starting with the following routes ... > <route> > <from uri="drools:node1/ksession1?channel=AuthZBlocking"/> > <to uri="activemq:topic:services.compliance.AuthZBlockingRequests"/> > </route> > <route> > <from uri="drools:node1/ksession1?channel=AuthNBlock"/> > <to uri="activemq:topic:services.compliance.AuthNBlockingRequests"/> > </route> > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/InvocationTargetException-when-startinhg-active-mq-endpoint-tp4529307p4531401.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
