[jboss-cvs] jboss-seam/examples/dvdstore/resources ...

Peter Muir peter at bleepbleep.org.uk
Sun Jun 24 17:37:55 EDT 2007


  User: pmuir   
  Date: 07/06/24 17:37:55

  Modified:    examples/dvdstore/resources  dvd-ds.xml
  Log:
  Add xml validation of config files to examples
  
  Revision  Changes    Path
  1.5       +7 -1      jboss-seam/examples/dvdstore/resources/dvd-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dvd-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/resources/dvd-ds.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- dvd-ds.xml	7 May 2006 19:05:16 -0000	1.4
  +++ dvd-ds.xml	24 Jun 2007 21:37:55 -0000	1.5
  @@ -1,10 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  +<!DOCTYPE datasources
  +    PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
  +    "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
  +
   <datasources>
       <local-tx-datasource>
           <jndi-name>dvdDatasource</jndi-name>
           <connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}dvd</connection-url>
  -        <connection-url>jdbc:hsqldb:.</connection-url>
  +        <!-- <connection-url>jdbc:hsqldb:.</connection-url> -->
           <driver-class>org.hsqldb.jdbcDriver</driver-class>
           <user-name>sa</user-name>
           <password></password>
  @@ -15,6 +19,8 @@
           <attribute name="Database">dvd</attribute>
           <attribute name="InProcessMode">true</attribute>
       </mbean>  
  +    
  +    <!-- -->
   <!--
       <local-tx-datasource>
           <jndi-name>dvdDatasource</jndi-name>
  
  
  



More information about the jboss-cvs-commits mailing list