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

Julien Viet julien at jboss.com
Wed Jul 19 08:08:13 EDT 2006


  User: julien  
  Date: 06/07/19 08:08:13

  Modified:    core/src/resources/portal-core-sar/conf/hibernate/portal 
                        domain.hbm.xml
  Log:
  factored out jems component into jems module
  
  Revision  Changes    Path
  1.27      +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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- domain.hbm.xml	15 Jul 2006 12:49:19 -0000	1.26
  +++ domain.hbm.xml	19 Jul 2006 12:08:13 -0000	1.27
  @@ -18,7 +18,7 @@
         <property
            name="path"
            column="PATH"
  -         type="org.jboss.portal.core.hibernate.MagicString"
  +         type="org.jboss.portal.jems.hibernate.MagicString"
            not-null="true"
            unique="true"/>
         <property
  @@ -33,7 +33,7 @@
            <cache usage="@portal.hibernate.cache.usage@"/>
            <key column="PARENT_KEY"/>
            <map-key
  -            type="org.jboss.portal.core.hibernate.MagicString"
  +            type="org.jboss.portal.jems.hibernate.MagicString"
               column="NAME"/>
            <one-to-many class="org.jboss.portal.core.impl.model.portal.ObjectNode"/>
         </map>
  
  
  



More information about the jboss-cvs-commits mailing list