Marco Rietveld created DROOLS-492:
-------------------------------------
Summary: Changes necessary in drools-persistence-jpa for kie-spring
Key: DROOLS-492
URL:
https://issues.jboss.org/browse/DROOLS-492
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 6.1.0.Beta3
Reporter: Marco Rietveld
Assignee: Marco Rietveld
Fix For: 6.1.0.Final
See [this
gist|https://gist.github.com/mrietveld/6d8606dc3e905088f337] for the complete
stack trace.
The issue is this, basically:
{noformat}
Caused by: java.lang.ClassNotFoundException:
org.drools.container.spring.beans.persistence.DroolsSpringTransactionManager not found by
org.drools.persistence.jpa [98]
at
org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1460)
at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72)
at
org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:190)
at
org.drools.persistence.SingleSessionCommandService.initTransactionManager(SingleSessionCommandService.java:282)
... 27 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)