[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

Galder Zamarreno galder.zamarreno at jboss.com
Mon Jan 22 07:10:20 EST 2007


  User: gzamarreno
  Date: 07/01/22 07:10:20

  Modified:    docs/JBossCache-UserGuide/en/modules  cache_loaders.xml
  Log:
  [JBCACHE-802] Added comment on default c3p0 property values.
  
  Revision  Changes    Path
  1.3       +4 -1      JBossCache/docs/JBossCache-UserGuide/en/modules/cache_loaders.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache_loaders.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/cache_loaders.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- cache_loaders.xml	21 Jan 2007 15:46:44 -0000	1.2
  +++ cache_loaders.xml	22 Jan 2007 12:10:20 -0000	1.3
  @@ -1456,7 +1456,10 @@
                  <ulink url="http://sourceforge.net/projects/c3p0">c3p0:JDBC DataSources/Resource Pools</ulink>.
                  Also, in order to provide quick and easy way to try out different pooling
                  parameters, any of these properties can be set via a System property overriding any values these
  -               properties might have in the JBoss Cache XML configuration file, for example: -Dc3p0.maxPoolSize=20
  +               properties might have in the JBoss Cache XML configuration file, for example:
  +               <literal>-Dc3p0.maxPoolSize=20</literal>.
  +               If a c3p0 property is not defined in either the configuration file or as a System property, default
  +               value, as indicated in the c3p0 documentation, will apply. 
              </para>
            </section>         
   
  
  
  



More information about the jboss-cvs-commits mailing list