Can't connect to BlazeDS Service
Hi
My build with gradlefx works now and creates my swf and my
wrapper html site as requested. My Problem now is, that when I
start my application I can't connect to my blazeds service. In fact
there is no error, it simply does nothing.
When I export the release build in flash builder everything works
fine.
Has it something to do with the RSLs ? I got some informations
in my build result that it needs rsls ?
http://blog.springsource.com/2009/09/28/spring-security-kerberos/
Erforderliche RSLs:
http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/framework_4.6.0.23201.swz mit 1 Failover.
http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.232.swz mit 1 Failover.
http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/spark_4.6.0.23201.swz mit 1 Failover.
http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/sparkskins_4.6.0.23201.swz mit 1 Failover.
http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/rpc_4.6.0.23201.swz mit 1 Failover.
http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/charts_4.6.0.23201.swz mit 1 Failover.
http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/mx_4.6.0.23201.swz mit 1 Failover.
http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/advancedgrids_4.6.0.23201.swz mit 1 Failover.
My build file is attached.
regards
Michael
- build.gradle 765 Bytes
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Michael on 12 Apr, 2012 07:56 AM
Sry, that springsource has nothing to do with it, that should not be there.
Support Staff 2 Posted by Yennick Trevels on 12 Apr, 2012 08:42 PM
The RSL messages propably aren't related to your problem, so I think it's going wrong somewhere else.
I also don't see anything wrong in your gradle build file, so I'll have to investigate this a bit further (probably after the weekend since I'm not at home this weekend).
3 Posted by Michael on 13 Apr, 2012 08:30 AM
Thanks Yennick
At last I found out what the problem was. I hat to add the -compiler.services option to the additionalCompilerOptions:
additionalCompilerOptions = [
'-compiler.services=/projects/SlimbudgetFlex/SlimbudgetWeb/WebContent/WEB-INF/flex/services-config.xml' ]
Now it works like a charm :)
regards
Michael
Support Staff 4 Posted by Yennick Trevels on 13 Apr, 2012 08:36 AM
Cool! :)
Yennick Trevels closed this discussion on 13 Apr, 2012 08:36 AM.