[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Gavin King gavin.king at jboss.com
Fri Jun 15 01:14:05 EDT 2007


  User: gavin   
  Date: 07/06/15 01:14:05

  Modified:    examples/wiki/src/etc/WEB-INF  components.xml
  Log:
  update examples to jboss embedded
  
  Revision  Changes    Path
  1.17      +0 -2      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/components.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- components.xml	3 Jun 2007 20:56:49 -0000	1.16
  +++ components.xml	15 Jun 2007 05:14:05 -0000	1.17
  @@ -53,8 +53,6 @@
   
       <core:entity-manager-factory installed="@seamPersistenceUnit@" name="wikiEntityManagerFactory" persistence-unit-name="wiki"/>
   
  -    <core:ejb installed="@embeddedEjb@"/>
  -
       <component name="restrictedEntityConverter" scope="CONVERSATION" precedence="20"
                  class="org.jboss.seam.ui.EntityConverter">
           <property name="entityManager">#{restrictedEntityManager}</property>
  
  
  



More information about the jboss-cvs-commits mailing list