[jbpm-commits] JBoss JBPM SVN: r5460 - in jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources: org/jbpm/context/exe/variableinstance and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 10 22:02:38 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-08-10 22:02:37 -0400 (Mon, 10 Aug 2009)
New Revision: 5460

Removed:
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.db2.hbm.xml
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.db2.hbm.xml
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.mysql.hbm.xml
Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.mapping.db2.xml
Log:
[JBPM-2115] revert column type change from varchar(4000) to clob(4000)

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.mapping.db2.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.mapping.db2.xml	2009-08-10 22:32:46 UTC (rev 5459)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/hibernate.mapping.db2.xml	2009-08-11 02:02:37 UTC (rev 5460)
@@ -5,8 +5,8 @@
     <!-- hql queries -->
     <mapping resource="org/jbpm/db/hibernate.queries.hbm.xml" />
 
-    <!-- DB2 type mappings -->
-    <mapping resource="org/jbpm/db/hibernate.types.db2.hbm.xml" />
+    <!-- type mappings -->
+    <mapping resource="org/jbpm/db/hibernate.types.hbm.xml" />
 
     <!-- hql queries used in simulation for querying historical data.
          uncomment if you want to use the GetSimulationInputCommand
@@ -91,7 +91,7 @@
     <mapping resource="org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml"/>
     <mapping resource="org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml"/>
     <mapping resource="org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml"/>
-    <mapping resource="org/jbpm/context/exe/variableinstance/HibernateStringInstance.db2.hbm.xml"/>
+    <mapping resource="org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml"/>
     <mapping resource="org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml"/>
     <mapping resource="org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml"/>
     <mapping resource="org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml"/>

Deleted: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.db2.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.db2.hbm.xml	2009-08-10 22:32:46 UTC (rev 5459)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.db2.hbm.xml	2009-08-11 02:02:37 UTC (rev 5460)
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE hibernate-mapping PUBLIC
-    "-//Hibernate/Hibernate Mapping DTD 3.0//EN" 
-    "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-
-<hibernate-mapping auto-import="false" default-access="field">
-  <subclass name="org.jbpm.context.exe.variableinstance.HibernateStringInstance" 
-            extends="org.jbpm.context.exe.VariableInstance" 
-            discriminator-value="I">
-    <any name="value" id-type="text" cascade="save-update">
-      <column name="STRINGIDCLASS_" />
-      <column name="STRINGVALUE_" length="4000"/>
-    </any>
-  </subclass>
-</hibernate-mapping>

Deleted: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.db2.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.db2.hbm.xml	2009-08-10 22:32:46 UTC (rev 5459)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.db2.hbm.xml	2009-08-11 02:02:37 UTC (rev 5460)
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE hibernate-mapping PUBLIC
-      "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-      "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-
-<hibernate-mapping>
-  <typedef name="longstring" class="org.hibernate.type.TextType" />
-</hibernate-mapping>
\ No newline at end of file

Deleted: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.mysql.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.mysql.hbm.xml	2009-08-10 22:32:46 UTC (rev 5459)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/db/hibernate.types.mysql.hbm.xml	2009-08-11 02:02:37 UTC (rev 5460)
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE hibernate-mapping PUBLIC
-      "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
-      "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-
-<hibernate-mapping>
-  <typedef name="longstring" class="org.hibernate.type.TextType" />
-</hibernate-mapping>
\ No newline at end of file



More information about the jbpm-commits mailing list