Hello, Has anyone used Granite DS in a WebLogic environment? I am assuming it should work in any J2EE container? Does Granite DS require Java 5 if you are only...
Hello! ... Granite DS requires Java 5, since its core uses generics (and may be something else from Java5, not sure). Yes, it must run under any container, it...
Hi guys, Is the trunk of SVN stable enough to use? If I understand correctly, date serialization is off in the .1 release and I'm really needing to send dates...
Hi Scott, Date serialization is fixed in the trunk. You should be able to use current SVN trunk without problems (let us know). There is an incompatibility...
In case anyone else plans to use the trunk version and is using the HibernateExternalizer. The HibernateExternalizer adds a null string as the first parameter...
Hi, Sorry, I forgot to tell you about that... There is an improved version in the trunk that should be in as is in 0.2.0 release (commited today). Be sure to...
Hi, I'm new to this so please bear with me if this is a dumb question. I notice the use of mx:RemoteObject in your examples. Isn't RemoteObject part of Flex...
Hi guys, First of all, well done for getting the project started and keep up with the good work. My questions is related to the AS3 code generation based on...
Im currently messing around with what is in trunk of SVN. Code generation is there though I made a couple modifications to the generation template. Been...
Hi, The doc is partially right: server-side support of RemoteObject needs special software (Flex Data Services, Granite Data Services, AmfPHP, SabreAmf or...
Hi, First of all, thanks for your impatience :) I'm almost done with the code generator (my changes are not yet commited in the trunck). If you want to send me...
just updated again from SVN. My first change was making the base class bindable... this is already done. Second thing is, I thought if the setter was public I...
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...