[jbpm-commits] JBoss JBPM SVN: r6499 - in projects/migration_tool/trunk: src/main/use_cases and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 15 16:23:31 EDT 2010


Author: eschabell
Date: 2010-07-15 16:23:30 -0400 (Thu, 15 Jul 2010)
New Revision: 6499

Added:
   projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/
   projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/gpd.xml
   projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/processdefinition.xml
   projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/processimage.jpg
   projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/
   projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/gpd.xml
   projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/processdefinition.xml
   projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/processimage.jpg
   projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/
   projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/gpd.xml
   projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/processdefinition.xml
   projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/processimage.jpg
   projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/
   projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/gpd.xml
   projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/processdefinition.xml
   projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/processimage.jpg
   projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/
   projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/gpd.xml
   projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/processdefinition.xml
   projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/processimage.jpg
   projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/
   projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/gpd.xml
   projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/processdefinition.xml
   projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/processimage.jpg
Modified:
   projects/migration_tool/trunk/
   projects/migration_tool/trunk/src/main/use_cases/readme.txt
Log:
Added in the jpdl single node, task, sub process, state, decision, fork and join use cases for jpdl process definitions. 
Also updated readme file.


Property changes on: projects/migration_tool/trunk
___________________________________________________________________
Name: svn:ignore
   + *.settings
*.classpath
*.project


Modified: projects/migration_tool/trunk/src/main/use_cases/readme.txt
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/readme.txt	2010-07-15 19:46:00 UTC (rev 6498)
+++ projects/migration_tool/trunk/src/main/use_cases/readme.txt	2010-07-15 20:23:30 UTC (rev 6499)
@@ -1,5 +1,2 @@
-This directory will hold use cases of jpdl3 process designs that will convert
-with this tool to the matching (provided) bpmn2 process design.
-
-Eric D. Schabell
-
+This directory holds use cases of jpdl3 process designs that will convert
+with this tool to the matching (provided) bpmn2 process design.
\ No newline at end of file

Added: projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/gpd.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/gpd.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/gpd.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="simple_fork_join_jpdl" width="1338" height="588">
+  <node name="start" x="355" y="66" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end" x="377" y="462" width="132" height="36"/>
+  <node name="fork1" x="294" y="194" width="252" height="24">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="node1" x="214" y="290" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="node2" x="545" y="281" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="join1" x="315" y="388" width="252" height="24">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <deployment serverName="localhost" serverPort="8080" serverDeployer="/gpd-deployer/upload">
+    <classesAndResources/>
+    <filesAndFolders>
+      <element value="/migration_tool/src/main/use_cases/simple_fork_join_jpdl/gpd.xml"/>
+      <element value="/migration_tool/src/main/use_cases/simple_fork_join_jpdl/processdefinition.xml"/>
+    </filesAndFolders>
+  </deployment>
+</root-container>

Added: projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/processdefinition.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/processdefinition.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/processdefinition.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition  xmlns=""  name="simple_fork_join_jpdl">
+
+
+	<start-state name="start">
+		<transition to="fork1"></transition>
+	</start-state>
+
+
+	<fork name="fork1">
+		<transition to="node1" name="to node1"></transition>
+		<transition to="node2" name="to node2"></transition>
+	</fork>
+
+	<node name="node1">
+		<transition to="join1"></transition>
+	</node>
+
+	<node name="node2">
+		<transition to="join1"></transition>
+	</node>
+
+	<join name="join1">
+		<transition to="end"></transition>
+	</join>
+
+
+	<end-state name="end"></end-state>
+
+
+</process-definition>
\ No newline at end of file

Added: projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/processimage.jpg
===================================================================
(Binary files differ)


Property changes on: projects/migration_tool/trunk/src/main/use_cases/simple_fork_join_jpdl/processimage.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/gpd.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/gpd.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/gpd.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="single_decision_jpdl" width="1338" height="588">
+  <node name="start" x="314" y="131" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end-state1" x="193" y="365" width="132" height="36"/>
+  <node name="decision" x="315" y="224" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end-state2" x="514" y="370" width="132" height="36"/>
+  <deployment serverName="localhost" serverPort="8080" serverDeployer="/gpd-deployer/upload">
+    <classesAndResources/>
+    <filesAndFolders>
+      <element value="/migration_tool/src/main/use_cases/single_decision_jpdl/gpd.xml"/>
+      <element value="/migration_tool/src/main/use_cases/single_decision_jpdl/processdefinition.xml"/>
+    </filesAndFolders>
+  </deployment>
+</root-container>

Added: projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/processdefinition.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/processdefinition.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/processdefinition.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition  xmlns=""  name="single_decision_jpdl">
+
+
+	<start-state name="start">
+		<transition to="decision"></transition>
+	</start-state>
+
+
+	<decision name="decision">
+		<transition to="end-state1" name="to end-state1"></transition>
+		<transition to="end-state2" name="to end-state2"></transition>
+	</decision>
+
+
+	<end-state name="end-state1"></end-state>
+
+	<end-state name="end-state2"></end-state>
+
+
+</process-definition>
\ No newline at end of file

Added: projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/processimage.jpg
===================================================================
(Binary files differ)


Property changes on: projects/migration_tool/trunk/src/main/use_cases/single_decision_jpdl/processimage.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/gpd.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/gpd.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/gpd.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="single_node_jpdl" width="1338" height="588">
+  <node name="start" x="252" y="85" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end" x="264" y="299" width="132" height="36"/>
+  <node name="node" x="260" y="194" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <deployment serverName="localhost" serverPort="8080" serverDeployer="/gpd-deployer/upload">
+    <classesAndResources/>
+    <filesAndFolders>
+      <element value="/migration_tool/src/main/use_cases/single_node_jpdl/gpd.xml"/>
+      <element value="/migration_tool/src/main/use_cases/single_node_jpdl/processdefinition.xml"/>
+    </filesAndFolders>
+  </deployment>
+</root-container>

Added: projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/processdefinition.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/processdefinition.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/processdefinition.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition  xmlns=""  name="single_node_jpdl">
+
+
+	<start-state name="start">
+		<transition to="node"></transition>
+	</start-state>
+
+
+	<node name="node">
+		<transition to="end"></transition>
+	</node>
+
+
+	<end-state name="end"></end-state>
+
+
+</process-definition>
\ No newline at end of file

Added: projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/processimage.jpg
===================================================================
(Binary files differ)


Property changes on: projects/migration_tool/trunk/src/main/use_cases/single_node_jpdl/processimage.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/gpd.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/gpd.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/gpd.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="single_state_jpdl" width="1338" height="588">
+  <node name="start" x="263" y="136" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end" x="270" y="322" width="132" height="36"/>
+  <node name="state" x="269" y="232" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <deployment serverName="localhost" serverPort="8080" serverDeployer="/gpd-deployer/upload">
+    <classesAndResources/>
+    <filesAndFolders>
+      <element value="/migration_tool/src/main/use_cases/single_state_jpdl/gpd.xml"/>
+      <element value="/migration_tool/src/main/use_cases/single_state_jpdl/processdefinition.xml"/>
+    </filesAndFolders>
+  </deployment>
+</root-container>

Added: projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/processdefinition.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/processdefinition.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/processdefinition.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition  xmlns=""  name="single_state_jpdl">
+
+
+	<start-state name="start">
+		<transition to="state"></transition>
+	</start-state>
+
+
+	<state name="state">
+		<transition to="end"></transition>
+	</state>
+
+
+	<end-state name="end"></end-state>
+
+
+</process-definition>
\ No newline at end of file

Added: projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/processimage.jpg
===================================================================
(Binary files differ)


Property changes on: projects/migration_tool/trunk/src/main/use_cases/single_state_jpdl/processimage.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/gpd.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/gpd.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/gpd.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="single_subprocess_jpdl" width="1338" height="588">
+  <node name="start" x="314" y="136" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end" x="323" y="392" width="132" height="36"/>
+  <node name="sub-process" x="326" y="256" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <deployment serverName="localhost" serverPort="8080" serverDeployer="/gpd-deployer/upload">
+    <classesAndResources/>
+    <filesAndFolders>
+      <element value="/migration_tool/src/main/use_cases/single_subprocess_jpdl/gpd.xml"/>
+      <element value="/migration_tool/src/main/use_cases/single_subprocess_jpdl/processdefinition.xml"/>
+    </filesAndFolders>
+  </deployment>
+</root-container>

Added: projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/processdefinition.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/processdefinition.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/processdefinition.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition  xmlns=""  name="single_subprocess_jpdl">
+
+
+	<start-state name="start">
+		<transition to="sub-process"></transition>
+	</start-state>
+
+
+	<process-state name="sub-process">
+		<sub-process name=""></sub-process>
+		<transition to="end"></transition>
+	</process-state>
+
+
+	<end-state name="end"></end-state>
+
+
+</process-definition>
\ No newline at end of file

Added: projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/processimage.jpg
===================================================================
(Binary files differ)


Property changes on: projects/migration_tool/trunk/src/main/use_cases/single_subprocess_jpdl/processimage.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/gpd.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/gpd.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/gpd.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<root-container name="single_task_jpdl" width="1338" height="588">
+  <node name="start" x="353" y="145" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <node name="end" x="357" y="335" width="132" height="36"/>
+  <node name="task" x="358" y="231" width="132" height="36">
+    <edge>
+      <label x="5" y="-10"/>
+    </edge>
+  </node>
+  <deployment serverName="localhost" serverPort="8080" serverDeployer="/gpd-deployer/upload">
+    <classesAndResources/>
+    <filesAndFolders>
+      <element value="/migration_tool/src/main/use_cases/single_task_jpdl/gpd.xml"/>
+      <element value="/migration_tool/src/main/use_cases/single_task_jpdl/processdefinition.xml"/>
+    </filesAndFolders>
+  </deployment>
+</root-container>

Added: projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/processdefinition.xml
===================================================================
--- projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/processdefinition.xml	                        (rev 0)
+++ projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/processdefinition.xml	2010-07-15 20:23:30 UTC (rev 6499)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-definition  xmlns=""  name="single_task_jpdl">
+
+
+	<start-state name="start">
+		<transition to="task"></transition>
+	</start-state>
+
+
+	<task-node name="task">
+		<transition to="end"></transition>
+	</task-node>
+
+
+	<end-state name="end"></end-state>
+
+
+</process-definition>
\ No newline at end of file

Added: projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/processimage.jpg
===================================================================
(Binary files differ)


Property changes on: projects/migration_tool/trunk/src/main/use_cases/single_task_jpdl/processimage.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the jbpm-commits mailing list