User: oberg   
  Date: 00/11/08 05:00:53

  Modified:    src/resources/dbtest/META-INF jaws.xml
  Log:
  Changed datasource usage from Hypersonic to java:/DefaultDS
  
  Revision  Changes    Path
  1.10      +1 -1      jbosstest/src/resources/dbtest/META-INF/jaws.xml
  
  Index: jaws.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/jbosstest/src/resources/dbtest/META-INF/jaws.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jaws.xml  2000/10/24 20:56:40     1.9
  +++ jaws.xml  2000/11/08 13:00:53     1.10
  @@ -2,7 +2,7 @@
   <jaws>
   
       <!--  Replace this with the name of your connection pool (from jboss.conf) -->
  -    <datasource>Hypersonic</datasource>
  +    <datasource>java:/DefaultDS</datasource>
       
        <!--  Replace this with the type-mapping you want to use (choose one below) -->
        <type-mapping>Hypersonic SQL</type-mapping>
  
  
  

Reply via email to