[jboss-cvs] jboss-portal/migration/src/resources/portal-migration-war/WEB-INF/classes/schema24/portal ...
Roy Russo
russo at jboss.com
Fri Aug 18 12:33:36 EDT 2006
User: russo
Date: 06/08/18 12:33:36
Modified: migration/src/resources/portal-migration-war/WEB-INF/classes/schema24/portal
domain.hbm.xml
Log:
fixed oracle null value bug in migration
Revision Changes Path
1.6 +2 -2 jboss-portal/migration/src/resources/portal-migration-war/WEB-INF/classes/schema24/portal/domain.hbm.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: domain.hbm.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-portal/migration/src/resources/portal-migration-war/WEB-INF/classes/schema24/portal/domain.hbm.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- domain.hbm.xml 15 Jul 2006 12:49:19 -0000 1.5
+++ domain.hbm.xml 18 Aug 2006 16:33:36 -0000 1.6
@@ -19,12 +19,12 @@
name="path"
column="PATH"
type="org.jboss.portal.migration.helper.MagicString"
- not-null="true"
+ not-null="false"
unique="true"/>
<property
name="name"
column="NAME"
- not-null="true"/>
+ not-null="false"/>
<map
name="children"
inverse="true"
More information about the jboss-cvs-commits
mailing list