Spring Actionscript: FlexPropertyPlaceholderConfigurer could not be found
Posted
by orangestar
on Stack Overflow
See other posts from Stack Overflow
or by orangestar
Published on 2010-03-20T04:56:27Z
Indexed on
2010/03/20
5:01 UTC
Read the original article
Hit count: 317
spring-actionscript
Hi, there! I use springactionscript 1.0RC1 and found an error as following:
Error: A class with the name 'org.springextensions.actionscript.ioc.factory.con fig.flex.FlexPropertyPlaceholderConfigurer' could not be found. Are you sure the specified class has been compiled? Look for more information on this topic here: http://www.springactionscript.org/do...inclusion.html
and my applicationContext.xml is
<objects>
<property file="config.properties" required="false" />
<object id="constants" class="com.libsys.utils.Constants">
<property name="endpoint" value="${endpoint}" />
</object>
</objects>
If the xml file has no properties file, it works fine. I don't know how this happens, could you tell me how to solve it? Thank you!
BTW, my compiler version is 4.1.0.14632 and springactionscrip is 1.0RC1.
© Stack Overflow or respective owner