[seam-commits] Seam SVN: r7257 - trunk/doc/reference/en/modules.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jan 28 08:56:59 EST 2008


Author: pete.muir at jboss.org
Date: 2008-01-28 08:56:59 -0500 (Mon, 28 Jan 2008)
New Revision: 7257

Modified:
   trunk/doc/reference/en/modules/jbpm.xml
Log:
Port of JBSEAM-1034 from 2.0 branch

Modified: trunk/doc/reference/en/modules/jbpm.xml
===================================================================
--- trunk/doc/reference/en/modules/jbpm.xml	2008-01-28 13:52:33 UTC (rev 7256)
+++ trunk/doc/reference/en/modules/jbpm.xml	2008-01-28 13:56:59 UTC (rev 7257)
@@ -666,6 +666,16 @@
     </bpm:process-definitions>
 </bpm:jbpm>]]></programlisting>
 
+        <para>
+            As jBPM processes are persistent across application restarts, 
+            when using Seam in a production environment you won't want to
+            install the process definition every time the application starts.
+            Therefore, in a production environment, you'll need to deploy
+            the process to jBPM outside of Seam. In other words, only install
+            process definitions from <literal>components.xml</literal> when
+            developing your application.
+        </para>
+
         </section>
         
         <section>




More information about the seam-commits mailing list