Hi, I have a question regarding exception forwarding from Java to Flex: How exactly are the ServiceException variables like "code", "message" and "detail"...
Hi again, sorry. I should have used another ServiceException-constructor with three arguments to set the fault code correctly. No wonder my fault code could be...
Hi, I am getting the same error, using Eclipse (not Flex Builder). It is complaining about the 'meta' token. I can not find any granite.swc anywhere. Any...
Hi All, I just downloaded the 0.0.4 Version of GraniteDS and copied the gas plugin in Eclipse3.3 plugin folder and i don't see any gas related perspectives or...
Hi! What is this AS3 XML? How can I enable it? It replaces the binary based protocol with an XML based protocol? I am confused... Thanks Regards, Luxspes...
Is there a way to tell gas3 to just "skip" a field of a Class? I need this because I have a bidirectional many2many relationship between 2 Hibernate POJOS, and...
Hi, How convert AS3 to BigDecimal into it java ? Product.as var price:int; Product.java BigDecimal price; Thank you. Flickr agora em português. Você clica,...
Hi, I am also experiencing the same issue. Any luck with this? I have tested with Flex 2.0.1 Hotfix 2 and older, and the behaviour is exactly the same. I have...
Hi Marcelo, It's me who posted the first message about this problem. Still, without a solutions. To move on, I did it my way, without custom login. Just ...
Hi, Gas3 generates AS3 fields for all non static, non transient Java fields, and it generates AS3 public getters/setters for all related Java public ...
Hi I tried to register a bean through ProxyFactoryBean in Spring and the relevant bean from Granite but it seems to register the Proxy object rather than the...
Hi I tried to register a bean through ProxyFactoryBean in Spring and the relevant bean from Granite but it seems to register the Proxy object rather than the...
Hi all, I posted some time ago asking for the possibility to integrate the AMFPHP Browser distributed with the AMFPHP library. I find it really convenient when...
Hi, It should be fixed in the trunk (update from SVN or wait for the final 0.4). Note that your price field on AS3 side should be of Number type (not int). ...
Hi Franck, Step 1:(Note I had run the ditrib.all of build.xml and then imported the jar in my project) I added a new class which has the following code package...
Hi, Try to follow instructions given here: http://forum.springframework.org/showthread.php?t=30800 Hope this help (this must be a config problem anyway), ...
I am exploring GDS useage now in preparation for working on GDS/Seam bindings. I'm new to RemoteObject useage, and after looking at the three GDS example...
Hi all, Granite Data Services is available for download <http://sourceforge.net/project/showfiles.php?group_id=183386> . This is mainly a bug fix and...
Hi, Sorry for the delay (I was very busy). I never tried to use RemoteObject this way, but I think you could try something like that: var ro:RemoteObject = new...
Thanks Franck. I'll give that a try. I put together a barebones seam project, and got a simple flex -> seam example working by adapting the approach for the...
Hi, I'm having problems trying to externalize persistent collections as properties. My project has a relationship between EntityA e EntityB, both are annotated...
I'm at eclipse3.2 JDK1.5 Tomcat5.23 I'm doing some tests on POJO and SPRING, so it's always good you can debug your code and see properties of events and...