那裏!我用springactionscript 1.0RC1,發現了一個錯誤如下:Spring Actionscript:FlexPropertyPlaceholderConfigurer找不到
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
和我的applicationContext.xml是
<objects>
<property file="config.properties" required="false" />
<object id="constants" class="com.libsys.utils.Constants">
<property name="endpoint" value="${endpoint}" />
</object>
</objects>
如果XML文件沒有屬性文件,它工作正常。我不知道這是怎麼發生的,你能告訴我如何解決它嗎?謝謝!
順便說一句,我的編譯器版本是4.1.0.14632和springactionscrip是1.0RC1。
謝謝!我試過FlexXMLApplicationContext,它運行良好! – devbean