[portal-commits] JBoss Portal SVN: r5772 - trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Dec 8 15:07:14 EST 2006


Author: roy.russo at jboss.com
Date: 2006-12-08 15:07:12 -0500 (Fri, 08 Dec 2006)
New Revision: 5772

Modified:
   trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms/domain.hbm.xml
Log:
JBQA-452 - fix for sybase binary length

Modified: trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms/domain.hbm.xml
===================================================================
--- trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms/domain.hbm.xml	2006-12-07 16:47:35 UTC (rev 5771)
+++ trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms/domain.hbm.xml	2006-12-08 20:07:12 UTC (rev 5772)
@@ -42,7 +42,6 @@
          name="data"
          column="BINVAL_DATA"
          type="blob"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.state.VersionNode" table="jbp_cms_version_node" lazy="true">
@@ -61,7 +60,6 @@
          name="data"
          column="NODE_DATA"
          type="binary"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.state.VersionProp" table="jbp_cms_version_prop" lazy="true">
@@ -80,7 +78,6 @@
          name="data"
          column="PROP_DATA"
          type="binary"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.state.VersionRefs" table="jbp_cms_version_refs" lazy="true">
@@ -99,7 +96,6 @@
          name="data"
          column="REFS_DATA"
          type="binary"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.state.WSPBinVal" table="jbp_cms_wsp_binval" lazy="true">
@@ -118,7 +114,6 @@
          name="data"
          column="BINVAL_DATA"
          type="blob"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.state.WSPNode" table="jbp_cms_wsp_node" lazy="true">
@@ -137,7 +132,6 @@
          name="data"
          column="NODE_DATA"
          type="binary"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.state.WSPProp" table="jbp_cms_wsp_prop" lazy="true">
@@ -156,7 +150,6 @@
          name="data"
          column="PROP_DATA"
          type="binary"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.state.WSPRefs" table="jbp_cms_wsp_refs" lazy="true">
@@ -175,7 +168,6 @@
          name="data"
          column="REFS_DATA"
          type="binary"
-         length="100000000"
          not-null="true"/>
    </class>
    <class name="org.jboss.portal.cms.hibernate.CMSEntry" table="jbp_cms_cmsentry" lazy="true">
@@ -199,7 +191,6 @@
       <property name="data"
                 column="FSENTRY_DATA"
                 type="blob"
-                length="100000000"
                 not-null="false"/>
       <property name="lastmod"
                 column="FSENTRY_LASTMOD"
@@ -231,7 +222,6 @@
       <property name="data"
                 column="FSENTRY_DATA"
                 type="blob"
-                length="100000000"
                 not-null="false"/>
       <property name="lastmod"
                 column="FSENTRY_LASTMOD"
@@ -263,7 +253,6 @@
       <property name="data"
                 column="FSENTRY_DATA"
                 type="blob"
-                length="100000000"
                 not-null="false"/>
       <property name="lastmod"
                 column="FSENTRY_LASTMOD"




More information about the portal-commits mailing list