[jboss-cvs] jboss-seam/examples/issues/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/issues/resources/META-INF  persistence.xml
  Log:
  schema dec in persistence.xml
  
  Revision  Changes    Path
  1.8       +5 -1      jboss-seam/examples/issues/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/issues/resources/META-INF/persistence.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- persistence.xml	16 Apr 2006 04:53:19 -0000	1.7
  +++ persistence.xml	3 Dec 2006 04:18:53 -0000	1.8
  @@ -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="entityManager">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
         <jta-data-source>java:/issuesDatasource</jta-data-source>
  
  
  



More information about the jboss-cvs-commits mailing list