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

Gavin King gavin.king at jboss.com
Tue Jun 19 17:37:37 EDT 2007


  User: gavin   
  Date: 07/06/19 17:37:37

  Modified:    examples/blog/resources/WEB-INF  components.xml
  Log:
  update to new packaging
  
  Revision  Changes    Path
  1.14      +5 -3      jboss-seam/examples/blog/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/blog/resources/WEB-INF/components.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- components.xml	15 Jun 2007 05:09:06 -0000	1.13
  +++ components.xml	19 Jun 2007 21:37:37 -0000	1.14
  @@ -1,11 +1,13 @@
   <?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:theme="http://jboss.com/products/seam/theme"
               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/theme http://jboss.com/products/seam/theme-1.3.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  @@ -22,8 +24,8 @@
           </theme:available-themes>
       </theme:theme-selector>
           
  -    <core:managed-persistence-context auto-create="true" name="entityManager">
  -        <core:persistence-unit-jndi-name>java:/blogEntityManagerFactory</core:persistence-unit-jndi-name>
  -    </core:managed-persistence-context>
  +    <persistence:managed-persistence-context auto-create="true" name="entityManager">
  +        <persistence:persistence-unit-jndi-name>java:/blogEntityManagerFactory</persistence:persistence-unit-jndi-name>
  +    </persistence:managed-persistence-context>
   
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list