[jbpm-commits] JBoss JBPM SVN: r5244 - in jbpm4/trunk/modules/userguide/src/main/docbook/en: modules and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 6 05:43:13 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-06 05:43:13 -0400 (Mon, 06 Jul 2009)
New Revision: 5244

Modified:
   jbpm4/trunk/modules/userguide/src/main/docbook/en/master.xml
   jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
Log:
fixing the docs

Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/master.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/master.xml	2009-07-06 09:40:23 UTC (rev 5243)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/master.xml	2009-07-06 09:43:13 UTC (rev 5244)
@@ -9,7 +9,6 @@
   <!ENTITY ch06-Jpdl               SYSTEM "modules/ch06-Jpdl.xml">
   <!ENTITY ch07-Variables          SYSTEM "modules/ch07-Variables.xml">
   <!ENTITY ch08-Scripting          SYSTEM "modules/ch08-Scripting.xml">
-  <!ENTITY ch09-Identity           SYSTEM "modules/ch09-Identity.xml">
 ]>
 
 <book lang="en">
@@ -28,6 +27,5 @@
   &ch06-Jpdl;
   &ch07-Variables;
   &ch08-Scripting;
-  &ch09-Identity;
 
 </book>
\ No newline at end of file

Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml	2009-07-06 09:40:23 UTC (rev 5243)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml	2009-07-06 09:43:13 UTC (rev 5244)
@@ -1227,6 +1227,69 @@
             </tbody>
           </tgroup>
         </table>
+        <table><title><literal>notification</literal> attributes:</title>
+          <tgroup cols="5" rowsep="1" colsep="1">
+            <thead>
+              <row>
+                <entry>Attribute</entry>
+                <entry>Type</entry>
+                <entry>Default</entry>
+                <entry>Required?</entry>
+                <entry>Description</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry><literal>continue</literal></entry>
+                <entry>{sync | async | exclusive}</entry>
+                <entry>sync</entry>
+                <entry>optional</entry>
+                <entry>Specifies if an asynchronous continuation should be introduced 
+                right before sending this notification email.
+                </entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </table>
+        <table><title><literal>reminder</literal> attributes:</title>
+          <tgroup cols="5" rowsep="1" colsep="1">
+            <thead>
+              <row>
+                <entry>Attribute</entry>
+                <entry>Type</entry>
+                <entry>Default</entry>
+                <entry>Required?</entry>
+                <entry>Description</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry><literal>duedate</literal></entry>
+                <entry>duration (plain string or containing expression)</entry>
+                <entry></entry>
+                <entry><emphasis role="bold">required</emphasis></entry>
+                <entry>Delay before a reminder email should be send.
+                </entry>
+              </row>
+              <row>
+                <entry><literal>repeat</literal></entry>
+                <entry>duration (plain string or containing expression)</entry>
+                <entry></entry>
+                <entry>optional</entry>
+                <entry>Delay after a subsequent reminder email should be send</entry>
+              </row>
+              <row>
+                <entry><literal>continue</literal></entry>
+                <entry>{sync | async | exclusive}</entry>
+                <entry>sync</entry>
+                <entry>optional</entry>
+                <entry>Specifies if an asynchronous continuation should be introduced 
+                right before sending this notification email.
+                </entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </table>
         <para>Here is a basic example that accepts the default templates.</para>
         <programlisting><![CDATA[<task name="review" 
       assignee="#{order.owner}"
@@ -2329,26 +2392,15 @@
 &lt;/process&gt;     	
      	</programlisting>
       </para>
-      
       <para>
-      	The examples in the distribution contain some processes using the mail
-      	activity. If you want to change the SMTP server, you can adjust the
-      	<emphasis role="bold">jbpm.mail.properties</emphasis> file, which is
-      	imported in the examples jBPM configuration file as follows:
-      	
-      	<programlisting>
-&lt;transaction-context&gt;
-   ...
-    &lt;mail-session&gt;
-      &lt;mail-server&gt;
-        &lt;session-properties resource=&quot;jbpm.mail.properties&quot; /&gt;
-      &lt;/mail-server&gt;
-    &lt;/mail-session&gt;
-&lt;/transaction-context&gt;
-      	</programlisting>
+      	The default configuration after installation contains a 
+      	<literal>jbpm.mail.properties</literal> for specifying the mail server 
+      	to be used by jBPM.  To use another mail server then localhost,  
+      	property <literal>mail.smtp.host</literal> can be updated in that 
+      	configuration file. 
       </para>
-      
-      <para>Refer to the Developers Guide for advanced mail configuration and usage.</para>
+      <para>Refer to the Developers Guide for (unsupported) advanced mail 
+      configuration and usage.</para>
     </section>
 
   </section>




More information about the jbpm-commits mailing list