wqe wqe [
https://community.jboss.org/people/drupalspring] created the discussion
"Re: JBPM(Human Task)+Spring+Hibernate on JBoss AS 7"
To view the discussion, visit:
https://community.jboss.org/message/760680#760680
--------------------------------------------------------------
In the
http://docs.jboss.org/drools/release/5.4.0.Final/droolsjbpm-integration-d...
official spring integration guide ,section 2.1.1. Define a Resource and section 2.1.1.5.
Define KnowledgeSessions mentions it .
You should have something look like :
| | <drools:kbase id="kbase"> |
| | | <drools:resources> |
| | | | <drools:resource type="BPMN2"
source="classpath:SampleHumanTaskProcess.bpmn" /> |
| | | </drools:resources> |
| | </drools:kbase> |
| | <drools:ksession id="ksession" type="stateful"
kbase="kbase"> |
| | | <drools:configuration> |
| | | | <drools:jpa-persistence> |
| | | | | <drools:transaction-manager ref="jbpmTransactionManager" />
|
| | | | | <drools:entity-manager-factory ref="jbpmRuntimeEmf" /> |
| | | | </drools:jpa-persistence> |
| | | </drools:configuration> |
| | </drools:ksession> |
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/760680#760680]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]