Issue 2: Use Spring Resource for PropertiesPreferences.
Status:  Fixed
Owner:
extremec...@gmail.com
Closed:  Feb 2007
Reported by extremec...@gmail.com, Jan 31, 2007
The properties file is expected to be on the classpath. However, I feel it
should be able to accept the WEB-INF/ type syntax because it is really
nice. Plus Spring users are just used to that now. I will add this as a
feature enhancement in the issues list. What I will do is use the Spring
Resource implementation, and then I can do a feature check to see if the
user has the proper spring jar file to enable that feature.

Feb 11, 2007
#1 extremec...@gmail.com
Implemented for property files. If using WEB-INF or classpath: type syntax then must
include at least the Spring core (spring-core) jar file. 
Status: Fixed