[Geoserver-devel] [jira] Created: (GEOS-4152) Modify service code to prevent singletons from holding direct references to ServiceInfo objects

Modify service code to prevent singletons from holding direct references to ServiceInfo objects
-----------------------------------------------------------------------------------------------

                 Key: GEOS-4152
                 URL: http://jira.codehaus.org/browse/GEOS-4152
             Project: GeoServer
          Issue Type: Improvement
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira
             Fix For: 2.1-beta2

Currently there are many singletons at the service level that obtain a reference to a WFSInfo or WCSInfo object and hold onto it for there life time. With the in memory implementation of the config that is fine but when moving to a db backed catalog that will not work because the object soon becomes stale and does not reflect configuration changes. Instead these singletons need to look the object up on demand.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira