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

Julien Viet julien at jboss.com
Sat Jul 15 08:49:19 EDT 2006


  User: julien  
  Date: 06/07/15 08:49:19

  Modified:    core/src/resources/portal-core-sar/conf/hibernate/portal 
                        domain.hbm.xml
  Log:
  JBPORTAL-960 : Hibernate domain configuration files do not declare properly the column constraints
  for the migration app as well
  
  Revision  Changes    Path
  1.26      +3 -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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- domain.hbm.xml	15 Jul 2006 08:55:07 -0000	1.25
  +++ domain.hbm.xml	15 Jul 2006 12:49:19 -0000	1.26
  @@ -149,8 +149,9 @@
         name="org.jboss.portal.core.impl.model.portal.ObjectNodeSecurityConstraint"
         table="JBP_OBJECT_NODE_SEC">
         <cache usage="@portal.hibernate.cache.usage@"/> 
  -	   <id name="key">
  -         <column name="PK"/>
  +	   <id
  +         name="key"
  +	      column="PK">
            <generator class="native">
               <param name="sequence">sec_seq</param>
            </generator>
  
  
  



More information about the jboss-cvs-commits mailing list