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

Peter Muir peter at bleepbleep.org.uk
Tue Jun 19 17:01:46 EDT 2007


  User: pmuir   
  Date: 07/06/19 17:01:46

  Modified:    examples/ui/resources/WEB-INF  components.xml
  Log:
  Improvements to ui example
  
  Revision  Changes    Path
  1.7       +3 -1      jboss-seam/examples/ui/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/ui/resources/WEB-INF/components.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components.xml	13 Jun 2007 23:49:05 -0000	1.6
  +++ components.xml	19 Jun 2007 21:01:46 -0000	1.7
  @@ -2,16 +2,18 @@
   <components xmlns="http://jboss.com/products/seam/components"
   	xmlns:core="http://jboss.com/products/seam/core"
   	xmlns:framework="http://jboss.com/products/seam/framework"
  +	xmlns:persistence="http://jboss.com/products/seam/persistence"
   	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/components http://jboss.com/products/seam/components-1.3.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
                    http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-1.3.xsd">
   	
   	<core:init jndi-name="jboss-seam-ui-example/#{ejbName}/local" debug="true"/>
   
   	<core:manager conversation-timeout="120000"/>
   	
  -	<core:managed-persistence-context name="entityManager" persistence-unit-jndi-name="java:/uiEntityManagerFactory"/>
  +	<persistence:managed-persistence-context name="entityManager" persistence-unit-jndi-name="java:/uiEntityManagerFactory"/>
       
       <framework:entity-query name="countries" ejbql="select c from Country c" />
       
  
  
  



More information about the jboss-cvs-commits mailing list