[
https://issues.apache.org/jira/browse/CAMEL-14869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17078043#comment-17078043
]
Andrea Cosentino edited comment on CAMEL-14869 at 4/8/20, 10:40 AM:
--------------------------------------------------------------------
Activiti is something specific to Apache Servicemix and Servicemix does not
support Camel 3. Also Servicemix 8 won't be release. It will go to Attic and
won't be released anymore.
was (Author: ancosen):
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)