Hi Franck, thanks for your response. I was just getting some code together to post on here, and somehow managed to get it to work. I'm mightily confused and...
Hi Franck, after auto-formatting my services-config.xml with the Eclipse WTP-Formatter I noticed, that my Java-services could not be found. My assumption is...
I'm evaluating your framework and am getting to a point where I would like to use it in a new application that will encompass flex. I have a question related...
Hi, The easiest way to serialize a Joda DateTime is to override one of the GDS externalizer (DefaultExternalizer or HibernateExternalizer, depending on what...
iTechArt Group - Custom Software Development <http://www.itechart.com/> and Offshore outsourcing Company <http://www.itechart.com/> http://www.itechart.com/ ...
One of my application requirements is to save a record, generate a report, attach the generated report to the record saved. I would love to do something like ...
Hi, The simplest way is to write an AS3 bean like: package ... { [RemoteClass(alias="path.to.ClientContext")] public class ClientContext { // private fields...
Hello, This is probably a typical newbee question, but I am recieving a org.granite.messaging.service.ServiceException: No matching method. I deployed the ejb ...
I'm running into a deserialization (into AS3) issue with UIDList where I get this error: ############################### ArgumentError: Error #2004: One of the...
Further observations: Seems that it fails on the readObject(), i.e. input.readObject(). I guess that it already failed on the serialization into AS3 before I ...
... I deployed the ejb ... I attempt to incorporate ... the mentioned ... my project with the ejb ... overlooking something. Any help ... I found the solution...
Hi, It seems to be a well known problem with the Flex compiler: it put in the swf only AS3 classes that are *explicity* used in your mxml. So: say your list...
Hi, Here's my setup : - Java server side - Flex client side - Calling server function using RemoteObject with GraniteDS to validate data and store it. My...
Hi Franck I've loaded the actual trunk revision 267 and now I've a problem with the web.xml configuration. Now it's mandatory to set up an AMFMessageFilter in...
Hi, I think you don't use standard locations for services-config.xml or granite-config.xml. You should copy your custom configuration (init-param) from the...
Hi! I see that with granite you have 3 options to create your services... can I make combinations? (Return EJB3 Hibernate objects with a services object...
Hi! I have the following problem: "Developing stuff to be deployed in OC4J with Eclipse is a nightmare"... Therefore... I am doing Flex development in...
Hi, Yes, you can return EJB3 Hibernate objects from Spring (or even) Pojo services. You should use the Hibernate Externalizer for your EJBs (Entity Beans, with...
I know for sure you can return EJB3 Hibernate Objects from a POJO Service. I would imagine you could do the same from a spring service. Scotty ... -- Scotty...
I'm trying to use the granite-config.xml to override the normal behavior of the class descriptors with my own descriptors. However, it doesn't seem to...
Hi all, is it possible to use G.D.S with Cairngorm? I am getting the following error: ===================================================================== ...
It's possible. I think that error message is a Cairngorm error, I would make sure you have a remote object with id "homeService" defined in your ServiceLocator...