[jboss-cvs] jboss-seam/examples/hibernate2/resources/weblogic ...

Gavin King gavin.king at jboss.com
Tue Jun 19 22:11:28 EDT 2007


  User: gavin   
  Date: 07/06/19 22:11:28

  Modified:    examples/hibernate2/resources/weblogic  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.10      +25 -24    jboss-seam/examples/hibernate2/resources/weblogic/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/weblogic/components.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- components.xml	3 Jun 2007 20:56:48 -0000	1.9
  +++ components.xml	20 Jun 2007 02:11:28 -0000	1.10
  @@ -1,10 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
  @@ -16,9 +18,8 @@
                     
       <core:hibernate-session-factory name="hibernateSessionFactory"/>
       
  -    <core:managed-hibernate-session name="bookingDatabase"
  -                          auto-create="true"
  -                          session-factory-jndi-name="bookingDatabase"/>
  +    <persistence:managed-hibernate-session name="bookingDatabase"
  +                                    auto-create="true"/>
       
       <security:identity authenticate-method="#{authenticator.authenticate}"/>    
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list