JNDIConfiguration logs Exception when prefix does not exist
-----------------------------------------------------------

                 Key: CONFIGURATION-438
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-438
             Project: Commons Configuration
          Issue Type: Bug
          Components: Events & Notifications
    Affects Versions: 1.6, Nightly Builds
            Reporter: Mike Noordermeer
            Priority: Trivial
         Attachments: namenotfoundexception.patch

A JNDIConfiguration logs an exception when it's prefix does not exist and 
getKeys() is called. This is for instance the case when a JNDIConfiguration is 
used in a DefaultConfigurationBuilder. It does not log an exception when a key 
does not exist when using getProperty() (that was fixed in issue #44). This 
seems like an inconsistency to me. Attached patch fixes the problem by ignoring 
the NameNotFoundException.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to