Author: prabhat.jha(a)jboss.com
Date: 2009-08-11 15:09:15 -0400 (Tue, 11 Aug 2009)
New Revision: 13741
Modified:
docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml
Log:
[JBEPP-105] Use Martin's suggeston
Modified:
docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml
===================================================================
---
docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml 2009-08-11
16:14:07 UTC (rev 13740)
+++
docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml 2009-08-11
19:09:15 UTC (rev 13741)
@@ -18,12 +18,12 @@
<section>
<title>Schema update</title>
- <note><para>If you haven't used any workflow mechanism in JBoss Portal
2.6 and if the database user has the rights to alter/create tables in the
- running database, all the following changes will be automatically be
done.</para></note>
+ <note><para>If the database user has the rights to alter/create tables in
the running database, all the following changes will
+be automatically done. The JBPM* tables are only used when the workflow services are
activated.</para></note>
<para>The columns SER_STATE of the table JBP_INSTANCE and SER_STATE of the
table JBP_INSTANCE_PER_USER have changed from a length of 50000000 to 16384.
You can either alter the tables or modify the hibernate mapping file
<literal>portal-core-sar/conf/hibernate/instance/domain.hbm.xml
</literal> to set back the length to 50000000 if your database allows
it.</para>
- <para>The major changes on the schema are related to JBpm as stated in the JBpm
3.2 release note. JBoss Portal 2.6 was using JBpm 3.1 while
+ <para>The major changes on the schema are related to JBpm as stated in the jBPM
3.2 release notes. JBoss Portal 2.6 was using JBpm 3.1 while
the Enterprise Portal Platform 4.3 is using JBpm 3.2. Here is the relevant part from
the JBpm release note:</para>
<section>
<title>JBpm 3.2 release note extract</title>
Show replies by date