Hello, I am having trouble with the GAS3 generator not being able to find java classes that are referenced by my own entity beans. I looked for someone else...
Hi, I just upgraded Flex 3 from beta 1 to beta 2 and, keeping all of my code intact using graniteDS 4.0, all of a sudden I'm running into this issue when...
Hi, i just downloaded the graniteds-pojo-0.4.0.zip and followed the instructions. I changed all 4 params FLEX_HOME, FLEX_TASKS_JAR, ran deploy.clean and get...
Well I couldn't retest my code on Flex 2 beta 1 since I can't find a source to download from. However, I did find out for a fact that this error occurs when...
You might give this a try. I came across a similar problem, I was able to get around it by extracting the actual class files from the jar and referencing those...
It would be interesting to see your actionscript class (value object) that represents your java class "Client" and the file granite-conf.xml. Regards Ari...
... able ... a ... generator ... the ... fileset ... not ... org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeT ... the ... has ... can't ...
Gas3 uses *.class files for generation AS3 sources, so it creates instances for reflection stuff, and all that entities in turn need javax.*, log4j etc classes...
Hey guys I have developed flex applications based on Flex Data Services. But I would like to try my luck with Granite DS for a new project. So far, as far as...
Hi I've started writing the guide based on my experience with GraniteDS. It would be rather step by step tutorial for creating Flex app with GraniteDS, EJB3 as...
Hello, I have just started working with Granite DS for spring. Does anyone have step guide to developing a flex application inside flex builder (develop/debug...
I am having the same issue with a similar configuration where both sides of the association are available on the Object graph (team has many players, player...
... /Applications/jboss-4.0.5.GA/server/default/deploy/granite-web.war/WEB-INF/flex/services-config.xml ... step #1. ... required ... through ... way to ... ...
When I build graniteds_ejb3 from the Eclipse IDE it builds successfully but when I try to build from the CLI it fails. Is it only supposed to build from within...
Hi, Does Ganiteds provide a way to work with FlexContext, to have a session at the java level like had in former web apps ? If not, is there a way to have a...
I'm sure there is some related info but I haven't found it yet. I am sending a AS ArrayCollection with multiple objects that might share Enum or other objects...
Hi, I've just started, but at least it could be useful for someone. http:/ /andriyo.kiev.ua/archives/6 you could download the project template (it includes...
Hi, I am using granite data service (POJO) for the Flex application (Flex 3) which is to be deployed on Weblogic 9.2 server. Initially i tried using GDS on...