[
https://issues.jboss.org/browse/DROOLS-492?page=com.atlassian.jira.plugin...
]
Marco Rietveld commented on DROOLS-492:
---------------------------------------
[~cmoulliard] Great! If the exception isn't being thrown anymore, it sounds like this
issue (the exception, old class, etc) has been fixed. Does it make sense to assign the
issue to you and close it?
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
Attachments: Screenshot 2014-05-20 11.17.05.png
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)