Has anyone developed a dynamic reload mechanism for the apache commons database configuration object?
Has anyone developed a dynamic reload mechanism for the apache commons database configuration object?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually this is not necessary because DatabaseConfiguration doesn’t cache the values from the database. A request is performed every time a property is fetched. There is a RFE to cache the values for improved performance, and this will indeed require a reloading mechanism.
https://issues.apache.org/jira/browse/CONFIGURATION-180