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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2265 - 2294 of 5334   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2265
I also tried binding it to a DataGrid, which didn't work: [Bindable] private var _currentUser:User; //controller calls this public function set...
kylewburke
Online Now Send Email
Dec 1, 2008
7:44 pm
2266
By the way, the result is that the DataGrid simply displays nothing. ... ...
kylewburke
Online Now Send Email
Dec 1, 2008
7:52 pm
2267
So apparently I was using the wrong template for the gas plugin. I left the default settings as is. When I changed it from: ...
kylewburke
Online Now Send Email
Dec 2, 2008
1:15 am
2268
I'm firing an event with Seam like this in my registrationBean.register method: Events.instance().raiseEvent("registerFail", (InvalidValue[]) ...
quaidbrown3
Offline Send Email
Dec 2, 2008
4:32 am
2269
William: You were correct. I simply needed to properly specify the classpath in the define.gas3 target and make sure the correct jars were in place. With that...
jerry4262001
Offline Send Email
Dec 2, 2008
5:01 am
2270
Hi all, After a huge work, the documentation <http://www.graniteds.org/confluence/display/DOC> for releases 1.1 and 1.2 is at last finished with new tutorials...
fwolff999
Offline Send Email
Dec 2, 2008
1:46 pm
2271
1. Which InvalidValue class are you using. Only org.granite.tide.validators.InvalidValue may be correctly serialized. To be sure, you can try to just raise the...
williamdrai
Offline Send Email
Dec 2, 2008
2:40 pm
2272
Hello mates, I'm just at the beginning of my "Granite DS exploration" trip. A week ago, I just started with transferring my Entities over the wire. To be more...
jan.vacata
Offline Send Email
Dec 2, 2008
2:40 pm
2273
This is an issue with too verbose GDS logging. Disabling logs for org.granite.messaging.* should fix this. ... ...
williamdrai
Offline Send Email
Dec 2, 2008
2:48 pm
2274
Correct. There is also a "Use Tide" button in the plugin "Templates" configuration which does exactly this. ... manually ... ...
williamdrai
Offline Send Email
Dec 2, 2008
2:59 pm
2275
Thank you very much. I'll probably dig into the problem of GDS logging in the future, but for now, I'm just satisfied that I can transfer anything over the...
Jan Vacata
jan.vacata
Offline Send Email
Dec 2, 2008
3:36 pm
2276
Hi, Some additional tips: this exception is catched in the org.granite.logging.DefaultLoggingFormatter.convert method and shouldn't affect your application...
fwolff999
Offline Send Email
Dec 2, 2008
3:47 pm
2277
Hi all, I'll give a short presentation of GraniteDS at Devoxx 2008 <http://www.devoxx.com/display/JV08/Home> (Antwerp/Belgium) on Dec. 11, 14:00-15:00. ...
fwolff999
Offline Send Email
Dec 2, 2008
5:40 pm
2278
I wanted to say "meet" not "meat" [X-(] ... Franck. ... 11,...
fwolff999
Offline Send Email
Dec 2, 2008
5:42 pm
2279
I updated a POJO by adding a new property, running under Tomcat 6 with JDK 6, and the ActionScript class did not update. Here is the original POJO: package...
Michael Slinn
mike_slinn
Offline Send Email
Dec 3, 2008
12:30 am
2280
Hi All, I am using Flex 3.0 with JBOSS 4.3 EA, Seam 2.0.2 and GraniteDS 1.1.0 production releaser. I have an entity class Movie, which has a collection of...
amit_u_purohit
Offline Send Email
Dec 3, 2008
3:02 am
2281
Hi, Try to declare a dummy variable in your mxml: var dummy:MovieArtist = new MovieArtist(); Since there no explicit reference to this class in your code, the...
fwolff999
Offline Send Email
Dec 3, 2008
9:12 am
2282
Hi, Gas3 uses the last modified time of both classes to figure out if it must or not regenerate the base As3 class. I guess there was a problem with your...
fwolff999
Offline Send Email
Dec 3, 2008
9:16 am
2283
Did you import and create a reference to a MovieArtist somewhere in your MXML/AS code?...
The Monkeys
kylewburke
Online Now Send Email
Dec 3, 2008
9:40 am
2284
Hi Amit, * ArgumentError: Error #2004: One of the parameters is invalid.* Well, this notorious error (if you wonder why, a simple google search will reveal the...
Rafique Anwar
rafique.anwar
Online Now Send Email
Dec 3, 2008
9:40 am
2285
Hey Folks, I have an idea for a extra generation on GAS3. Imagine I have a java service like this: public class MyDestination{ ... Nothing much complex, but is...
Marvin Froeder
velobr
Offline Send Email
Dec 3, 2008
11:58 am
2286
Franck, Thank you for your quick response :) Suggestions for the code generator: - Log a warning message if a time stamp in the future is detected. - When the...
Michael Slinn
mike_slinn
Offline Send Email
Dec 3, 2008
5:29 pm
2287
I see mention of this issue in the docs (http://www.graniteds.org/confluence/display/DOC/9.+Troubleshooting) It seems that a reliable solution need only...
Michael Slinn
mike_slinn
Offline Send Email
Dec 3, 2008
5:29 pm
2288
Any suggestions on easily converting org.hibernate.validator.InvalidValue to org.granite.tide.validators.InvalidValue? I assume you do this conversion ...
Matt Davis
quaidbrown3
Offline Send Email
Dec 3, 2008
5:52 pm
2289
Hi Marvin, We have already planned to do something like that for Tide (no precise schedule yet). More generally, I have worked on the generator in order to...
fwolff999
Offline Send Email
Dec 3, 2008
6:43 pm
2290
You can try it at http://www.slinnbooks.com/webcompiler/ All of the hard-coded links work, but the Virtual File compiler gives an error. I have tried various...
Michael Slinn
mike_slinn
Offline Send Email
Dec 3, 2008
8:48 pm
2291
After digging a little deeper, I see that the /c virtual directory maps to a servlet, which stores files as entries in a HashMap. The files that do work are...
Michael Slinn
mike_slinn
Offline Send Email
Dec 3, 2008
11:22 pm
2292
I've got the event to fire, and it calls my handler just fine. However, It is only working on the 2nd and subsequent calls. The first event doesn't get caught....
Matt Davis
quaidbrown3
Offline Send Email
Dec 4, 2008
8:52 am
2293
Hello, GDS is published to the public maven repository at java.net: http://download.java.net/maven/2/org/graniteds/. GDS 1.1.0.GA <http://1.1.0.ga/> (for seam...
Rafique Anwar
rafique.anwar
Online Now Send Email
Dec 4, 2008
9:16 am
2294
Converting the InvalidValue is straighforward. You can just use InvalidValueExceptionHandler.convert() if you don't care having a dependency on...
williamdrai
Offline Send Email
Dec 4, 2008
10:33 am
Messages 2265 - 2294 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