[jbpm-commits] JBoss JBPM SVN: r3989 - in jbpm3/branches/tdiesler/modules/core/src/main/resources: org/jbpm/graph/log and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Feb 21 07:41:34 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-21 07:41:34 -0500 (Sat, 21 Feb 2009)
New Revision: 3989

Added:
   jbpm3/branches/tdiesler/modules/core/src/main/resources/org/jbpm/graph/log/ActionLog.sybase.hbm.xml
Modified:
   jbpm3/branches/tdiesler/modules/core/src/main/resources/hibernate.mapping.sybase.xml
Log:
wip

Modified: jbpm3/branches/tdiesler/modules/core/src/main/resources/hibernate.mapping.sybase.xml
===================================================================
--- jbpm3/branches/tdiesler/modules/core/src/main/resources/hibernate.mapping.sybase.xml	2009-02-21 12:40:37 UTC (rev 3988)
+++ jbpm3/branches/tdiesler/modules/core/src/main/resources/hibernate.mapping.sybase.xml	2009-02-21 12:41:34 UTC (rev 3989)
@@ -113,7 +113,7 @@
     <mapping resource="org/jbpm/logging/log/ProcessLog.hbm.xml"/>
     <mapping resource="org/jbpm/logging/log/MessageLog.hbm.xml"/>
     <mapping resource="org/jbpm/logging/log/CompositeLog.hbm.xml"/>
-    <mapping resource="org/jbpm/graph/log/ActionLog.hbm.xml"/>
+    <mapping resource="org/jbpm/graph/log/ActionLog.sybase.hbm.xml"/>
     <mapping resource="org/jbpm/graph/log/NodeLog.hbm.xml"/>
     <mapping resource="org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml"/>
     <mapping resource="org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml"/>

Added: jbpm3/branches/tdiesler/modules/core/src/main/resources/org/jbpm/graph/log/ActionLog.sybase.hbm.xml
===================================================================
--- jbpm3/branches/tdiesler/modules/core/src/main/resources/org/jbpm/graph/log/ActionLog.sybase.hbm.xml	                        (rev 0)
+++ jbpm3/branches/tdiesler/modules/core/src/main/resources/org/jbpm/graph/log/ActionLog.sybase.hbm.xml	2009-02-21 12:41:34 UTC (rev 3989)
@@ -0,0 +1,17 @@
+<?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.graph.log.ActionLog" extends="org.jbpm.logging.log.CompositeLog" discriminator-value="A">
+
+    <property name="exception" column="EXCEPTION_" type="text" length="4000"/>
+
+    <many-to-one name="action" column="ACTION_" class="org.jbpm.graph.def.Action" foreign-key="FK_LOG_ACTION" />
+
+  </subclass>
+
+</hibernate-mapping>


Property changes on: jbpm3/branches/tdiesler/modules/core/src/main/resources/org/jbpm/graph/log/ActionLog.sybase.hbm.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbpm-commits mailing list