User: starksm 
  Date: 01/09/25 23:08:32

  Modified:    src/etc/conf/default Tag: Branch_2_4 jboss.jcml
  Log:
  Remove InstantDB settings
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.40.2.6  +1 -22     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.5
  retrieving revision 1.40.2.6
  diff -u -r1.40.2.5 -r1.40.2.6
  --- jboss.jcml        2001/09/20 17:56:45     1.40.2.5
  +++ jboss.jcml        2001/09/26 06:08:31     1.40.2.6
  @@ -85,7 +85,7 @@
     <!-- ==================================================================== -->
   
     <mbean code="org.jboss.jdbc.JdbcProvider" 
name="DefaultDomain:service=JdbcProvider">
  -     <attribute 
name="Drivers">org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver</attribute>
  +     <attribute name="Drivers">org.hsql.jdbcDriver</attribute>
     </mbean>
   
     <mbean code="org.jboss.jdbc.HypersonicDatabase" 
name="DefaultDomain:service=Hypersonic">
  @@ -93,27 +93,6 @@
       <attribute name="Silent">true</attribute>
       <attribute name="Database">default</attribute>
       <attribute name="Trace">false</attribute>
  -  </mbean>
  -
  -  <mbean code="org.jboss.jdbc.XADataSourceLoader" 
name="DefaultDomain:service=XADataSource,name=InstantDB">
  -    <attribute name="PoolName">InstantDB</attribute>
  -    <attribute 
name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute>
  -    <attribute name="Properties"></attribute>
  -    <attribute name="URL">jdbc:idb:../conf/default/instantdb.properties</attribute>
  -    <attribute name="GCMinIdleTime">1200000</attribute>
  -    <attribute name="JDBCUser" />
  -    <attribute name="MaxSize">10</attribute>
  -    <attribute name="Password" />
  -    <attribute name="GCEnabled">false</attribute>
  -    <attribute name="InvalidateOnError">false</attribute>
  -    <attribute name="TimestampUsed">false</attribute>
  -    <attribute name="Blocking">true</attribute>
  -    <attribute name="GCInterval">120000</attribute>
  -    <attribute name="IdleTimeout">1800000</attribute>
  -    <attribute name="IdleTimeoutEnabled">false</attribute>
  -    <attribute name="LoggingEnabled">false</attribute>
  -    <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
  -    <attribute name="MinSize">0</attribute>
     </mbean>
   
     <mbean code="org.jboss.jdbc.XADataSourceLoader" 
name="DefaultDomain:service=XADataSource,name=DefaultDS">
  
  
  

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

Reply via email to