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...
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...
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...
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...
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...
Hi, Some additional tips: this exception is catched in the org.granite.logging.DefaultLoggingFormatter.convert method and shouldn't affect your application...
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. ...
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...
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...
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...
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...
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...
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...
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...
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...
Any suggestions on easily converting org.hibernate.validator.InvalidValue to org.granite.tide.validators.InvalidValue? I assume you do this conversion ...
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...
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...
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...
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....
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...