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...
Show off your group to the world. Share a photo of your group with us.

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 81 - 110 of 5341   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
81
How about adding support for messaging also so that AS clients can subscribe to a service to listen messages and messaging service can push stuff to subscribed...
mkiljune
Offline Send Email
May 2, 2007
6:12 am
82
Hi, Actually, this have nothing to do with services (POJO/Spring/EJB3) but with AMF3 serialization: that's a main feature in AMF3 to be able to deal with...
fwolff999
Offline Send Email
May 2, 2007
10:47 am
83
Hi, It's planned (not with RTMP I think but by pushing AMF3 messages over HTTP). No precise roadmap yet... Regards, Franck....
fwolff999
Offline Send Email
May 2, 2007
10:49 am
84
I'm trying to invoke gas3 (ActionScript Bean generation) but for some reason it looks like it is trying to find my compiled classes under the \classes...
flex_newbie
Offline Send Email
May 3, 2007
9:15 pm
85
Are you sure there isn't a "classes" subdirectory under your "../../core/domain/target" dir ? Franck....
fwolff999
Offline Send Email
May 4, 2007
7:09 am
86
I got past this issue. Now I'm encountering this issue: ################################# [INFO] [antrun:run {execution: default}] [INFO] Executing tasks ...
flex_newbie
Offline Send Email
May 5, 2007
3:54 am
87
Nevermind. I think this has to do with mvn2. I ditched it in favor of the Ant build file and it seemed to work ok (within the Eclipse environment). Seems...
flex_newbie
Offline Send Email
May 5, 2007
6:21 pm
88
I've used gas3 to generate the actionscript code for my pojos and on one of the "Base" actionscript pojos, I'm getting this error: 1004: Namespace was not...
flex_newbie
Offline Send Email
May 8, 2007
2:02 am
89
Sorry again. I figured this out by importing the granite.swc into my Eclipse / FlexBuilder 2 workspace. Learning my way with flex and granite ;-)...
flex_newbie
Offline Send Email
May 8, 2007
3:00 am
90
Hi, I'm using Granite DS with Java Pojo Services to request data from a Flex client. Everythings works fine and I am able to display my data in something like...
soenke_nommensen
soenke_nomme...
Offline Send Email
May 8, 2007
9:30 am
91
I'm trying to call my service via granite and this is the error message I'm getting: ********************************************* ...
flex_newbie
Offline Send Email
May 8, 2007
1:35 pm
92
Hi, Data push is planned (no precise roadmap) but not implemented yet... Franck....
fwolff999
Offline Send Email
May 8, 2007
9:14 pm
93
Anyone have a technique they are using to load an uninitialized collection? Thanks, Scotty Scott http://www.franciswscott.com...
Scotty Scott
fwscott
Online Now Send Email
May 9, 2007
2:48 pm
94
Hi Scotty, No special technique... Basically, you must reload the entire object that contains the uninitialized collection and fetch its content (either by a...
fwolff999
Offline Send Email
May 9, 2007
9:13 pm
95
I've gotten past this point and now able to actually contact the Java service. However on the return, I get this error message: ...
flex_newbie
Offline Send Email
May 9, 2007
9:22 pm
96
First, thanks for the quick bug fix and response. Second, I should of been clearer about what techniques I am looking for. I am curious if anyone has an...
Scotty Scott
fwscott
Online Now Send Email
May 9, 2007
9:31 pm
97
No problem on server side ?...
fwolff999
Offline Send Email
May 9, 2007
9:32 pm
98
Could you post your ObjectRelationsManager.as code (as well as a sample use case and server-side callback method) ? Thanks. ... side. I ... results. ... ...
fwolff999
Offline Send Email
May 9, 2007
9:52 pm
99
Franck ;-)...
fwolff999
Offline Send Email
May 9, 2007
9:58 pm
100
I cant reproduce this all the time but sometimes, especially if the bytearray is large I get the error about size vs count being off in ...
Scotty Scott
fwscott
Online Now Send Email
May 9, 2007
11:30 pm
101
It's fixed in the trunk (bug id: GDS-20) Thanks! ... reason the ... be much ... readFully(byte[]) vs...
fwolff999
Offline Send Email
May 10, 2007
10:52 am
102
I'm looking at the AS code generated by gas3 and I noticed that there are errors on a few of them. In particular, these errors pertain to the import of actual...
flex_newbie
Offline Send Email
May 10, 2007
1:08 pm
103
Doesn't look like it. I checked my service to see if it received the call ok from AS via GDS and it looked good. I also checked the returned object to see if...
flex_newbie
Offline Send Email
May 10, 2007
1:49 pm
104
Hello! ... Yes, its common error. Try not only import classes, but declare them explicity somewhere in mxml: var a:myclass; mxmlc compiler will not include...
Igor Sazhnev
rattygl
Offline Send Email
May 10, 2007
2:15 pm
105
Hi Igor, thanks for the reply. Now I'll give that a shot (I'll need to import + make explicit declarations for ~30 classes). However, I'll still run into the...
flex_newbie
Offline Send Email
May 10, 2007
2:22 pm
106
Hi, Another solution for this common problem is to compile all your .as classes as a flash library (swc). You need something like that: <compc ...
fwolff999
Offline Send Email
May 10, 2007
4:33 pm
107
Thanks Franck. I'm taking in your suggestion now. I've encountered another "subtle" issue with serialization. I have several Enums (java.lang.Enum) that are...
flex_newbie
Offline Send Email
May 11, 2007
7:19 pm
108
I have a few POJOs with public getters only and without any instance variables to represent them. I would expect gas3 to generate corresponding AS classes...
flex_newbie
Offline Send Email
May 11, 2007
8:24 pm
109
This is intentional. You must implement those methods yourself on AS3 side. gas3 only ensure that you have the exact persistent state of your bean on AS3 side....
fwolff999
Offline Send Email
May 13, 2007
10:22 am
110
If that is the case, then which do you recommend: implementing a groovy template (gsp) to create the getters for AS3 or overriding the generated AS3 class...
flex_newbie
Offline Send Email
May 13, 2007
6:43 pm
Messages 81 - 110 of 5341   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