You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2008/02/25 18:30:51 UTC

[jira] Created: (CONFIGURATION-313) DatabaseConfiguration support in DefaultConfigurationBuilder

DatabaseConfiguration support in DefaultConfigurationBuilder
------------------------------------------------------------

                 Key: CONFIGURATION-313
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-313
             Project: Commons Configuration
          Issue Type: Improvement
            Reporter: Emmanuel Bourg
             Fix For: 2.0


DefaultConfigurationBuilder doesn't support the declaration of a DatabaseConfiguration. This could be implemented by specifying the JNDI name of the datasource to use in the descriptor file. The declaration would look like this :

\\{code:xml}
<configuration>
    <database jndi="java:comp/env/jdbc/myapp" table="configuration" keyColumn="key" valueColumn="value"/>
</configuration>
{code}

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


[jira] Resolved: (CONFIGURATION-313) DatabaseConfiguration support in DefaultConfigurationBuilder

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

Emmanuel Bourg resolved CONFIGURATION-313.
------------------------------------------

    Resolution: Fixed

> DatabaseConfiguration support in DefaultConfigurationBuilder
> ------------------------------------------------------------
>
>                 Key: CONFIGURATION-313
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-313
>             Project: Commons Configuration
>          Issue Type: Improvement
>            Reporter: Emmanuel Bourg
>            Assignee: Emmanuel Bourg
>             Fix For: 2.0
>
>
> DefaultConfigurationBuilder doesn't support the declaration of a DatabaseConfiguration. This could be implemented by specifying the JNDI name of the datasource to use in the descriptor file. The declaration would look like this :
> \\{code:xml}
> <configuration>
>     <database jndi="java:comp/env/jdbc/myapp" table="configuration" keyColumn="key" valueColumn="value"/>
> </configuration>
> {code}

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