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

Gavin King gavin.king at jboss.com
Sat Dec 2 23:06:47 EST 2006


  User: gavin   
  Date: 06/12/02 23:06:47

  Modified:    examples/booking/resources/META-INF  persistence.xml
  Log:
  upgrade EL and Ajax4JSF 1.0.4
  
  Revision  Changes    Path
  1.10      +3 -1      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- persistence.xml	19 Apr 2006 21:22:34 -0000	1.9
  +++ persistence.xml	3 Dec 2006 04:06:46 -0000	1.10
  @@ -1,4 +1,6 @@
  -<persistence>
  +<?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-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