It should be in the camel-jpa[1]
[1]https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-jpa/src/main/java/org/apache/camel/processor/idempotent/jpa/MessageProcessed.java
Willem
borgel wrote:
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.
Regards
Børge.