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
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
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";>
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
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