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

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


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

  Modified:    examples/icefaces/resources/META-INF  persistence.xml
  Log:
  schema dec in persistence.xml
  
  Revision  Changes    Path
  1.3       +5 -1      jboss-seam/examples/icefaces/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/icefaces/resources/META-INF/persistence.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- persistence.xml	20 Nov 2006 05:41:37 -0000	1.2
  +++ persistence.xml	3 Dec 2006 04:18:53 -0000	1.3
  @@ -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:/icefacesDatasource</jta-data-source>
  
  
  



More information about the jboss-cvs-commits mailing list