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

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


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

  Modified:    examples/spring/resources/WEB-INF  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.16      +3 -1      jboss-seam/examples/spring/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/spring/resources/WEB-INF/components.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- components.xml	15 Jun 2007 05:14:02 -0000	1.15
  +++ components.xml	20 Jun 2007 02:11:30 -0000	1.16
  @@ -1,9 +1,11 @@
   <?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:spring="http://jboss.com/products/seam/spring"
               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/components http://jboss.com/products/seam/components-1.3.xsd
                                   http://jboss.com/products/seam/spring http://jboss.com/products/seam/spring-1.3.xsd">
   
  @@ -12,7 +14,7 @@
                     concurrent-request-timeout="500" 
                     conversation-id-parameter="cid"/>
   
  -    <core:managed-persistence-context name="entityManager"
  +    <persistence:managed-persistence-context name="entityManager"
                                         auto-create="true" 
                                         persistence-unit-jndi-name="java:/springEntityManagerFactory" />
       
  
  
  



More information about the jboss-cvs-commits mailing list