Hi,
I have a repository manager. When I change its configuration, in function lookup() in MyRepositoryManager, method this.config.getAttribute("xx") is still the old value. I have to wait till the servlet engine to restart to get the new value. Anybody knows how to get the new value, without restarting the servlet engine?
Thanks,
Ray