All methods which retreive properties call private method resolveContainerStore, which directly access store Map in which BaseConfiguration store properties. So if I only want to change way how properties retreived from underlying data store I also need to override all getProperty methods (JNDIConfiguration implemented in this way).
There is easy solution for this problem. We can add new protected method in BaseConfiguration which provide way to retreive property values (and call it f.e. getPropertyDirect) and replace all occurrence of accesing store map with call to this method.
What do you think about it?
P.S. Sorry for my bad English.
Konstantin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
