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

Norman Richards norman.richards at jboss.com
Sun Feb 18 14:57:59 EST 2007


  User: nrichards
  Date: 07/02/18 14:57:58

  Modified:    examples/spring/resources/WEB-INF  components.xml
  Log:
  add em test
  
  Revision  Changes    Path
  1.3       +8 -0      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	12 Feb 2007 21:14:23 -0000	1.2
  +++ components.xml	18 Feb 2007 19:57:58 -0000	1.3
  @@ -2,6 +2,14 @@
               xmlns:spring="http://jboss.com/products/seam/spring"
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:framework="http://jboss.com/products/seam/framework">
  +
  +
  +    <core:entity-manager-factory name="bookingDatabase"/>
  +    <core:managed-persistence-context name="em" 
  +                                      auto-create="true" 
  +                                      entity-manager-factory="#{bookingDatabase}"/>
  +    
  +
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
       <!--<core:ejb installed="@embeddedEjb@" />-->
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list