Author: arminw
Date: Thu Jan 4 19:00:30 2007
New Revision: 492876
URL: http://svn.apache.org/viewvc?view=rev&rev=492876
Log:
update comments
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
URL:
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml?view=diff&rev=492876&r1=492875&r2=492876
==============================================================================
---
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
(original)
+++
db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_database.xml
Thu Jan 4 19:00:30 2007
@@ -61,21 +61,22 @@
-->
<attribute attribute-name="initializationCheck"
attribute-value="false" />
- <!-- Attributes with name prefix "platform." are used to allow database
+ <!-- ** Attributes with name prefix "platform." are used to allow
database
platform class specific settings (PlatformXYZImpl classes) -->
<!-- If set to value >0 Oracle's implicit statement caching will be
enabled by OJB (Oracle9i or higher).
Number of cached statements per connection using implicit caching with
Oracle9i Connections.
See
http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/files/jdbc30/StmtCacheSample/Readme.html-->
- <attribute attribute-name="platform.oracle.statementCacheSize"
attribute-value="10" />
+ <attribute attribute-name="platform.oracle.statementCacheSize"
attribute-value="15" />
<!-- Number of rows pre-fetched by the JDBC-driver for each executed
query, when using row
pre-fetching with Oracle Connections (Oracle9i or higher). Note: this
setting can be overridden
by specifying a connection-pool attribute with
name="jdbc.defaultRowPrefetch".
See
http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/files/advanced/RowPrefetchSample/Readme.html
-->
<attribute attribute-name="platform.oracle.prefetchSize"
attribute-value="20" />
- <!-- If set to value >0 Oracle's native batch statement handling will
be enabled by OJB (Oracle9i or higher).
+ <!-- If set to value >0 Oracle's native batch statement handling will
be enabled by OJB
+ (Oracle9i or higher). If 0 or not specified the JDBC standard batch
methods are used.
See http://technet.oracle.com/products/oracle9i/daily/jun07.html -->
- <attribute attribute-name="platform.oracle.batchSize"
attribute-value="20" />
+ <!--<attribute attribute-name="platform.oracle.batchSize"
attribute-value="20" />-->
<!-- alternative cache implementations, see docs section "Caching" -->
<object-cache
class="org.apache.ojb.broker.cache.ObjectCacheTwoLevelImpl">
@@ -116,7 +117,7 @@
<!-- Set fetchSize to 0 to use driver's default. -->
<attribute attribute-name="fetchSize" attribute-value="0"/>
- <!-- Attributes with name prefix "jdbc." are passed directly to
the JDBC driver. -->
+ <!-- ** Attributes with name prefix "jdbc." are passed directly to
the JDBC driver. -->
<!-- Oracle specific driver setting to enable oracle's specific
statement batching.
Oracle Docs: "The value of this property is used as the default
batch
size when using Oracle style batching."
@@ -127,7 +128,7 @@
Attention: With OracleXE + thin this setting cause unexpected
behavior -->
<!--<attribute attribute-name="jdbc.defaultRowPrefetch"
attribute-value="20"/>-->
- <!-- Attributes determining if ConnectionFactoryDBCPImpl -->
+ <!-- ** Attributes determining if ConnectionFactoryDBCPImpl is
used -->
<attribute attribute-name="dbcp.poolPreparedStatements"
attribute-value="false"/>
<attribute attribute-name="dbcp.maxOpenPreparedStatements"
attribute-value="30"/>
<!-- Attribute determining if the Commons DBCP connection wrapper
will allow
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]