Please disregard my previous posts. I need the include an instance of a HibernatePersistenceSet so that objects can be deserialized. :) Somehow, this is...
In our app, we have several immutable classes and even those that are mutable have some non-public data in them. We need to be able to send them to the client...
I too am receiving this error when attempting to generate a class that extends java.lang.Exception. The reason I'm doing this, is so that I can have a service...
I had this problem too. Do this: Create and compile a class Exception with this : package java.lang; public class Exception extends Throwable { } put the class...
Here is a question I have.. How can I pass parameters from AS to Java ? - JAVA pojo - public String sayHello(String yourName) { return "Hello, " + yourName; } ...
Can ActionScript deal with Complex Java Objects from graniteds ? - JAVA pojo - public MyComplexClass sayGoodbye() { MyComplexClass mcc = new MyComplexClass(); ...
Your code is a little different than how I'm doing things, but I'm *think* you need to do something like: sayHello.operation.arguments = myname; prior to...
As far as I know, yes. I suggest using Gas3 to generate the AS3 version of the the java class. You can find the plugin for it somewhere on the site, it's...
Could someone startup the wiki at: http://sourceforge.net/projects/granite/ I would like to add some documentation/hints to help other java developers get...
Hi all, The new Tide subproject is on its way and will be included in the next 1.1 release of GraniteDS. Its main goal for now is to provide a very deep and...
We are using the class annotation to implement validation on entity beans in EJB3/JPA: @EntityListeners(JPAValidateListener.class) The GAS generator generates...
Hello, I used to hack the GraniteDS project to use FlexBuilder(MyEclipse) a while ago. Is there any step by step guide to create GraniteDS projects in ...
Hello, I am able to deploy the granteds_spring_ejb example. It works just fine. Then I converted the example to be used with in the flex builder (a myeclipe...
context.root is defined as a compiler option. If you look the build.xml file in the look for the <mxmlc tag you will see the contex-root option. The other two ...
I am assuming you already have a project set up inside of eclipse and you have added the flex project nature. To be able to debug on the client side you will...
Hello, The company I work for has decent size Flex app deployed in production using adobe lcds. I'm not a fan of fds or lcds and would love to switch over GDS...
Hi, I don't know how LCDS works, but I don't see why it would not be possible to implement a custom serializer by reusing the serialization code of GDS. This...
Hi William, The Tide subproject sounds very interesting. I will give it a go soon. Any idea when the RC will be released? Thanks for the good work so far. ...
I'm using Flex/GraniteDS/Hibernate. I developed my application about graniteds-spring-ejb3(1.0.1) sample. There is a FaultEvent: [RPC Fault faultString="Didn't...
<?xml version="1.0" encoding="UTF-8"?> <!-- GRANITE DATA SERVICES Copyright (C) 2007-2008 ADEQUATE SYSTEMS SARL This file is part of Granite Data Services. ...
Matt, I had this problem. I don't kwow why, but app needs to add granite.swc and granite-hibernate.swc in SWF. Add in "Addiotional compiler arguments" the...