vmarcinko
Aug 29th, 2004, 12:26 AM
Hi.
I read that applicationContext definitions can be in .properties file, and also PropertyPlaceholderConfigurer read property values from such file, but all examples that I've seen have plaing Strings as values. What about complex types ?
For eg. how to set List property values. It seems that following doesn't work :
mybean.somelistproperty = value1,value2,value3
Is it possible at all ?
-Vjeran
I read that applicationContext definitions can be in .properties file, and also PropertyPlaceholderConfigurer read property values from such file, but all examples that I've seen have plaing Strings as values. What about complex types ?
For eg. how to set List property values. It seems that following doesn't work :
mybean.somelistproperty = value1,value2,value3
Is it possible at all ?
-Vjeran