How about trying this:
<bean id="propertyConfigurer"
|
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
| <property name="location"
value="/APP-INF/classes/some.properties" />
| </bean>
Btw, why do you want the APP-INF folder in JBoss?
P.S: I have zero knowledge about Spring.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165928#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...