[jboss-cvs] jboss-seam/examples/dvdstore/resources ...

Gavin King gavin.king at jboss.com
Thu Jun 21 11:32:37 EDT 2007


  User: gavin   
  Date: 07/06/21 11:32:37

  Modified:    examples/dvdstore/resources  hibernate.cfg.xml
  Log:
  get rid of identity jar
  
  Revision  Changes    Path
  1.8       +2 -2      jboss-seam/examples/dvdstore/resources/hibernate.cfg.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate.cfg.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/hibernate.cfg.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- hibernate.cfg.xml	16 Jun 2007 00:44:34 -0000	1.7
  +++ hibernate.cfg.xml	21 Jun 2007 15:32:37 -0000	1.8
  @@ -32,11 +32,11 @@
       <!-- Uncomment the following 3 lines if you        -->
       <!-- want to use the jBPM identity mgmgt           -->
       <!-- component.                                    -->
  -    <!-- identity mappings (begin) -->
  +    <!-- identity mappings (begin) ===
       <mapping resource="org/jbpm/identity/User.hbm.xml"/>
       <mapping resource="org/jbpm/identity/Group.hbm.xml"/>
       <mapping resource="org/jbpm/identity/Membership.hbm.xml"/>
  -    <!-- identity mappings (end) -->
  +    ==== identity mappings (end) -->
       
       <!-- following mapping files have a dependendy on  -->
       <!-- the JCR API                                   -->
  
  
  



More information about the jboss-cvs-commits mailing list