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

Gavin King gavin.king at jboss.com
Thu Feb 22 02:33:15 EST 2007


  User: gavin   
  Date: 07/02/22 02:33:15

  Modified:    examples/hibernate/resources  jboss-beans.xml
  Log:
  fix tests
  
  Revision  Changes    Path
  1.3       +0 -8      jboss-seam/examples/hibernate/resources/jboss-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/jboss-beans.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- jboss-beans.xml	24 Apr 2006 03:50:51 -0000	1.2
  +++ jboss-beans.xml	22 Feb 2007 07:33:15 -0000	1.3
  @@ -30,12 +30,4 @@
         </constructor>
      </bean>
      
  -   <bean name="bookingDatabaseFactory" class="org.jboss.seam.microcontainer.HibernateFactory"/>
  -   <bean name="bookingDatabase" class="java.lang.Object">
  -      <constructor factoryMethod="getSessionFactory">
  -         <factory bean="bookingDatabaseFactory"/>
  -      </constructor>
  -      <depends>bookingDatasource</depends>
  -   </bean>
  -
   </deployment>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list