[seam-commits] Seam SVN: r15113 - branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Sep 5 02:36:11 EDT 2012
Author: manaRH
Date: 2012-09-05 02:36:11 -0400 (Wed, 05 Sep 2012)
New Revision: 15113
Modified:
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Persistence.xml
Log:
JBSEAM-3857 added warning about SMPC and manual flush mode
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Persistence.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Persistence.xml 2012-09-04 14:52:25 UTC (rev 15112)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Persistence.xml 2012-09-05 06:36:11 UTC (rev 15113)
@@ -482,6 +482,9 @@
<core:manager conversation-timeout="120000" default-flush-mode="manual" />
</components>]]></programlisting>
+ <warning><para> if you use SMPC in your Stateful bean, manual flush mode is ignored as this mode is specific Hibernate extension to JPA specification.
+ Seam can’t control the flush mode of the persistence context on an SFSB - that means no manual flushing on SFSB! </para>
+ </warning>
</section>
</section>
More information about the seam-commits
mailing list