Classes missing in camel-jpa.jar
--------------------------------
Key: CAMEL-692
URL: https://issues.apache.org/activemq/browse/CAMEL-692
Project: Apache Camel
Issue Type: Bug
Components: camel-jpa
Affects Versions: 1.4.0
Reporter: Claus Ibsen
Fix For: 1.4.0
Hi,
I am playing with Camel 1.4-SNAPSHOT.
I have created a route that goes to jpa, but I receive the error
"[PersistenceUnit: camel-jpa] class or package not found".
In persistence.xml in camel-jpa-1.4-SNAPSHOT.jar camel-jpa is defined as:
<persistence-unit name="camel-jpa" transaction-type="RESOURCE_LOCAL">
<class>org.apache.camel.processor.idempotent.jpa.MessageProcessed</class>
</persistence-unit>
Where can I find the MessageProcessed class? It is not in camel-core nor
camel-jpa.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.