Spring : PropertyPlaceholderConfigurer cannot find property file
问题 I have a strange problem with Spring using PropertyPlaceholderConfigurer . One of my beans is designed as follow : <bean name="propertyPlaceholder" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <value>classpath:jdbc.properties</value> </property> </bean> The problem is that spring never find jdbc.properties ( FileNotFoundException ). The file is in a folder named "resources" that is in the bundle classpath (I am working in a OSGi