[jboss-user] [jBPM] - Re: Issue with StatefulKnowledgeSession

Sandra Renaud do-not-reply at jboss.com
Thu Apr 11 04:15:00 EDT 2013


Sandra Renaud [https://community.jboss.org/people/joploya] created the discussion

"Re: Issue with StatefulKnowledgeSession"

To view the discussion, visit: https://community.jboss.org/message/807622#807622

--------------------------------------------------------------
Hello, 

I encountered a problem like yours.

After looking at other post I make these changes :

in persistent.xml :

<!-- jbpm Session --> 
        <class>org.drools.persistence.info.SessionInfo</class>
        <class>org.jbpm.persistence.processinstance.ProcessInstanceInfo</class>
        <class>org.drools.persistence.info.WorkItemInfo</class>


And the POM, I add the dependency for drools 5.5 :

<dependency>
                         <groupId>org.drools</groupId>
                         <artifactId>drools-compiler</artifactId>
                         <version>5.5.0.Final</version>
                    </dependency>


Regards,
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/807622#807622]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130411/ca3baa62/attachment-0001.html 


More information about the jboss-user mailing list