Search the web
Sign In
New User? Sign Up
graniteds · Granite Data Services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 940 - 973 of 5334   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
940
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...
jnbu
Offline Send Email
Jan 2, 2008
11:09 am
941
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...
williamdrai
Offline Send Email
Jan 2, 2008
3:47 pm
942
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...
Ralph Schaer
ralphschaer
Offline Send Email
Jan 2, 2008
6:16 pm
943
Correction. The problem is not the ManyToOne side but the OneToMany side with the Set collection: @OneToMany(cascade = CascadeType.ALL, mappedBy = ...
Ralph Schaer
ralphschaer
Offline Send Email
Jan 2, 2008
6:34 pm
944
... 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...
mores
Offline Send Email
Jan 2, 2008
6:52 pm
945
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...
ingramcameron
Offline Send Email
Jan 2, 2008
9:34 pm
946
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...
williamdrai
Offline Send Email
Jan 2, 2008
9:37 pm
947
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...
mores
Offline Send Email
Jan 2, 2008
10:32 pm
948
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:...
Thomas Spellman
thosmos37
Online Now Send Email
Jan 2, 2008
10:52 pm
949
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...
Stephen More
mores
Offline Send Email
Jan 3, 2008
12:47 am
950
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: ...
Ralph Schaer
ralphschaer
Offline Send Email
Jan 3, 2008
2:56 am
951
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...
Ralph Schaer
ralphschaer
Offline Send Email
Jan 3, 2008
6:34 am
952
Hi William, Of course i'm interested and would be very thankful! wbr, eugene....
jnbu
Offline Send Email
Jan 3, 2008
9:25 am
953
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...
williamdrai
Offline Send Email
Jan 3, 2008
2:48 pm
954
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...
Stephen More
mores
Offline Send Email
Jan 3, 2008
7:40 pm
955
Check Hessian. Spring Remoting supports it either. Den...
den.orlov
Offline Send Email
Jan 4, 2008
11:48 am
956
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...
Stephen More
mores
Offline Send Email
Jan 4, 2008
2:33 pm
957
The mxml code works fine, therefore everything on the server is configured correctly: <mx:RemoteObject id="srv" showBusyCursor="true" ...
mores
Offline Send Email
Jan 4, 2008
4:17 pm
960
You could write your own com.caucho.hessian.io.Serializer/Deserializer for your non standart objects. Almost the same as with Java Serialization's...
den.orlov
Offline Send Email
Jan 7, 2008
11:22 pm
961
Hi Den, Thanks for the patch. It's now in the trunk and last Bamboo build. Regards, Franck....
fwolff999
Offline Send Email
Jan 8, 2008
11:58 am
962
Hi all, A new Granite Data Services release is available for download on Sourceforge <https://sourceforge.net/project/showfiles.php?group_id=183386> . Please ...
fwolff999
Offline Send Email
Jan 10, 2008
10:28 am
963
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...
jcerb
Offline Send Email
Jan 11, 2008
4:30 pm
965
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> ,...
fwolff999
Offline Send Email
Jan 14, 2008
2:00 pm
966
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...
Odilon Oliveira
builder_net
Offline Send Email
Jan 14, 2008
10:04 pm
967
Hi, See here <http://granite.svn.sourceforge.net/viewvc/granite/graniteds_tests/trunk\ /> (especially the org.granite.testing.SerializationManager class). ...
fwolff999
Offline Send Email
Jan 15, 2008
10:18 am
969
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...
bananetomate
Offline Send Email
Jan 15, 2008
4:06 pm
970
Hi, First, could you try to change the generated code as follow, public var _internalDescriptions : Object; ... public function set internalDescriptions(value...
fwolff999
Offline Send Email
Jan 15, 2008
4:43 pm
971
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...
bananetomate
Offline Send Email
Jan 15, 2008
5:20 pm
972
Hi, Thanks again! The correction is now in SVN. You may download updated sources/jars here ...
fwolff999
Offline Send Email
Jan 15, 2008
6:38 pm
973
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...
Stephen More
mores
Offline Send Email
Jan 15, 2008
6:39 pm
Messages 940 - 973 of 5334   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help