Author: heiko.braun(a)jboss.com
Date: 2009-04-08 07:48:15 -0400 (Wed, 08 Apr 2009)
New Revision: 4495
Modified:
jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/src/test/resources/jbpm.repository.hbm.xml
jbpm4/branches/jbpm-4.0.0.Beta1/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml
jbpm4/branches/jbpm-4.0.0.Beta1/modules/pvm/src/test/resources/jbpm.repository.hbm.xml
jbpm4/branches/jbpm-4.0.0.Beta1/modules/test-db/src/test/resources/jbpm.repository.hbm.xml
Log:
Fix remaining type=string occurances
Modified:
jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/src/test/resources/jbpm.repository.hbm.xml
===================================================================
---
jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
10:02:37 UTC (rev 4494)
+++
jbpm4/branches/jbpm-4.0.0.Beta1/modules/examples/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
11:48:15 UTC (rev 4495)
@@ -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/branches/jbpm-4.0.0.Beta1/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml
===================================================================
---
jbpm4/branches/jbpm-4.0.0.Beta1/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
10:02:37 UTC (rev 4494)
+++
jbpm4/branches/jbpm-4.0.0.Beta1/modules/jpdl/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
11:48:15 UTC (rev 4495)
@@ -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/branches/jbpm-4.0.0.Beta1/modules/pvm/src/test/resources/jbpm.repository.hbm.xml
===================================================================
---
jbpm4/branches/jbpm-4.0.0.Beta1/modules/pvm/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
10:02:37 UTC (rev 4494)
+++
jbpm4/branches/jbpm-4.0.0.Beta1/modules/pvm/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
11:48:15 UTC (rev 4495)
@@ -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/branches/jbpm-4.0.0.Beta1/modules/test-db/src/test/resources/jbpm.repository.hbm.xml
===================================================================
---
jbpm4/branches/jbpm-4.0.0.Beta1/modules/test-db/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
10:02:37 UTC (rev 4494)
+++
jbpm4/branches/jbpm-4.0.0.Beta1/modules/test-db/src/test/resources/jbpm.repository.hbm.xml 2009-04-08
11:48:15 UTC (rev 4495)
@@ -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>
Show replies by date