User: starksm 
  Date: 01/09/30 15:08:42

  Modified:    src/etc/conf/default Tag: Branch_2_4 jboss.jcml
  Log:
  Update to HSQL 1.61
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.40.2.8  +2 -2      jboss/src/etc/conf/default/Attic/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/Attic/jboss.jcml,v
  retrieving revision 1.40.2.7
  retrieving revision 1.40.2.8
  diff -u -r1.40.2.7 -r1.40.2.8
  --- jboss.jcml        2001/09/27 01:28:08     1.40.2.7
  +++ jboss.jcml        2001/09/30 22:08:42     1.40.2.8
  @@ -64,7 +64,7 @@
     <!-- ==================================================================== -->
   
     <mbean code="org.jboss.jdbc.JdbcProvider" 
name="DefaultDomain:service=JdbcProvider">
  -     <attribute name="Drivers">org.hsql.jdbcDriver</attribute>
  +     <attribute name="Drivers">org.hsqldb.jdbcDriver</attribute>
     </mbean>
   
     <mbean code="org.jboss.jdbc.HypersonicDatabase" 
name="DefaultDomain:service=Hypersonic">
  @@ -78,7 +78,7 @@
       <attribute name="PoolName">DefaultDS</attribute>
       <attribute 
name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute>
       <attribute name="Properties"></attribute>
  -    <attribute name="URL">jdbc:HypersonicSQL:hsql://localhost:1476</attribute>
  +    <attribute name="URL">jdbc:hsqldb:hsql://localhost:1476</attribute>
       <attribute name="GCMinIdleTime">1200000</attribute>
       <attribute name="JDBCUser">sa</attribute>
       <attribute name="MaxSize">10</attribute>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to