Hi all, Has anybody tried, by chance using Granite with the RESIN application server? I am trying with version 3.1.1 and my first tried gave me this response...
Good vocation for you. Sandro Mueller ... From: "fwolff999" <franck.wolff@...> To: <graniteds@yahoogroups.com> Sent: Wednesday, August 01, 2007 12:44...
Hi! That seems like the typical exception you would get if you try to "see" a POJO service from the browser as if it were an HTML page. (You can not "see" a...
Right, I know, But this is what I get when trying to request from Flex. What I printed was that I suppose went underneath and I could see see with firebug, but...
You're right. Using Java getter/setter with List<>-parameter and List<>-returnvalue works fine. But using Object[] looks different. I now use a workaround with...
Hi all, I am new to this yahoo group, and I am pleased to meet you all. I will give you a little background to my problem.... In a previous job, I used a lot...
Hi! I added lots of logging messages inside the Hibernate Externalizer and got: Failed setting: private Multa.municipio with value: MunicipiosPK[noMunicipio=1,...
I've set my load-on-startup parameter in the Granite servlet to 0, which means the servlet should only be loaded when a request comes in for it. But with the...
Hi! Well, Granite has a new bug [:(] , if you use objects with @Embedded primary keys, and your graph of objects has more than one reference to the same...
Hi all, I am starting with granite...litle bt litle. The first thing i did with granite is download the example with pojo form the web page, and install it. It...
Hi! The redeploy is only needed for the java side (unless you tweak the ant to do hot redeploy in you app server). You can see the changes in your swf simply...
BTW, if you are going to build a complex application I really recommend you to buy FlexBuilder (from Adobe) to design your UIs... and debug... and run easily...
I am currently trying to get the ejb3 sample up and running as an AIR application and I am having trouble with the dreaded: ArgumentError: Error #2004: One of...
Well, the best solution is use one web.xml per application... Make no sense an application be capable to do something unnecessary. (I can connect with...
Just in case this pops up again for somebody else .... You have to include the library using a compiler option (-include-libraries lib/granite.swc) rather than...
Our company is requiring all servlets to be run from the same context root. So one application may access http://xyz.com/abc/test1 and the other will access...
I have seen talk about this but it looks like most involve "wrapping" the Array before it is sent in AS and "unwrapping" it when received in Java with getters...
Okay so an ArrayCollection seems to work for this. How about an AS class that easily translates into a Set (HashSet I guess). The UIDSet etc. all extend...
I am trying using an "ASHashSet" on the java side that extends "java.util.HashSet" and a fake "HashSet" on the Flex side whose RemoteClass is the ASHashSet but...
Hi, I'm looking through GDS 0.3.0 and noticed there is now a dtd for granite-config. Is there something similar for services-config? The reason why I'm...
This has been a very informative thread! Thanks. I do have one "summary" question out of all this: If my spring java service returns a java.util.List<> to...