[Geoserver-devel] [jira] Created: (GEOS-4151) Move GEOSERVER_DATA_DIR lookup logic to GeoServerResourceLoader

Move GEOSERVER_DATA_DIR lookup logic to GeoServerResourceLoader
---------------------------------------------------------------

                 Key: GEOS-4151
                 URL: http://jira.codehaus.org/browse/GEOS-4151
             Project: GeoServer
          Issue Type: Improvement
    Affects Versions: 2.1-beta1
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira

Moving one more step toward killing the bastard singleton, this moves the data dir lookup logic to GeoServerResourceLoader. This has the nice side affect of simplifying spring bean configuration. Now a bean can simply inject GeoServerResourceLoader and be sure that the data directory will have been initialized. Rather then depending on the resource loader for doing lookups and also using a depends-on GeoServerLoader since that was the class that triggered the initialization of the GeoServerResourceLoader.

--
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