Dmitri Potapov [
http://community.jboss.org/people/dmitrip] created the discussion
"Re: jBPM 4.3 - Problems with deploy"
To view the discussion, visit:
http://community.jboss.org/message/586826#586826
--------------------------------------------------------------
I have found solution.
In my jbpm.cfg.xml
<?xml version="1.0" encoding="UTF-8"?>
<jbpm-configuration>
<import resource="jbpm.default.cfg.xml" />
<import resource="jbpm.tx.hibernate.cfg.xml" />
<import resource="jbpm.jpdl.cfg.xml" />
*<import resource="jbpm.bpmn.cfg.xml" />*
<import resource="jbpm.identity.cfg.xml" />
<import resource="jbpm.businesscalendar.cfg.xml" />
</jbpm-configuration>
I have deleted import if ( <import resource="jbpm.bpmn.cfg.xml" /> )
from my xml file, everything worked perfectly.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/586826#586826]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]