alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Commons DBCP example source code file (release-notes-1.2.1.xml)

This example Commons DBCP source code file (release-notes-1.2.1.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Commons DBCP tags/keywords

apache, asf, asf, commons-dbcp, dbcp, jdk, license, license, of, see, see, version, you, you

The Commons DBCP release-notes-1.2.1.xml source code

<?xml version="1.0"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<document>
   <properties>
      <title>Release notes for Commons-DBCP 1.2.1
      <author email="dev@commons.apache.org">Commons Documentation Team
      <revision>$Id: release-notes-1.2.1.xml 560804 2007-07-29 20:14:22Z bayard $
   </properties>

   <body>
     <section name="Release notes for Commons-DBCP 1.2.1">
<p>
<b>NOTE: DBCP v1.2.1 requires Pool v1.2, make sure you use the correct version!
</p>

<hr/>
<p>DBCP 1.2.1 is a maintenance release to restore full JDK 1.3 compatibility.

<p>The problem lies in the improper use of a JDK 1.4 method: java.lang.Boolean.valueOf(boolean)

<p>This method was used in the defaultReadOnly property processing.

<p>We recommend to upgrade to DBCP 1.2.1 to avoid this problem altogether.

<hr/> <p>If you use the defaultReadOnly property in a JRE <1.4, you will get the following error: <source> java.lang.NoSuchMethodError at org.apache.commons.dbcp.BasicDataSource.setDefaultReadOnly(BasicDataSource.java:75) at org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource(BasicDataSourceFactory.java:162) at org.apache.commons.dbcp.BasicDataSourceFactory.getObjectInstance(BasicDataSourceFactory.java:144) at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:176) </source> </p> <p>The simple workaround is not to use this property. For example remove the following from the tomcat config.xml. <source> <value>true </parameter> ]]></source> </p> </section> </body> </document>

Other Commons DBCP examples (source code examples)

Here is a short list of links related to this Commons DBCP release-notes-1.2.1.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.