You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by vcamel9 <vc...@outlook.com> on 2017/03/13 05:04:30 UTC

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

I have the following in my camel-context.xml

         <route id="jBPMRoute">
            <setHeader headerName="CamelJBPMProcessId"
id="jbpmServiceHeader">
                <constant>AbcProcess</constant>
            </setHeader>
            <to id="jbpmServiceCall"
uri="jbpm:http://host:8080/business-central?userName=user1&amp;password=Pass1&amp;deploymentId=com.abc.unit:Artifact:1.0.0-SNAPSHOT"/>
            <log id="jBPMRouteProcessorLog" message="jBPMRouteProcessor
Call"/>
            <to id="_to3" uri="log:output"/>
        </route>


   Here is my Pom.xml setting:
         		
		
		<dependency>
			<groupId>org.jboss.resteasy</groupId>
			<artifactId>resteasy-jaxb-provider</artifactId>
			<version>2.3.10.Final-redhat-1</version>
		</dependency>
		<dependency>
			<groupId>org.kie</groupId>
			<artifactId>kie-api</artifactId>
			<version>6.2.0.Final-redhat-4</version>
		</dependency>
		<dependency>
			<groupId>org.kie</groupId>
			<artifactId>kie-internal</artifactId>
			<version>6.2.0.Final-redhat-4</version>
		</dependency>
		<dependency>
			<groupId>org.kie</groupId>
			<artifactId>kie-ci</artifactId>
			<version>6.2.0.Final-redhat-4</version>
		</dependency>
		<dependency>
			<groupId>org.kie.remote</groupId>
			<artifactId>kie-remote-client</artifactId>
			<scope>provided</scope>
			<version>6.2.0.Final-redhat-4</version>
		</dependency>
		<dependency>
			<groupId>org.jbpm</groupId>
			<artifactId>jbpm-audit</artifactId>
			<version>6.2.0.Final-redhat-4</version>
		</dependency>
		<dependency>
			<groupId>org.jbpm</groupId>
			<artifactId>jbpm-runtime-manager</artifactId>
			<version>6.2.0.Final-redhat-4</version>
		</dependency>
		
	

   When I compile it compiles without any problem but when I deploy it gives
error after startup:
   Any leads will be appreciated:
 
   $ bash fuse
Please wait while JBoss Fuse is loading...
100%
[========================================================================]
Exception in thread "SpringOsgiExtenderThread-2"
java.lang.NoSuchMethodError:
org.kie.services.client.api.RemoteRuntimeEngineFactory.newRestBuilder()Lorg/kie/remote/client/api/RemoteRestRuntimeEngineBuilder;
	at
org.apache.camel.component.jbpm.JBPMEndpoint.createProducer(JBPMEndpoint.java:50)
	at
org.apache.camel.impl.ProducerCache.doGetProducer(ProducerCache.java:439)
	at
org.apache.camel.impl.ProducerCache.acquireProducer(ProducerCache.java:160)
	at org.apache.camel.processor.SendProcessor.doStart(SendProcessor.java:243)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
	at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
	at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
	at
org.apache.camel.processor.DelegateAsyncProcessor.doStart(DelegateAsyncProcessor.java:79)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
	at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
	at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
	at
org.apache.camel.processor.RedeliveryErrorHandler.doStart(RedeliveryErrorHandler.java:1372)
	at
org.apache.camel.support.ChildServiceSupport.start(ChildServiceSupport.java:44)
	at
org.apache.camel.support.ChildServiceSupport.start(ChildServiceSupport.java:31)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
	at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
	at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
	at
org.apache.camel.processor.interceptor.DefaultChannel.doStart(DefaultChannel.java:156)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
	at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:62)
	at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
	at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
	at
org.apache.camel.processor.MulticastProcessor.doStart(MulticastProcessor.java:1149)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
	at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
	at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
	at
org.apache.camel.processor.DelegateAsyncProcessor.doStart(DelegateAsyncProcessor.java:79)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
	at
org.apache.camel.impl.RouteService.startChildService(RouteService.java:340)
	at org.apache.camel.impl.RouteService.warmUp(RouteService.java:182)
	at
org.apache.camel.impl.DefaultCamelContext.doWarmUpRoutes(DefaultCamelContext.java:3496)
	at
org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:3426)
	at
org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRoutes(DefaultCamelContext.java:3203)
	at
org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3059)
	at
org.apache.camel.impl.DefaultCamelContext.access$000(DefaultCamelContext.java:175)
	at
org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2854)
	at
org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2850)
	at
org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:2873)
	at
org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:2850)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at
org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:2819)
	at
org.apache.camel.spring.SpringCamelContext.maybeStart(SpringCamelContext.java:275)
	at
org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:136)
	at
org.apache.camel.spring.CamelContextFactoryBean.onApplicationEvent(CamelContextFactoryBean.java:340)
	at
org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:96)
	at
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334)
	at
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:954)
	at
org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
	at
org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
	at
org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
	at
org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
	at
org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:132)
	at java.lang.Thread.run(Thread.java:745)


   Any thoughts? I am deploying on JBoss Fuse 6.3




--
View this message in context: http://camel.465427.n5.nabble.com/Camel-JBPM-component-showing-java-lang-NoSuchMethodError-org-kie-services-client-api-RemoteRuntimeEn-tp5795338.html
Sent from the Camel - Users mailing list archive at Nabble.com.

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

Posted by vcamel9 <vc...@outlook.com>.
   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 from the Camel - Users mailing list archive at Nabble.com.

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

Posted by audomsak <s....@gmail.com>.
I have got the same issue and this what I've found.

In the JBPMEndpoint.java line 50 of Camel JBPM component v2.17.0, it uses 
org.kie.remote.client.api. RemoteRuntimeEngineFactory to create the engine
builder e.g. RemoteRestRuntimeEngineBuilder engineBuilder =
*RemoteRuntimeEngineFactory.newRestBuilder()*; and the
*RemoteRuntimeEngineFactory* class is in, for example,
*kie-services-client-6.1.0.Final.jar* and
*kie-remote-client-6.3.0.Final.jar*. However, *
RemoteRuntimeEngineFactory*class in *kie-services-client-6.1.0.Final.jar*
DOES NOT have the *newRestBuilder()* method. While installing JBPM feature,
may be the *RemoteRuntimeEngineFactory* from the
*kie-services-client-6.1.0.Final.jar* get loaded first in the class path so
that's why you get this error when your route being started.

Exception in thread "SpringOsgiExtenderThread-2"
java.lang.NoSuchMethodError:
*org.kie.services.client.api.RemoteRuntimeEngineFactory.newRestBuilder()*Lorg/kie/remote/client/api/RemoteRestRuntimeEngineBuilder; 
        at
org.apache.camel.component.jbpm.JBPMEndpoint.createProducer(JBPMEndpoint.java:50) 

Following is a feature of Camel JBPM component, you can see both of jars
mentioned above are dependency of the feature.

<feature name='camel-jbpm' version='2.17.0.redhat-630187' resolver='(obr)'
start-level='50'>
    <details>The camel-jbpm feature can only run on a SUN JVM. You need to
add the package com.sun.tools.xjc to the java platform packages in the
etc/jre.properties file.</details>
    <feature version='2.17.0.redhat-630187'>camel-core</feature>
    <feature>transaction</feature>
    <bundle
dependency='true'>mvn:org.openengsb.wrapped/com.google.protobuf/2.4.1.w1</bundle>
    <bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_2</bundle>
    <bundle
dependency='true'>mvn:org.codehaus.jackson/jackson-jaxrs/1.9.13</bundle>
    <bundle
dependency='true'>mvn:org.codehaus.jackson/jackson-core-asl/1.9.13</bundle>
    <bundle
dependency='true'>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle>
    <bundle
dependency='true'>mvn:org.codehaus.jackson/jackson-xc/1.9.13</bundle>
    <bundle dependency='true'>mvn:javax.jms/javax.jms-api/2.0.1</bundle>
    <bundle
dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/2.7.0</bundle>
    <bundle
dependency='true'>mvn:org.drools/drools-core/6.3.0.Final</bundle>
    <bundle
dependency='true'>mvn:org.drools/drools-compiler/6.3.0.Final</bundle>
    <bundle
dependency='true'>wrap:mvn:org.kie/kie-internal/6.3.0.Final</bundle>
    <bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/1.4.8_1</bundle>
    <bundle
dependency='true'>mvn:commons-codec/commons-codec/1.10.0.redhat-5</bundle>
    <bundle
dependency='true'>mvn:org.mvel/mvel2/2.2.7.Final-redhat-1</bundle>
    <bundle dependency='true'>wrap:mvn:org.kie/kie-api/6.3.0.Final</bundle>
    <bundle
dependency='true'>wrap:mvn:org.kie.remote/kie-remote-common/6.3.0.Final</bundle>
    <bundle
dependency='true'>wrap:mvn:org.kie.remote.ws/kie-remote-ws-common/6.3.0.Final</bundle>
    <bundle
dependency='true'>wrap:mvn:org.kie.remote/kie-remote-jaxb/6.3.0.Final</bundle>
*    <bundle
dependency='true'>wrap:mvn:org.kie.remote/kie-services-client/6.1.0.Final</bundle>
    <bundle
dependency='true'>wrap:mvn:org.kie.remote/kie-remote-client/6.3.0.Final</bundle>*
    <bundle>mvn:org.apache.camel/camel-jbpm/2.17.0.redhat-630187</bundle>
  </feature>



--
View this message in context: http://camel.465427.n5.nabble.com/Camel-JBPM-component-showing-java-lang-NoSuchMethodError-org-kie-services-client-api-RemoteRuntimeEn-tp5795338p5801738.html
Sent from the Camel - Users mailing list archive at Nabble.com.

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

Posted by Claus Ibsen <cl...@gmail.com>.
We dont support commercial companies products here upstream.

You can use Red Hat customer portal to get help with the product.


On Mon, Mar 13, 2017 at 3:41 PM, vcamel9 <vc...@outlook.com> wrote:
> 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-tp5795338p5795365.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

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

Posted by vcamel9 <vc...@outlook.com>.
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-tp5795338p5795365.html
Sent from the Camel - Users mailing list archive at Nabble.com.

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

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
For JBoss Fuse support you have to contact RH support.
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Monday, March 13, 2017 9:06 AM, vcamel9 <vc...@outlook.com> wrote:
I have the following in my camel-context.xml

         <route id="jBPMRoute">
            <setHeader headerName="CamelJBPMProcessId"
id="jbpmServiceHeader">
                <constant>AbcProcess</constant>
            </setHeader>
            <to id="jbpmServiceCall"
uri="jbpm:http://host:8080/business-central?userName=user1&password=Pass1&deploymentId=com.abc.unit:Artifact:1.0.0-SNAPSHOT"/>
            <log id="jBPMRouteProcessorLog" message="jBPMRouteProcessor
Call"/>
            <to id="_to3" uri="log:output"/>
        </route>


   Here is my Pom.xml setting:
                 
        
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxb-provider</artifactId>
            <version>2.3.10.Final-redhat-1</version>
        </dependency>
        <dependency>
            <groupId>org.kie</groupId>
            <artifactId>kie-api</artifactId>
            <version>6.2.0.Final-redhat-4</version>
        </dependency>
        <dependency>
            <groupId>org.kie</groupId>
            <artifactId>kie-internal</artifactId>
            <version>6.2.0.Final-redhat-4</version>
        </dependency>
        <dependency>
            <groupId>org.kie</groupId>
            <artifactId>kie-ci</artifactId>
            <version>6.2.0.Final-redhat-4</version>
        </dependency>
        <dependency>
            <groupId>org.kie.remote</groupId>
            <artifactId>kie-remote-client</artifactId>
            <scope>provided</scope>
            <version>6.2.0.Final-redhat-4</version>
        </dependency>
        <dependency>
            <groupId>org.jbpm</groupId>
            <artifactId>jbpm-audit</artifactId>
            <version>6.2.0.Final-redhat-4</version>
        </dependency>
        <dependency>
            <groupId>org.jbpm</groupId>
            <artifactId>jbpm-runtime-manager</artifactId>
            <version>6.2.0.Final-redhat-4</version>
        </dependency>
        
    

   When I compile it compiles without any problem but when I deploy it gives
error after startup:
   Any leads will be appreciated:

   $ bash fuse
Please wait while JBoss Fuse is loading...
100%
[========================================================================]
Exception in thread "SpringOsgiExtenderThread-2"
java.lang.NoSuchMethodError:
org.kie.services.client.api.RemoteRuntimeEngineFactory.newRestBuilder()Lorg/kie/remote/client/api/RemoteRestRuntimeEngineBuilder;
    at
org.apache.camel.component.jbpm.JBPMEndpoint.createProducer(JBPMEndpoint.java:50)
    at
org.apache.camel.impl.ProducerCache.doGetProducer(ProducerCache.java:439)
    at
org.apache.camel.impl.ProducerCache.acquireProducer(ProducerCache.java:160)
    at org.apache.camel.processor.SendProcessor.doStart(SendProcessor.java:243)
    at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
    at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
    at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
    at
org.apache.camel.processor.DelegateAsyncProcessor.doStart(DelegateAsyncProcessor.java:79)
    at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
    at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
    at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
    at
org.apache.camel.processor.RedeliveryErrorHandler.doStart(RedeliveryErrorHandler.java:1372)
    at
org.apache.camel.support.ChildServiceSupport.start(ChildServiceSupport.java:44)
    at
org.apache.camel.support.ChildServiceSupport.start(ChildServiceSupport.java:31)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
    at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
    at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
    at
org.apache.camel.processor.interceptor.DefaultChannel.doStart(DefaultChannel.java:156)
    at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
    at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:62)
    at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
    at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
    at
org.apache.camel.processor.MulticastProcessor.doStart(MulticastProcessor.java:1149)
    at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:60)
    at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:104)
    at org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:90)
    at
org.apache.camel.processor.DelegateAsyncProcessor.doStart(DelegateAsyncProcessor.java:79)
    at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
    at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)
    at
org.apache.camel.impl.RouteService.startChildService(RouteService.java:340)
    at org.apache.camel.impl.RouteService.warmUp(RouteService.java:182)
    at
org.apache.camel.impl.DefaultCamelContext.doWarmUpRoutes(DefaultCamelContext.java:3496)
    at
org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:3426)
    at
org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRoutes(DefaultCamelContext.java:3203)
    at
org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3059)
    at
org.apache.camel.impl.DefaultCamelContext.access$000(DefaultCamelContext.java:175)
    at
org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2854)
    at
org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2850)
    at
org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:2873)
    at
org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:2850)
    at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
    at
org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:2819)
    at
org.apache.camel.spring.SpringCamelContext.maybeStart(SpringCamelContext.java:275)
    at
org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:136)
    at
org.apache.camel.spring.CamelContextFactoryBean.onApplicationEvent(CamelContextFactoryBean.java:340)
    at
org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:96)
    at
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334)
    at
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:954)
    at
org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
    at
org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
    at
org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
    at
org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
    at
org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:132)
    at java.lang.Thread.run(Thread.java:745)


   Any thoughts? I am deploying on JBoss Fuse 6.3




--
View this message in context: http://camel.465427.n5.nabble.com/Camel-JBPM-component-showing-java-lang-NoSuchMethodError-org-kie-services-client-api-RemoteRuntimeEn-tp5795338.html
Sent from the Camel - Users mailing list archive at Nabble.com.