[jboss-user] [jBPM] - Re: JBPM(Human Task)+Spring+Hibernate on JBoss AS 7

wqe wqe do-not-reply at jboss.com
Thu Sep 20 13:45:32 EDT 2012


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-docs/html_single/index.html#ch.spring 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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120920/8cdc0808/attachment.html 


More information about the jboss-user mailing list