[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Annoyance with EARs and .properties file
jaikiran
do-not-reply at jboss.com
Tue Jul 22 11:51:25 EDT 2008
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#4165928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165928
More information about the jboss-user
mailing list