explorer m [
http://community.jboss.org/people/research] commented on the document
"jBPM5 migration tool project"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-15974#comment-4593
--------------------------------------------------
I have downloaded the JBPM migration tool project and run the maven build . Please find
below "tool generated BPMN file" for the corresponding input JPDL.
*Input XML: JPDL*
<?xml version="1.0" encoding="UTF-8"?><process-definition
name="single_task_jpdl">
<start-state name="start">
<transition to="task"/> </start-state>
<task-node name="task">
<transition to="end"/>
</task-node>
<end-state name="end"/>
</process-definition>
*Tool Generated BPMN file:*
<?xml version="1.0" encoding="UTF-8"?><definitions
xmlns="
http://www.omg.org/spec/BPMN/20100524/MODEL
http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:jpdl="
http://jbpm.org/4.3/jpdl http://jbpm.org/4.3/jpdl" xmlns:xsd="
http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema" xmlns:tns="
http://www.jboss.org/drools http://www.jboss.org/drools" xmlns:g="
http://www.jboss.org/drools/flow/gpd http://www.jboss.org/drools/flow/gpd"
xmlns:xs="
http://www.w3.org/2001/XMLSchema-instance
http://www.w3.org/2001/XMLSchema-instance" xs:schemaLocation="
http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/20100524/MODEL
BPMN20.xsd" expressionLanguage="
http://www.mvel.org/2.0
http://www.mvel.org/2.0" typeLanguage="
http://www.java.com/javaTypes
http://www.java.com/javaTypes" targetNamespace="
http://www.jboss.org/drools
http://www.jboss.org/drools" id="Definition"/>
It looks tool is not generated BPMN file properly. Could you please provide me the steps
to generate BPMN file from JPDL .
--------------------------------------------------