[jbpm-commits] JBoss JBPM SVN: r4496 - in jbpm4/trunk/modules: examples/src/test/resources and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 8 07:57:52 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-04-08 07:57:51 -0400 (Wed, 08 Apr 2009)
New Revision: 4496

Modified:
   jbpm4/trunk/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml
   jbpm4/trunk/modules/examples/src/test/resources/jbpm.repository.hbm.xml
   jbpm4/trunk/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml
   jbpm4/trunk/modules/pvm/src/test/resources/jbpm.repository.hbm.xml
   jbpm4/trunk/modules/test-db/src/test/resources/jbpm.repository.hbm.xml
Log:
Fix JBPM-2149

Modified: jbpm4/trunk/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml	2009-04-08 11:48:15 UTC (rev 4495)
+++ jbpm4/trunk/modules/distro/src/main/resources/config-tool/hibernate/mapping.files/jbpm.repository.hbm.xml	2009-04-08 11:57:51 UTC (rev 4496)
@@ -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>
     
@@ -47,4 +47,4 @@
     <property name="longValue" column="LONGVAL_" />
   </class> 
 
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>

Modified: jbpm4/trunk/modules/examples/src/test/resources/jbpm.repository.hbm.xml
===================================================================
--- jbpm4/trunk/modules/examples/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:48:15 UTC (rev 4495)
+++ jbpm4/trunk/modules/examples/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:57:51 UTC (rev 4496)
@@ -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>
     
@@ -47,4 +47,4 @@
     <property name="longValue" column="LONGVAL_" />
   </class> 
 
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>

Modified: jbpm4/trunk/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:48:15 UTC (rev 4495)
+++ jbpm4/trunk/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:57:51 UTC (rev 4496)
@@ -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>
     
@@ -47,4 +47,4 @@
     <property name="longValue" column="LONGVAL_" />
   </class> 
 
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>

Modified: jbpm4/trunk/modules/pvm/src/test/resources/jbpm.repository.hbm.xml
===================================================================
--- jbpm4/trunk/modules/pvm/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:48:15 UTC (rev 4495)
+++ jbpm4/trunk/modules/pvm/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:57:51 UTC (rev 4496)
@@ -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>
     
@@ -47,4 +47,4 @@
     <property name="longValue" column="LONGVAL_" />
   </class> 
 
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>

Modified: jbpm4/trunk/modules/test-db/src/test/resources/jbpm.repository.hbm.xml
===================================================================
--- jbpm4/trunk/modules/test-db/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:48:15 UTC (rev 4495)
+++ jbpm4/trunk/modules/test-db/src/test/resources/jbpm.repository.hbm.xml	2009-04-08 11:57:51 UTC (rev 4496)
@@ -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>
     
@@ -47,4 +47,4 @@
     <property name="longValue" column="LONGVAL_" />
   </class> 
 
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>




More information about the jbpm-commits mailing list