Not sure if this is a bug or feature request but. It appears that the generator wont/cant generate anything that does not have an @ID property. Should this be...
I went through the documentation and now I don't know how to go on... My problem is that I got everything in Eclipse, everything is working, executing the...
Hi, I'm using openamf and i'm having some problems, then it would like to use granite. I have some questions: Granite replacement Openamf ? Granite works in...
Hello! ... No, its a alternative :) ... Yes, take a look at graniteds-spring project in svn, it has tomcat-ready GDS-powered application. If you dont need...
Hi, The current generator only works with EJB3 (it uses Groovy templates that are packed in granite.generator.jar)... It does not try to find a @Id annotation...
Ah, thanks This is still for a EJB3 entity type of class. The class is marked as @Embeddable. Would the same solution apply to embeddable objects? Thanks ... ...
Ok, this time it's a bug. The generator does not support this kind of embeddable entities (and it should). Yes, you may write your own template to deal with...
Hi, I'm trying to configure the granite, but i'm having some errors: -- error -- [RPC Fault faultString="[MessagingError message='Unknown destination ...
Hi, Sorry for the late reply... I guess you have downloaded the graniteds-0.2.0.zip which is only useful if you plan to *develop* or see sources of GDS itself...
Hi, You should start with graniteds-pojo-0.1.0.zip (download it on sourceforge). It contains a working pojo Eclipse project. I don't know what is the problem...
Franck, I'm trying to base me on this project: graniteds-pojo-0.1.0. This sample 'graniteds-pojo.war' works in my tomcat. but if i modify the file Counter.mxml...
It seems to be a problem with the Flex Builder compiler... I'm just using the free Flex SDK by now, so I can't really help you. Tell me if you have any...
Hello! ... I am not sure, but problem can be in context-root Flex Builder settings, it must point to real tomcat context. At least I run into several similar...
Hi, in the Flex Builder Path, i configured the: Output Folder = C:\tomcat\webapps\graniteds-pojo Output Folder Url = http://localhost:8080/graniteds-pojo but i...
Is it possible to serialize Map objects (e.g., HashMap) with Granite DS and AMF? Or, am I restricted to Collection classes like List and Set? Thanks. Jeff...
is possible to show the message of exception of java in the flex ? eg: in the java pojo i have: public void test() throws Exception{ throw new Exception("User...
Yes. It is serialized by default as an AS3 dynamic Object (not well tested). There is also a special support for EJB3 persistent Map with lazy loading...
You should install a SVN client (for example Subversive for Eclipse: http://www.polarion.org/index.php?page=overview&project=subversive). Then, in Eclipse...
Frank, I'm having some problems to get project from svn: Invalid argument svn: PROPFIND request failed on '/svnroot/granite/graniteds/trunk' svn: Safe data...
Franck, thanks for the patience i generated the new jars and the FaultEvent worked. but it didn't show the correct message for the user eg: ... throw new...