Issue Details (XML | Word | Printable)

Key: OPENEJB-606
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dain Sundstrom
Reporter: Dain Sundstrom
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Commons DBCP Managed Data Sources

Created: 11/Jul/07 11:51 PM   Updated: 27/Sep/07 02:45 AM
Return to search
Component/s: None
Affects Version/s: 3.0-beta-1
Fix Version/s: 3.0-beta-1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works DBCP-managed-datasources.patch 2007-07-11 11:53 PM Dain Sundstrom 9 kB

Resolution Date: 16/Jul/07 07:37 PM


 Description  « Hide
This patch changes the "Default JDBC Database" and "Default Unmanaged JDBC Database" to use DBCP for connection pooling. DBCP is the connection pooling code used by many projects like Tomcat and OpenJPA. Once installed all of the properties http://jakarta.apache.org/commons/dbcp/configuration.html can be configured via the normal OpenEJB configuration files.

This patch is contingent on https://issues.apache.org/jira/browse/DBCP-230 being applied and available in the DBCP 1.3-SNAPSHOT jar.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Dain Sundstrom made changes - 11/Jul/07 11:52 PM
Field Original Value New Value
Description This patch changes the "Default JDBC Database" and "Default Unmanaged JDBC Database" to use DBCP for connection pooling. DBCP is the connection pooling code used by many projects like Tomcat and OpenJPA. Once installed all of the properties http://jakarta.apache.org/commons/dbcp/configuration.html can be configured via the normal OpenEJB configuration files.

This patch is contingent on
This patch changes the "Default JDBC Database" and "Default Unmanaged JDBC Database" to use DBCP for connection pooling. DBCP is the connection pooling code used by many projects like Tomcat and OpenJPA. Once installed all of the properties http://jakarta.apache.org/commons/dbcp/configuration.html can be configured via the normal OpenEJB configuration files.

This patch is contingent on https://issues.apache.org/jira/browse/DBCP-230 being applied and available in the DBCP 1.3-SNAPSHOT jar.
Dain Sundstrom made changes - 11/Jul/07 11:53 PM
Attachment DBCP-managed-datasources.patch [ 12361627 ]
Dain Sundstrom added a comment - 16/Jul/07 07:37 PM
Sending openejb3/container/openejb-core/pom.xml
Sending openejb3/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
Adding openejb3/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/BasicDataSource.java
Adding openejb3/container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/BasicManagedDataSource.java
Sending openejb3/container/openejb-core/src/main/resources/META-INF/org.apache.openejb/service-jar.xml
Sending openejb3/container/openejb-core/src/main/resources/default.openejb.conf
Sending openejb3/container/openejb-core/src/test/java/org/apache/openejb/assembler/classic/JdbcConfigTest.java
Sending openejb3/pom.xml
Transmitting file data ........
Committed revision 556705.

Dain Sundstrom made changes - 16/Jul/07 07:37 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
David Blevins made changes - 27/Sep/07 02:45 AM
Affects Version/s 3.0-beta-1 [ 12312075 ]