José Luis Granda [
http://community.jboss.org/people/jlgranda81] created the discussion
"Re: jBPM 4.3-jbpm.bpmn.cfg.xml does not exist"
To view the discussion, visit:
http://community.jboss.org/message/572039#572039
--------------------------------------------------------------
Update maven for jbpm4.4
<repository>
<id>jboss</id>
<url>
http://repository.jboss.org/nexus/content/repositories/releases/
http://repository.jboss.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
Now, add dependeny
<dependency>
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>jbpm-bpmn</artifactId>
<version>4.4</version>
</dependency>
Now, pass the jbpm.bpmn.cfg.xml does not exist
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/572039#572039]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]