[portal-commits] JBoss Portal SVN: r5785 - trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Sun Dec 10 11:50:17 EST 2006
Author: roy.russo at jboss.com
Date: 2006-12-10 11:50:16 -0500 (Sun, 10 Dec 2006)
New Revision: 5785
Modified:
trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms/domain.hbm.xml
Log:
JBQA-452 - rollback sybase binary length, failing in mysql.
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-10 14:21:08 UTC (rev 5784)
+++ trunk/core/src/resources/portal-cms-sar/conf/hibernate/cms/domain.hbm.xml 2006-12-10 16:50:16 UTC (rev 5785)
@@ -42,6 +42,7 @@
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">
@@ -60,6 +61,7 @@
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">
@@ -78,6 +80,7 @@
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">
@@ -96,6 +99,7 @@
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">
@@ -114,6 +118,7 @@
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">
@@ -132,6 +137,7 @@
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">
@@ -150,6 +156,7 @@
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">
@@ -168,6 +175,7 @@
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">
@@ -191,6 +199,7 @@
<property name="data"
column="FSENTRY_DATA"
type="blob"
+ length="100000000"
not-null="false"/>
<property name="lastmod"
column="FSENTRY_LASTMOD"
@@ -222,6 +231,7 @@
<property name="data"
column="FSENTRY_DATA"
type="blob"
+ length="100000000"
not-null="false"/>
<property name="lastmod"
column="FSENTRY_LASTMOD"
@@ -253,6 +263,7 @@
<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