Camel-JBPM component showing java.lang.NoSuchMethodError: org.kie.services.client.api.RemoteRuntimeEngineFactory.newRestBuilder()

2017-03-13 Thread vcamel9
I have the following in my camel-context.xml AbcProcess http://host:8080/business-central?userName=user1&password=Pass1&deploymentId=com.abc.unit:Artifact:1.0.0-SNAPSHOT"/> Here is my Pom.xml se

Re: Camel-JBPM component showing java.lang.NoSuchMethodError: org.kie.services.client.api.RemoteRuntimeEngineFactory.newRestBuilder()

2017-03-13 Thread vcamel9
Hi, I only mentioned Fuse but the error does not suggest it is Fuse problem though. What could be the possible reason. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBPM-component-showing-java-lang-NoSuchMethodError-org-kie-services-client-api-RemoteRuntimeEn-tp579533

Pass the properties for each request coming between the route definitions

2017-03-19 Thread vcamel9
I am unable to pass properties using setProperty or setheader Please see below? What is the best way? I tried both ways(with header and property) but restlet uri definition is not able to find the property value for . http://camel.apache.org/schema/spring";>

Re: Camel-JBPM component showing java.lang.NoSuchMethodError: org.kie.services.client.api.RemoteRuntimeEngineFactory.newRestBuilder()

2017-06-12 Thread vcamel9
Thanks. I'll try and see my observations. I thought I was the only one looking at this issue. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBPM-component-showing-java-lang-NoSuchMethodError-org-kie-services-client-api-RemoteRuntimeEn-tp5795338p5803327.html Sent f

Camel Route adding many listners to AMQ

2017-06-12 Thread vcamel9
I have written code for ..call processor with code below.. from("jmsamq:queue:*CamelWireTapOrdersTestQ*") .filter(header("JMSMessageID").isEqualTo(exchange.getIn().getHeader("JMSMessageID"))) .to("jmsamq:queue:PreIngestC