flex整合BlazeDs和spring,出现java.lang.StackOverflowError错误
在myEclips6.5安装flex build3.0插件的中创建的web项目,整合Blazeds后可以实现flex和java通信,添加spring后出现java.lang.StackOverflowError错误。----------------------
使用的flex builder3.0,spring2.5,myeclipse6.5,jdk1.5,blazeds3.3, tomcat6.0
---------------------------------
出现这个错,是在Flex跟Spring通讯的时候
flex代码如下:
/*remoteHello为<mx:RemoteObject destination="helloFlexJavaTest" id="remoteHello">*/
remoteHello.helloFlexJava2(logName);
remoteHello.addEventListener(FaultEvent.FAULT,getFaultRes);
remoteHello.addEventListener(ResultEvent.RESULT,getRoHelloRes);
请求spring对象后将引发FaultEvent.FAULT事件,而不是ResultEvent.RESULT事件
--------------------------
flex项目中整合blazeds后添加spring框架,利用SpringFactory做的整合。
--------------------编程问答-------------------- 楼主能否发我一份 没用spring之前的版本 我也在弄 但是报错 不知道 哪里配置的不对,虽然配置和网上的例子差不多 QQ524490726 可以发QQ邮箱
补充:Java , Java EE