User: d_jencks
  Date: 01/11/12 10:35:19

  Modified:    src/etc/conf/default hsqldb-default-service.xml
                        jms-service.xml
  Log:
  Updated the manual to show mbean refs: simplified the pool configuration.  The pool 
changes are a bit of a hack, but do expose what I think is a better interface.  
Blocking is always on, idle timeout is always on. Idle timeout and CleanupInterval are 
in minutes.
  
  Revision  Changes    Path
  1.3       +9 -19     jboss/src/etc/conf/default/hsqldb-default-service.xml
  
  Index: hsqldb-default-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/hsqldb-default-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- hsqldb-default-service.xml        2001/11/10 21:38:06     1.2
  +++ hsqldb-default-service.xml        2001/11/12 18:35:18     1.3
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: hsqldb-default-service.xml,v 1.2 2001/11/10 21:38:06 d_jencks Exp $ -->
  +<!-- $Id: hsqldb-default-service.xml,v 1.3 2001/11/12 18:35:18 d_jencks Exp $ -->
   
   
   <server>
  @@ -41,16 +41,11 @@
       <mbean-ref 
name="ConnectionManagerFactoryLoaderName">JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</mbean-ref>
       <attribute name="ConnectionManagerProperties">#
         #Wed Aug 15 16:17:29 EDT 2001
  -      InvalidateOnError=false
  -      BlockingTimeoutMillis=500000
  -      IdleTimeoutMillis=1800000
  -      MaxSize=10
  -      TimestampUsed=false
  -      IdleTimeoutEnabled=false
  -      CleanupIntervalMillis=120000
         MinSize=0
  -      GCMinIdleMillis=1200000
  -      GCEnabled=false
  +      MaxSize=10
  +      BlockingTimeoutMillis=5000
  +      IdleTimeoutMinutes=30
  +      CleanupIntervalMinutes=10
         MaxIdleTimeoutPercent=1.0
       </attribute>
       <attribute name="PrincipalMappingClass">
  @@ -71,16 +66,11 @@
       <mbean-ref 
name="ConnectionManagerFactoryLoaderName">JCA:service=ConnectionManagerFactoryLoader,name=MinervaNoTransCMFactory</mbean-ref>
       <attribute name="ConnectionManagerProperties">#
         #Wed Aug 15 16:17:29 EDT 2001
  -      InvalidateOnError=false
  -      BlockingTimeoutMillis=500000
  -      IdleTimeoutMillis=1800000
  -      MaxSize=10
  -      TimestampUsed=false
  -      IdleTimeoutEnabled=false
  -      CleanupIntervalMillis=120000
         MinSize=0
  -      GCMinIdleMillis=1200000
  -      GCEnabled=false
  +      MaxSize=10
  +      BlockingTimeoutMillis=5000
  +      IdleTimeoutMinutes=30
  +      CleanupIntervalMinutes=10
         MaxIdleTimeoutPercent=1.0
       </attribute>
       <attribute name="PrincipalMappingClass">
  
  
  
  1.6       +2 -7      jboss/src/etc/conf/default/jms-service.xml
  
  Index: jms-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jms-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jms-service.xml   2001/11/12 06:52:15     1.5
  +++ jms-service.xml   2001/11/12 18:35:19     1.6
  @@ -49,13 +49,8 @@
         MinSize=0
         MaxSize=10
         BlockingTimeoutMillis=5000
  -      CleanupEnabled=false
  -      IdleTimeoutEnabled=false
  -      InvalidateOnError=false
  -      TrackLastUsed=false
  -      GCIntervalMillis=120000
  -      GCMinIdleMillis=1200000
  -      IdleTimeoutMillis=1800000
  +      IdleTimeoutMinutes=30
  +      CleanupIntervalMinutes=10
         MaxIdleTimeoutPercent=1.0
       </attribute>
   
  
  
  

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

Reply via email to