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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17677218#comment-17677218 ] 

Maciej Swiderski commented on CAMEL-18927:
------------------------------------------

[~davsclaus] I am no longer working on jBPM so would be best to reassign it to someone who is still actively working on it. [~cristiano.nicolai] might be a good choice (hopefully it's the right Cristiano :))

> 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
>            Assignee: Maciej Swiderski
>            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)