You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2023/01/16 08:21:00 UTC

[jira] [Assigned] (CAMEL-18927) camel-jbmp - JBoss jbpm is not JakartaEE compatible for v4

     [ https://issues.apache.org/jira/browse/CAMEL-18927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-18927:
-----------------------------------

    Assignee:     (was: Maciej Swiderski)

> camel-jbmp - JBoss jbpm is not JakartaEE compatible for v4
> ----------------------------------------------------------
>
>                 Key: CAMEL-18927
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18927
>             Project: Camel
>          Issue Type: Task
>          Components: camel-jbpm
>            Reporter: Claus Ibsen
>            Priority: Major
>
> Using version 7.x such as the latest 7.73.0
> {code}
> package org.jbpm.process.workitem.core;
> import java.util.HashMap;
> import java.util.Map;
> import javax.persistence.PersistenceException;
> import org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException;
> import org.jbpm.workflow.instance.node.WorkItemNodeInstance;
> import org.kie.api.runtime.process.NodeInstance;
> import org.kie.api.runtime.process.NodeInstanceContainer;
> import org.kie.api.runtime.process.ProcessWorkItemHandlerException;
> import org.kie.api.runtime.process.WorkItemHandler;
> import org.slf4j.Logger;
> import org.slf4j.LoggerFactory;
> public abstract class AbstractLogOrThrowWorkItemHandler implements WorkItemHandler {
> {code}
> You have errors due to the javaxx import of JPA



--
This message was sent by Atlassian Jira
(v8.20.10#820010)