You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Iago Ossorio Astray (Jira)" <ji...@apache.org> on 2020/04/08 10:31:00 UTC

[jira] [Created] (CAMEL-14869) Integration with activiti

Iago Ossorio Astray created CAMEL-14869:
-------------------------------------------

             Summary: Integration with activiti
                 Key: CAMEL-14869
                 URL: https://issues.apache.org/jira/browse/CAMEL-14869
             Project: Camel
          Issue Type: Bug
          Components: camel-core
         Environment:  
            Reporter: Iago Ossorio Astray


Hello,

I am trying to define a camel route:
{code:java}
from("activiti:fire:printFacts")
        .log(LoggingLevel.INFO, "Received message on service task ${property.outputFact}");{code}
In version 2 it works perfectly but in version 3, I get the following error:
{code:java}
java.lang.ClassNotFoundException: org.apache.camel.impl.DefaultComponent
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
	... 61 common frames omitted
{code}
Does version 3 not support activiti?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)