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

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/portlet 
                        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.7       +4 -2      jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/portlet/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/portlet/domain.hbm.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- domain.hbm.xml	15 Jul 2006 08:55:08 -0000	1.6
  +++ domain.hbm.xml	15 Jul 2006 12:49:19 -0000	1.7
  @@ -7,8 +7,10 @@
         name="org.jboss.portal.core.impl.portlet.state.PersistentState"
         table="JBP_PORTLET_STATE">
         <cache usage="@portal.hibernate.cache.usage@"/>
  -      <id name="key" access="field">
  -         <column name="PK"/>
  +      <id
  +         name="key"
  +         column="PK"
  +         access="field">
            <generator class="native">
               <param name="sequence">portlet_seq</param>
            </generator>
  
  
  



More information about the jboss-cvs-commits mailing list