[seam-commits] Seam SVN: r7256 - branches/Seam_2_0/doc/reference/en/modules.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jan 28 08:52:33 EST 2008
Author: pete.muir at jboss.org
Date: 2008-01-28 08:52:33 -0500 (Mon, 28 Jan 2008)
New Revision: 7256
Modified:
branches/Seam_2_0/doc/reference/en/modules/jbpm.xml
Log:
JBSEAM-1034
Modified: branches/Seam_2_0/doc/reference/en/modules/jbpm.xml
===================================================================
--- branches/Seam_2_0/doc/reference/en/modules/jbpm.xml 2008-01-28 13:46:53 UTC (rev 7255)
+++ branches/Seam_2_0/doc/reference/en/modules/jbpm.xml 2008-01-28 13:52:33 UTC (rev 7256)
@@ -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