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

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


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

  Modified:    examples/spring/resources/META-INF  persistence.xml
  Log:
  add em test
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/spring/resources/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/META-INF/persistence.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence.xml	21 Jan 2007 07:36:16 -0000	1.1
  +++ persistence.xml	18 Feb 2007 19:57:58 -0000	1.2
  @@ -3,7 +3,7 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 
                version="1.0">
  -    <persistence-unit name="userDatabase">
  +    <persistence-unit name="bookingDatabase">
           <provider>org.hibernate.ejb.HibernatePersistence</provider>
           <jta-data-source>java:/DefaultDS</jta-data-source>
           <properties>
  
  
  



More information about the jboss-cvs-commits mailing list