wqe wqe [
https://community.jboss.org/people/drupalspring] created the discussion
"Re: How to load multiple bpmn files as jbpm:resource in spring config?"
To view the discussion, visit:
https://community.jboss.org/message/762863#762863
--------------------------------------------------------------
Try this .
<jbpm:kbase id="kbase">
<jbpm:resources>
<jbpm:resource type="BPMN2"
source="classpath:xxxxx1.bpmn" />
<jbpm:resource type="BPMN2"
source="classpath:yyyyy2.bpmn" />
</jbpm:resources>
</jbpm:kbase>
*Disclaimer* : Not test yet
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/762863#762863]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]