Author: steve.ebersole(a)jboss.com
Date: 2006-12-13 13:36:17 -0500 (Wed, 13 Dec 2006)
New Revision: 10987
Modified:
trunk/Hibernate3/test/org/hibernate/test/lob/LobMappings.hbm.xml
Log:
added length attributes for running on Derby
Modified: trunk/Hibernate3/test/org/hibernate/test/lob/LobMappings.hbm.xml
===================================================================
--- trunk/Hibernate3/test/org/hibernate/test/lob/LobMappings.hbm.xml 2006-12-13 18:35:33
UTC (rev 10986)
+++ trunk/Hibernate3/test/org/hibernate/test/lob/LobMappings.hbm.xml 2006-12-13 18:36:17
UTC (rev 10987)
@@ -13,10 +13,10 @@
<property name="serialData" column="SER_DATA"
type="serializable"/>
<property name="materializedClob" column="MAT_CLOB_DATA"
type="text" length="15000"/>
- <property name="clobLocator" column="CLOB_DATA"
type="clob" />
+ <property name="clobLocator" column="CLOB_DATA"
type="clob" length="15000"/>
<property name="materializedBlob" column="MAT_BLOB_DATA"
type="org.hibernate.test.lob.MaterializedBlobType"
length="15000"/>
- <property name="blobLocator" column="BLOB_DATA"
type="blob" />
+ <property name="blobLocator" column="BLOB_DATA"
type="blob" length="15000"/>
</class>
</hibernate-mapping>
\ No newline at end of file
Show replies by date