hi, have somebody tried to marry cs:DataGrid with seam's EntityQuery? Especially i'm interested in implementing 'real' paginated data view, the one which would...
Hi Eugene, We have a working implementation of a scrollable lazy collection working with a server side query (it's not Seam for the moment but it could easily...
Hi I'm using GraniteDS 1.0.0 RC1, Spring 2.5, Hibernate 3.2.5, Flex 3 Beta 3 and Eclipse 3.3 I have one problem with @ManyToOne mappings. If there is one of...
... Do you have a list of those Adobe Flex Jira bugs ? I am currently seeing long delays in the flash client when it is using a Proxy Server. Once those are...
Hi Eugene, You should be able to do a paginated view the similiar to the way you would in a JSF Seam app. The entity query will work just fine as long as you...
It looks like a weird problem we have regularly with Flex. Can you try to instantiate some dummy instance of the Many class in your mxml. For some reason if...
I really like the way Granite can wrap POJOs. Does anyone know a project that can wrap the same pojo and make it accessible to a java http client ? I am...
Doesn't weborb do this? From: graniteds@yahoogroups.com [mailto:graniteds@yahoogroups.com] On Behalf Of mores Sent: Wednesday, January 02, 2008 2:32 PM To:...
I think, but I saw this on the homepage and did not investigate any further since I am using Flex. "Provides full alternative implementation of Flash Remoting...
Hi Thanks for the tip. But I already tried that out with no luck. I also tested it with Flex 2.0.1 but with the same result. Here is the exact error: ...
Just figured out what I did wrong. I forgot to add the -include-libraries argument Here are my "Additional compiler arguments" -locale en_US -context-root test...
I have just put together a small package so you can give a try : There is a seam-collection.zip file in the Files section of the forum containing : The as3...
I think the Remote Services with Spring HTTP Invoker will fit nicely. I really like the way Granite can wrap POJOs. Does anyone know a project that can wrap...
I looked into Hessian before, it can not be used with Hibernate or JDO. "Because of the need to rebuild an object’s fields through reflection, Hessian and...
Hi all, A new Granite Data Services release is available for download on Sourceforge <https://sourceforge.net/project/showfiles.php?group_id=183386> . Please ...
It would be nice to wrap the ServiceInvoker's invoke() method in a try/finally so that we can guarantee a call-back in order to do any cleanup. It would be...
Hi, There is already a configurable exception handler feature in GDS 0.4 (see here <http://www.graniteds.org/confluence/display/DOC04/2.4.4.+Miscanellous> ,...
Hello ! I'm planning to write some JUnit tests to verify my application (server side), is there a way to create these messages by hand using Granite ? I found...
Hi, See here <http://granite.svn.sourceforge.net/viewvc/granite/graniteds_tests/trunk\ /> (especially the org.granite.testing.SerializationManager class). ...
Hi all, using the DefaultExternalizer I have a major problem where a map I send through granite arrives on the flex side empty. When I trace my code I can...
Hi, First, could you try to change the generated code as follow, public var _internalDescriptions : Object; ... public function set internalDescriptions(value...
Hi again, I did exactly as you said, changing both DefaultExternalizer classes in my granite.jar file after modifying and recompiling them and it worked...
Can anyone tell me how to set an endpoint of a Channel in action script ? endpoint is a read-only property of a Channel.The docs say "This value is calculated...