[jboss-cvs] jboss-seam/examples/booking/alter.config/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/alter.config/META-INF  persistence.xml
  Log:
  schema dec in persistence.xml
  
  Revision  Changes    Path
  1.5       +5 -1      jboss-seam/examples/booking/alter.config/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/alter.config/META-INF/persistence.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- persistence.xml	16 Apr 2006 04:53:19 -0000	1.4
  +++ persistence.xml	3 Dec 2006 04:18:52 -0000	1.5
  @@ -1,4 +1,8 @@
  -<persistence>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<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