[jbpm-commits] JBoss JBPM SVN: r5285 - in jbpm4/branches/jbpm-4.0/modules: examples/src/test/resources/org/jbpm/examples/async/fork and 9 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 10 08:15:00 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-10 08:15:00 -0400 (Fri, 10 Jul 2009)
New Revision: 5285

Added:
   jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/images/gpd.runtime.location.png
Removed:
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/async/activity/process.png
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/async/fork/process.png
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/taskform/vacation2.png
Modified:
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/custom/process.jpdl.xml
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/java/process.jpdl.xml
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/services/Order.jpdl.xml
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomeactivity/SubProcessDocument.jpdl.xml
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomevalue/SubProcessDocument.jpdl.xml
   jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/task/swimlane/process.jpdl.xml
   jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/images/gpd.install.gpd.site.png
   jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
Log:
example processes layout fixes and gpd installation docs update

Deleted: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/async/activity/process.png
===================================================================
(Binary files differ)

Deleted: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/async/fork/process.png
===================================================================
(Binary files differ)

Modified: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/custom/process.jpdl.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/custom/process.jpdl.xml	2009-07-10 10:29:07 UTC (rev 5284)
+++ jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/custom/process.jpdl.xml	2009-07-10 12:15:00 UTC (rev 5285)
@@ -8,11 +8,11 @@
 
   <custom name="print dots" 
         class="org.jbpm.examples.custom.PrintDots"
-        g="96,16,127,52">
+        g="96,16,100,52">
         
     <transition to="end" />
   </custom>
   
-  <end name="end" g="205,22,80,40"/>
+  <end name="end" g="231,19,80,40"/>
 
 </process>

Modified: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/java/process.jpdl.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/java/process.jpdl.xml	2009-07-10 10:29:07 UTC (rev 5284)
+++ jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/java/process.jpdl.xml	2009-07-10 12:15:00 UTC (rev 5285)
@@ -10,7 +10,7 @@
         class="org.jbpm.examples.java.JohnDoe"
         method="hello"
         var="answer"
-        g="96,16,127,52">
+        g="96,16,83,52">
         
     <field name="state"><string value="fine"/></field>
     <arg><string value="Hi, how are you?"/></arg>
@@ -22,7 +22,7 @@
         expr="#{hand}"
         method="shake"
         var="hand"
-        g="96,16,127,52">
+        g="215,17,99,52">
         
     <arg><object expr="#{joesmoe.handshakes.force}"/></arg>
     <arg><object expr="#{joesmoe.handshakes.duration}"/></arg>
@@ -30,6 +30,6 @@
     <transition to="wait" />
   </java>
 
-  <state name="wait" g="255,16,88,52"/>
+  <state name="wait" g="352,17,88,52"/>
 
 </process>

Modified: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/services/Order.jpdl.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/services/Order.jpdl.xml	2009-07-10 10:29:07 UTC (rev 5284)
+++ jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/services/Order.jpdl.xml	2009-07-10 12:15:00 UTC (rev 5285)
@@ -6,10 +6,10 @@
     <transition to="receive confirmation" />
   </start>
   
-  <state name="receive confirmation" g="96,16,75,52">
+  <state name="receive confirmation" g="96,16,136,52">
     <transition to="end" />
   </state>
   
-  <end name="end" g="203,19,48,48"/>
+  <end name="end" g="269,20,48,48"/>
 
 </process>
\ No newline at end of file

Modified: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomeactivity/SubProcessDocument.jpdl.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomeactivity/SubProcessDocument.jpdl.xml	2009-07-10 10:29:07 UTC (rev 5284)
+++ jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomeactivity/SubProcessDocument.jpdl.xml	2009-07-10 12:15:00 UTC (rev 5285)
@@ -2,13 +2,13 @@
 
 <process name="SubProcessDocument" xmlns="http://jbpm.org/4.0/jpdl">
 
-  <start g="32,111,48,48">
+  <start g="43,109,48,48">
     <transition to="review" />
   </start>
 
   <sub-process name="review"
                sub-process-key="SubProcessReview"
-               g="96,16,127,52">
+               g="118,106,99,52">
                
     <transition name="ok" to="next step" g="167,67:6,-19"/>
     <transition name="nok" to="update" g="-22,-18"/>

Modified: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomevalue/SubProcessDocument.jpdl.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomevalue/SubProcessDocument.jpdl.xml	2009-07-10 10:29:07 UTC (rev 5284)
+++ jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/subprocess/outcomevalue/SubProcessDocument.jpdl.xml	2009-07-10 12:15:00 UTC (rev 5285)
@@ -2,14 +2,14 @@
 
 <process name="SubProcessDocument" xmlns="http://jbpm.org/4.0/jpdl">
 
-  <start g="32,111,48,48">
+  <start g="36,109,48,48">
     <transition to="review" />
   </start>
 
   <sub-process name="review"
                sub-process-key="SubProcessReview"
                outcome="#{result}" 
-               g="96,16,127,52">
+               g="118,106,99,52">
                
     <transition name="ok" to="next step" g="167,67:6,-19"/>
     <transition name="nok" to="update" g="-22,-18"/>

Modified: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/task/swimlane/process.jpdl.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/task/swimlane/process.jpdl.xml	2009-07-10 10:29:07 UTC (rev 5284)
+++ jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/task/swimlane/process.jpdl.xml	2009-07-10 12:15:00 UTC (rev 5285)
@@ -19,7 +19,7 @@
   <task 
       name="calculate quote" 
       swimlane="sales representative"
-      g="255,16,88,52">
+      g="255,16,111,52">
   </task>
 
 </process>

Deleted: jbpm4/branches/jbpm-4.0/modules/examples/src/test/resources/org/jbpm/examples/taskform/vacation2.png
===================================================================
(Binary files differ)

Modified: jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/images/gpd.install.gpd.site.png
===================================================================
(Binary files differ)

Added: jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/images/gpd.runtime.location.png
===================================================================
(Binary files differ)


Property changes on: jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/images/gpd.runtime.location.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml	2009-07-10 10:29:07 UTC (rev 5284)
+++ jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml	2009-07-10 12:15:00 UTC (rev 5285)
@@ -201,7 +201,7 @@
       </para>
     </section>
     <section>
-      <title>Add the update site <literal>gpd/jbpm-gpd-site.zip</literal></title>
+      <title>Install the GPD plugin into eclipse</title>
       <para>The installation of the GPD uses the Eclipse Software Update 
       mechanism and is pretty straightforward. There is an archived update 
       site included in the runtime installation of jBPM when you unzip it 
@@ -210,25 +210,38 @@
       <para>To add the update site to eclipse:
       </para>
       <itemizedlist>
-        <listitem><literal>Help</literal> --> <literal>Software Updates</literal></listitem> 
-        <listitem>Select tab <literal>Available Software</literal></listitem>
-        <listitem>Click <literal>Add Site...</literal> </listitem>
+        <listitem><literal>Help</literal> --> <literal>Install New Software...</literal></listitem> 
+        <listitem>Click <literal>Add...</literal> </listitem>
         <listitem>In dialog <literal>Add Site</literal> dialog, click <literal>Archive...</literal></listitem>
-        <listitem>Navigate to <literal>gpd/jbpm-gpd-site.zip</literal></listitem>
-        <listitem>Clicking <literal>OK</literal> will bring you back to the dialog 'Software Updates and Add-ons'</listitem>
+        <listitem>Navigate to <literal>gpd/jbpm-gpd-site.zip</literal> and click 'Open'</listitem>
+        <listitem>Clicking <literal>OK</literal> in the <literal>Add Site</literal> dialog will bring you back to the dialog 'Install'</listitem>
         <listitem>Select the <literal>jPDL 4 GPD Update Site</literal> that has appeared</listitem>
-        <listitem>Click <literal>Install...</literal> </listitem>
-        <listitem>In dialog <literal>Install</literal>, select <literal>Flow Common Feature</literal> 
-          and <literal>jPDL 4 Feature</literal></listitem>
-        <listitem>Click <literal>Next</literal></listitem>
-        <listitem>Select <literal>Accept</literal> and click <literal>Finish</literal></listitem>
-        <listitem>Restart eclipse</listitem>
+        <listitem>Click <literal>Next...</literal> and then <literal>Finish</literal></listitem>
+        <listitem>Approve the license</listitem>
+        <listitem>Restart eclipse when that is asked</listitem>
       </itemizedlist>
       <figure id="gpd.install.gpd.site">
         <title>Adding the GPD local archive site</title>
         <mediaobject><imageobject><imagedata align="center" fileref="images/gpd.install.gpd.site.png"/></imageobject></mediaobject>
       </figure>
     </section>
+
+    <section>
+      <title>Configuring the jBPM runtime</title>
+      <itemizedlist>
+        <listitem>Click <literal>Window</literal> --> <literal>Preferences</literal> </listitem>
+        <listitem>Select <literal>JBoss jBPM</literal> --> <literal>jBPM 4</literal> --> <literal>Runtime Locations</literal> </listitem>
+        <listitem>Click <literal>Add...</literal> </listitem>
+        <listitem>In the <literal>Add Location</literal> dialog, enter a name like e.g. <literal>jbpm-4.0</literal> and then click <literal>Search...</literal> </listitem>
+        <listitem>In the <literal>Browse For Folder</literal> dialog, select your jbpm home directory and click <literal>OK</literal> </listitem>
+        <listitem>Click <literal>OK</literal> in the <literal>Add Location</literal> dialog</listitem>
+      </itemizedlist>
+      <figure id="gpd.runtime.location">
+        <title>Defining jBPM Libraries</title>
+        <mediaobject><imageobject><imagedata align="center" fileref="images/gpd.runtime.location.png"/></imageobject></mediaobject>
+      </figure>
+    </section>
+
     <section id="definejbpmuserlibraries">
       <title>Define the jBPM User Library</title>
       <para>This section shows how to define a user library for your workspace




More information about the jbpm-commits mailing list