You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2007/07/12 01:52:04 UTC

[jira] Created: (OPENEJB-606) Commons DBCP Managed Data Sources

Commons DBCP Managed Data Sources
---------------------------------

                 Key: OPENEJB-606
                 URL: https://issues.apache.org/jira/browse/OPENEJB-606
             Project: OpenEJB
          Issue Type: New Feature
            Reporter: Dain Sundstrom
            Assignee: Dain Sundstrom
             Fix For: 3.0


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 message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENEJB-606) Commons DBCP Managed Data Sources

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom updated OPENEJB-606:
-----------------------------------

    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 https://issues.apache.org/jira/browse/DBCP-230 being applied and available in the DBCP 1.3-SNAPSHOT jar.

  was:
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 


> Commons DBCP Managed Data Sources
> ---------------------------------
>
>                 Key: OPENEJB-606
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-606
>             Project: OpenEJB
>          Issue Type: New Feature
>            Reporter: Dain Sundstrom
>            Assignee: Dain Sundstrom
>             Fix For: 3.0
>
>         Attachments: DBCP-managed-datasources.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENEJB-606) Commons DBCP Managed Data Sources

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom updated OPENEJB-606:
-----------------------------------

    Attachment: DBCP-managed-datasources.patch

> Commons DBCP Managed Data Sources
> ---------------------------------
>
>                 Key: OPENEJB-606
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-606
>             Project: OpenEJB
>          Issue Type: New Feature
>            Reporter: Dain Sundstrom
>            Assignee: Dain Sundstrom
>             Fix For: 3.0
>
>         Attachments: DBCP-managed-datasources.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OPENEJB-606) Commons DBCP Managed Data Sources

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom closed OPENEJB-606.
----------------------------------

    Resolution: Fixed

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.

> Commons DBCP Managed Data Sources
> ---------------------------------
>
>                 Key: OPENEJB-606
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-606
>             Project: OpenEJB
>          Issue Type: New Feature
>            Reporter: Dain Sundstrom
>            Assignee: Dain Sundstrom
>             Fix For: 3.0
>
>         Attachments: DBCP-managed-datasources.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.