config.properties
OSGiバンドルに含まれています。しかし、OSGiバンドルはそれを読み取ることができません。
Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=dao, config=osgibundle:/META-INF/spring/*.xml))
org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException
私はSpringを使ってconfig.properties
<bean id="propertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="config.properties" />
</bean>
.xml
OSGiはファイルを読み取るだけのようです。誰かが何か考えを持っていますか?