I've not tried to setup a debug session with the swf in bin-debug, but if you have the appropriate crossdomains.xml, you may just have to change the remoting...
tideContext.hotelsCtl = new HotelControl() should work. The Tide support for the control is setup as soon as the control is assigned to any variable in the...
Is there any way I can reference a jar as my fileset for gas3 ? <gas3 outputdir="as3"> <fileset jar="model.jar"> <include name="**/*.class"/> </fileset> ...
Again sir, your answers are fantastic. 1) Creating a variable annotated like this gives me access to the remote Spring bean: [Bindable] [In] public var...
Just for information, the 'normal' way of using the service proxies is not with AsyncToken (even if it also works) but with the optional handler methods...
I'm using GraniteDS 2.0.0B1 and I'm not seeing my "setter" methods called on my Java Domain object when I send one over from Flex. For example, imagine I have...
It seems that your bean has been generated with a 1.2 gas3 and you try to use it with GDS 2.0. Check that your beans have two variables initialized and...
The 2.0.0 beta2 will come very soon (tomorow maybe). After that, we will at least have a RC1 before the final GA. So, it should be available in 1 or 2 months...
A Java getter/setter pair is only required with standard AMF3 serialization (ie: without externalization). This is why externalization exists: you may...
Unless I am missing something. On the .as file it said. and looks like the 2 variables are there. I am using 2.0 Eclipse plugin. /** * Generated by Gas3 v2.0.0...
For example, a @Version field in an Entity may (and I think should) stay purely private (persistence engines generally deal with fields, not properties)....
Make sure your uid field (in your Java bean) is a String: you can't use any other type for uids, it's not supported. If it's already a String, try to...
Hi Frank, First of all, thanks for your quick response. I do not have as UID field in my Java Entity. There is an id field generated by SEAM Gen on eclipse... ...
Hi everybody, Here is my problem. I want to use Gravity from GDS but I have some problems. I want to be able to log in from Flex. When I do this, I always get...
I am just getting this to work myself. - items for version 2.0.0.B1 have been commented out. - my project is using JDO and not hibernate, but you should be...
Within maven I am firing off the org.granite.generator.ant.AntJavaAs3Task. It generated all the AS3 code from my JDO objects, but I do not see __detachedState...
We are using Flex modules in our application. We started off using the design that was suggested in the documentation with creating a tide module as a separate...
Hi, I am trying to build graniteds_tide_seam example using Flex Builder 3 porting flex part of it as separate FB3 project. I'm launching the application...
Could you post as well the readExternal/writeExternal methods of the generated beans (or, even better, the entire code of your TokenBase.as bean)? Franck....