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

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

    [ https://issues.apache.org/jira/browse/CAMEL-14869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17078043#comment-17078043 ] 

Andrea Cosentino commented on CAMEL-14869:
------------------------------------------

Activiti is something specific to Apache Servicemix and Servicemix doesn't not support Camel 3. Also Servicemix 8 won't be release. It will go to Attic and won't be released anymore.

> 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
>            Priority: Major
>
> 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)