[
https://issues.apache.org/jira/browse/CAMEL-18927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-18927:
--------------------------------
Priority: Minor (was: Major)
> 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: Minor
>
> 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)