You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/03/01 21:46:51 UTC

[jira] Created: (OPENEJB-763) Auto create non-jta-data-source as a clone of jta-data-source and vice versa

Auto create non-jta-data-source as a clone of jta-data-source and vice versa
----------------------------------------------------------------------------

                 Key: OPENEJB-763
                 URL: https://issues.apache.org/jira/browse/OPENEJB-763
             Project: OpenEJB
          Issue Type: Improvement
          Components: configuration
    Affects Versions: 3.0-beta-2, 3.0-beta-1
            Reporter: David Blevins
            Assignee: David Blevins
             Fix For: 3.0


In situations where someone has supplied only one of non-jta-data-source or jta-data-source, we could auto-create the matching datasource using the supplied datasource as a template.  Currently we do auto-create the missing datasource, but we do so using the defaults in the service-jar.xml which is less than optimal as the datasources are unlikely to point at the same database.

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


[jira] Closed: (OPENEJB-763) Auto create non-jta-data-source as a clone of jta-data-source and vice versa

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

David Blevins closed OPENEJB-763.
---------------------------------

    Resolution: Fixed

$ svn ci 
Sending        container/openejb-core/src/main/java/org/apache/openejb/config/AppInfoBuilder.java
Sending        container/openejb-core/src/main/java/org/apache/openejb/config/AutoConfig.java
Sending        container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java
Sending        container/openejb-core/src/main/java/org/apache/openejb/config/ServiceUtils.java
Adding         container/openejb-core/src/test/java/org/apache/openejb/config/AutoConfigPersistenceUnitsTest.java
Sending        container/openejb-core/src/test/java/org/apache/openejb/config/AutoConfigTest.java
Transmitting file data ......
Committed revision 633370.



> Auto create non-jta-data-source as a clone of jta-data-source and vice versa
> ----------------------------------------------------------------------------
>
>                 Key: OPENEJB-763
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-763
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: configuration
>    Affects Versions: 3.0-beta-1, 3.0-beta-2
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.0
>
>
> In situations where someone has supplied only one of non-jta-data-source or jta-data-source, we could auto-create the matching datasource using the supplied datasource as a template.  Currently we do auto-create the missing datasource, but we do so using the defaults in the service-jar.xml which is less than optimal as the datasources are unlikely to point at the same database.

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