[jboss-cvs] jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/portal ...

Roy Russo russo at jboss.com
Fri Aug 18 12:18:14 EDT 2006


  User: russo   
  Date: 06/08/18 12:18:14

  Modified:    core/src/resources/portal-core-sar/conf/hibernate/portal 
                        domain.hbm.xml
  Log:
  fixed oracle null value bug
  removed help text that wasnt helpful
  
  Revision  Changes    Path
  1.29      +2 -2      jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/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/core/src/resources/portal-core-sar/conf/hibernate/portal/domain.hbm.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- domain.hbm.xml	31 Jul 2006 21:43:04 -0000	1.28
  +++ domain.hbm.xml	18 Aug 2006 16:18:14 -0000	1.29
  @@ -19,12 +19,12 @@
            name="path"
            column="PATH"
            type="org.jboss.portal.jems.hibernate.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