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

Gavin King gavin.king at jboss.com
Wed Sep 27 20:54:13 EDT 2006


  User: gavin   
  Date: 06/09/27 20:54:13

  Modified:    examples/contactlist/resources/WEB-INF  components.xml
  Log:
  get name right
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/contactlist/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/contactlist/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	28 Sep 2006 00:18:33 -0000	1.1
  +++ components.xml	28 Sep 2006 00:54:13 -0000	1.2
  @@ -32,7 +32,7 @@
       
       <component name="entityManager" 
                 class="org.jboss.seam.core.ManagedPersistenceContext">
  -        <property name="persistenceUnitJndiName">java:/crudEntityManagerFactory</property>
  +        <property name="persistenceUnitJndiName">java:/contactlistEntityManagerFactory</property>
       </component>
       
       <component name="org.jboss.seam.core.init">
  
  
  



More information about the jboss-cvs-commits mailing list