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

Gavin King gavin.king at jboss.com
Sat Dec 2 23:18:52 EST 2006


  User: gavin   
  Date: 06/12/02 23:18:52

  Modified:    examples/booking/resources/META-INF  persistence.xml
  Log:
  schema dec in persistence.xml
  
  Revision  Changes    Path
  1.11      +4 -2      jboss-seam/examples/booking/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/booking/resources/META-INF/persistence.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- persistence.xml	3 Dec 2006 04:06:46 -0000	1.10
  +++ persistence.xml	3 Dec 2006 04:18:52 -0000	1.11
  @@ -1,6 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0"
  -        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">>
  +<persistence xmlns="http://java.sun.com/xml/ns/persistence" 
  +             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="bookingDatabase">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
         <jta-data-source>java:/bookingDatasource</jta-data-source>
  
  
  



More information about the jboss-cvs-commits mailing list