[jbpm-commits] JBoss JBPM SVN: r4494 - jbpm4/branches/jbpm-4.0.0.Beta1/modules/distro/src/main/resources/config-tool/hibernate/mapping.files.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 8 06:02:37 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-04-08 06:02:37 -0400 (Wed, 08 Apr 2009)
New Revision: 4494

Modified:
   jbpm4/branches/jbpm-4.0.0.Beta1/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml
Log:
JBPM-2149: Use SQL type text for deployment name foreign key fields in JBPM_LOB

Modified: jbpm4/branches/jbpm-4.0.0.Beta1/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml
===================================================================
--- jbpm4/branches/jbpm-4.0.0.Beta1/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml	2009-04-07 21:51:07 UTC (rev 4493)
+++ jbpm4/branches/jbpm-4.0.0.Beta1/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml	2009-04-08 10:02:37 UTC (rev 4494)
@@ -19,7 +19,7 @@
       <key foreign-key="FK_LOB_DEPLOYMENT">
         <column name="DEPLOYMENT_" index="IDX_LOB_DEPLOYMENT" />
       </key>
-      <map-key type="string" column="NAME_" />
+      <map-key type="text" column="NAME_" />
       <one-to-many class="org.jbpm.pvm.internal.lob.Lob"/>
     </map>
     




More information about the jbpm-commits mailing list