[jboss-cvs] jboss-seam ...
Peter Muir
peter at bleepbleep.org.uk
Tue Aug 14 04:46:23 EDT 2007
User: pmuir
Date: 07/08/14 04:46:23
Modified: jboss-seam seam2migration.txt
Log:
JBSEAM-1799
Revision Changes Path
1.6 +6 -0 jboss-seam/seam2migration.txt
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam2migration.txt
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam2migration.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- seam2migration.txt 21 Jul 2007 21:23:54 -0000 1.5
+++ seam2migration.txt 14 Aug 2007 08:46:23 -0000 1.6
@@ -120,3 +120,9 @@
Note that JBoss Embedded is able to bootstrap a datasource from a -ds.xml
file, so there is no longer a need for jboss-beans.xml.
+
+Migration to JBPM 3.2
+---------------------
+If you are using JBPM for business processes (not just pageflows), you need
+to add the tx service to jbpm.cfg.xml:
+ <service name="tx" factory="org.jbpm.tx.TxServiceFactory" />
More information about the jboss-cvs-commits
mailing list