[jboss-cvs] jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.35      +3 -1      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- components.xml	3 Jun 2007 20:56:49 -0000	1.34
  +++ components.xml	20 Jun 2007 02:11:30 -0000	1.35
  @@ -1,12 +1,14 @@
   <?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:drools="http://jboss.com/products/seam/drools"
               xmlns:web="http://jboss.com/products/seam/web"
               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/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.3.xsd
  @@ -33,7 +35,7 @@
                             
       <web:context-filter url-pattern="/content/*"/>
   
  -    <core:managed-persistence-context name="entityManager" auto-create="true"
  +    <persistence:managed-persistence-context name="entityManager" auto-create="true"
                   persistence-unit-jndi-name="java:/seamspaceEntityManagerFactory"/>
       
       <event type="org.jboss.seam.notLoggedIn">
  
  
  



More information about the jboss-cvs-commits mailing list