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.

Reply via email to