ColumnType was removed from the config model.
Index: C:/ossoa/java/das/rdb/src/main/resources/config.xsd
===================================================================
--- C:/ossoa/java/das/rdb/src/main/resources/config.xsd (revision 417236)
+++ C:/ossoa/java/das/rdb/src/main/resources/config.xsd (working copy)
@@ -65,8 +65,7 @@
    <xsd:complexType name="Column">
       <xsd:attribute name="columnName" type="xsd:string"/>
       <xsd:attribute name="propertyName" type="xsd:string"/>
-      <xsd:attribute name="converterClassName" type="xsd:string"/>
-      <xsd:attribute name="columnType" type="xsd:string"/>
+      <xsd:attribute name="converterClassName" type="xsd:string"/>     
       <xsd:attribute name="primaryKey" type="xsd:boolean"/>
       <xsd:attribute name="generated" type="xsd:boolean"/>
       <xsd:attribute name="collision" type="xsd:boolean"/>    
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to