[jboss-cvs] jboss-seam/examples/portal/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Tue Jun 19 20:16:20 EDT 2007


  User: gavin   
  Date: 07/06/19 20:16:20

  Modified:    examples/portal/resources/WEB-INF  components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.12      +2 -2      jboss-seam/examples/portal/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/portal/resources/WEB-INF/components.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	15 Jun 2007 05:12:32 -0000	1.11
  +++ components.xml	20 Jun 2007 00:16:20 -0000	1.12
  @@ -10,9 +10,9 @@
   
       <!-- Bootstrap Hibernate -->
       <component name="bookingDatabase" 
  -              class="org.jboss.seam.core.ManagedHibernateSession"/>    
  +              class="org.jboss.seam.persistence.ManagedHibernateSession"/>    
       <component name="hibernateSessionFactory"
  -              class="org.jboss.seam.core.HibernateSessionFactory"/>
  +              class="org.jboss.seam.persistence.HibernateSessionFactory"/>
              
       <security:identity authenticate-method="#{authenticator.authenticate}"/>             
              
  
  
  



More information about the jboss-cvs-commits mailing list