flex和spring整合的问题。
我已经写好了一个例子,在tomcat启动动时已经不报错误。
在测试的时候出现了找不到applicationContext.xml里配置里id为 test的bean
具体内容如下
[RPC Fault faultString="[MessagingError message='Destination 'test' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']" faultCode="InvokeFailed" faultDetail="Couldn't establish a connection to 'test'"]
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::invoke()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:263]
at mx.rpc.remoting.mxml::Operation/http://www.adobe.com/2006/flex/mx/internal::invoke()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\remoting\mxml\Operation.as:197]
at mx.rpc.remoting::Operation/send()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\remoting\Operation.as:113]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.rpc.remoting.mxml::Operation/send()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\remoting\mxml\Operation.as:170]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.rpc::AbstractService/http://www.adobe.com/2006/actionscript/flash/proxy::callProperty()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractService.as:290]
at flexspring/cik()[D:\workspace\flexworkspace\flexspring\flex_src\flexspring.mxml:
相关问答:
在flash中很容易能实现百叶窗效果,不知道flex中能否同样实现该效果?
flex中貌似不行,
air可以
mark
百叶窗是多个网页在同一个页面切换吗?
引用
effects\Blinds.as
JScript code
package effec ......
asp.net 如何与flex进行socket通讯
做了个简单的连接 可一直连接不上 后来查询相关文章 说是需要先配置socket安全策略文件 可是网上大部分都是java的 没有.net的 请懂的这方面的人 亲手写一段代码 教教在 ......
最近公司用flex做一个项目,flex的titleWindow(模态对话框)最小化怎么做出来?最好有完整的,能直接运行并看到结果的例子,hello world级别的也行啊?
太棒了!YOU ARE VERY GOOD
呵呵 不错 学习了!
......
本人刚接触Flex,初步了解了一下,想请教下Flex如何直接调用JAVA类?
看介绍,需要通过中间件,例如blazeds来调用java类,这其实相当于通过web Server在调用java,而flex始终作为client程序地位。
难道flex一定 ......
flex tree 横向滚动条显示出来了,但有的节点过长却老是显示不全,
如果将maxHorizontalScrollPosition 设置成一个很大的值的话滚动条就会显示过长,出来一段空白
而且滚动条不能隐藏。
请教各位大虾,如何 ......