-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.3
-
High
-
%
-
-
Ending with below exception while using camel-jpa and JPAIdempotentRepository implemetation,
<class>org.apache.camel.processor.idempotent.jpa.MessageProcessed</class>
----------------------------------------------------------------------------------------------------------
Caused by: java.lang.ClassNotFoundException: org.hibernate.proxy.HibernateProxy not found by org.apache.camel.camel-jpa [835]
at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1556)
at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:77)
at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1993)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)[:1.8.0_111]
----------------------------------------------------------------------------------------------------------
Verified that all the features(camel-jpa,jpa,hibernate,etc) are installed and included the required packages in <Import-Package> of felix plugin(javax.persistence,org.hibernate.proxy, javassist.util.proxy,*)
- is related to
-
CAMEL-11317 Loading...