[jbpm-commits] JBoss JBPM SVN: r4129 - in jbpm4/branches/tbaeyens/modules: api/src/main/resources and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 4 04:45:55 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-03-04 04:45:54 -0500 (Wed, 04 Mar 2009)
New Revision: 4129

Removed:
   jbpm4/branches/tbaeyens/modules/config/
Modified:
   jbpm4/branches/tbaeyens/modules/api/src/main/resources/cfg.xsd
Log:
updates :-)

Modified: jbpm4/branches/tbaeyens/modules/api/src/main/resources/cfg.xsd
===================================================================
--- jbpm4/branches/tbaeyens/modules/api/src/main/resources/cfg.xsd	2009-03-04 00:46:18 UTC (rev 4128)
+++ jbpm4/branches/tbaeyens/modules/api/src/main/resources/cfg.xsd	2009-03-04 09:45:54 UTC (rev 4129)
@@ -997,26 +997,26 @@
         </complexType>
       </element>
     </choice>
-	    <attribute name="name" type="string">
-	      <annotation><documentation>Optional name of this hibernate session factory.
-	      Typically a session factory is looked up by type.  Only if multiple sessions 
-	      are declared, a name can be used to distinct them. 
-	      </documentation></annotation>
-	    </attribute>
+    <attribute name="name" type="string">
+      <annotation><documentation>Optional name of this hibernate session factory.
+      Typically a session factory is looked up by type.  Only if multiple sessions 
+      are declared, a name can be used to distinct them. 
+      </documentation></annotation>
+    </attribute>
     <attribute name="init" type="tns:initType" default="lazy">
       <annotation><documentation>Specifies when and how this object should be 
       initialized. Default is lazy.</documentation></annotation>
     </attribute>
-    <attribute name="class" type="string">
-      <annotation><documentation>Optional class of the hibernate configuration.  
-      By default org.hibernate.cfg.Configuration will be used.  This can be used 
-      to specify e.g. an AnnotationConfiguration.</documentation></annotation>
+    <attribute name="annotations">
+      <annotation><documentation>Indicates if annotations should be enabled or 
+      disabled.</documentation></annotation>
+      <simpleType>
+        <restriction base="string">
+          <enumeration value="enabled" />
+          <enumeration value="disabled" />
+        </restriction>
+      </simpleType>
     </attribute>
-    <attribute name="schema-operation" type="tns:hibernateSchemaOperationType">
-      <annotation><documentation>Optional schema operation to be applied when 
-      this configuration has been created.  By default, no schema operation will 
-      be applied.</documentation></annotation>
-    </attribute>
   </complexType>
 
   <complexType name="businessCalendarDayType">




More information about the jbpm-commits mailing list