User: mulder  
  Date: 00/09/29 11:54:35

  Modified:    src/etc/conf jboss.conf jboss.jcml
  Log:
  Remove old data source implementation.  Update configuration files for
  InstantDB pool.
  
  Revision  Changes    Path
  1.18      +3 -6      jboss/src/etc/conf/jboss.conf
  
  Index: jboss.conf
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/jboss.conf,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- jboss.conf        2000/09/27 00:29:11     1.17
  +++ jboss.conf        2000/09/29 18:54:35     1.18
  @@ -53,12 +53,9 @@
   <MLET CODE = "org.jboss.security.EJBSecurityManagerService" ARCHIVE="jboss.jar" 
CODEBASE="../lib/ext/">
   </MLET>
   
  -<MLET CODE = "org.jboss.jdbc.DataSourceImpl" ARCHIVE="jboss.jar,jdbc2_0-stdext.jar" 
CODEBASE="../lib/ext/">
  -   <ARG TYPE="java.lang.String" VALUE="jdbc:idb:../conf/instantdb.properties">
  -   <ARG TYPE="java.lang.String" VALUE="InstantDB">
  -   <ARG TYPE="java.lang.String" VALUE="jdbc.idbDriver">
  -   <ARG TYPE="java.lang.String" VALUE="">
  -   <ARG TYPE="java.lang.String" VALUE="">
  +<MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar" 
CODEBASE="../lib/ext/">
  +    <ARG TYPE="java.lang.String" VALUE="InstantDB">
  +    <ARG TYPE="java.lang.String" VALUE="org.jboss.minerva.xa.XADataSourceImpl">
   </MLET>
   
   <MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar" 
CODEBASE="../lib/ext/">
  
  
  
  1.3       +18 -1     jboss/src/etc/conf/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/jboss.jcml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jboss.jcml        2000/09/13 02:05:59     1.2
  +++ jboss.jcml        2000/09/29 18:54:35     1.3
  @@ -27,7 +27,24 @@
          <attribute name="ShrinkMinIdleTime">600000</attribute>
          <attribute name="ShrinkingEnabled">false</attribute>
        </mbean>
  +     <mbean name="DefaultDomain:service=XADataSource,name=InstantDB">
  +       <attribute name="Properties"></attribute>
  +       <attribute name="URL">jdbc:idb:../conf/instantdb.properties</attribute>
  +       <attribute name="GCMinIdleTime">1200000</attribute>
  +       <attribute name="LoggingEnabled">false</attribute>
  +       <attribute name="MaxSize">10</attribute>
  +       <attribute name="Password"></attribute>
  +       <attribute name="ShrinkPercent">0.33</attribute>
  +       <attribute name="GCEnabled">false</attribute>
  +       <attribute name="TimestampUsed">false</attribute>
  +       <attribute name="Blocking">false</attribute>
  +       <attribute name="GCInterval">120000</attribute>
  +       <attribute name="JDBCUser"></attribute>
  +       <attribute name="MinSize">0</attribute>
  +       <attribute name="ShrinkMinIdleTime">600000</attribute>
  +       <attribute name="ShrinkingEnabled">false</attribute>
  +     </mbean>
        <mbean name="EJB:service=ContainerFactory">
          <attribute name="VerifyDeployments">true</attribute>
        </mbean>
  -   </server>
  \ No newline at end of file
  +   </server>
  
  
  

Reply via email to