OK I think I've found the problem. In addition to adding the class include pattern to the GraniteBuilder config it must be added to the Google datanucleus...
Is anyone doing anything with dynamic compiling of as3 code with a servlet. I was thinking of implementing some security by dynamically compiling as3 code and...
Check the graniteds-webcompiler package on Sourceforge: it is used, in particularly, in the igenko project for compiling on the fly AS3 code fetched from a...
Hi Guys, I'm using granite 1.2.0_SP1 and I'm getting a strange error when I try to send one mapped entity from Java to Flex: ArgumentError: Error #2173:...
Hi Guys, I'm facing a strange problem. I have a method that is outjecting one variable to session scope.This method has void return. The class of this object...
Using seam 2.1.1 ga jboss 4.2.3 graniteds 2.0 beta flex builder 3.0.2 Caused by: java.lang.RuntimeException: conversation-id-parameter must be set to the...
Hmmm The only big difference from your components to mine is: <transaction:ejb-transaction /> Try to add it, I think that it is not the solution but lets make...
In case my other response didn't work due to wife logging into yahoo on my machine. This is a common thing in flex, the swf only contains classes required to...
Hi Jeff, Thanks for your response. I know that this problem happens when I have this situation that you described and my method tries to send back to...
I am trying to set up my iMac to use Gravity. I have been able to set up a windows PC and need to know if there is an equivalent to the tcnative-1.dll that I...
I'm trying to migrate to JBoss 5 from Jboss 4.2.3. I changed the web.xml entry for gravity to read: <servlet> <servlet-name>GravityServlet</servlet-name> ...
Hi Willian, I put some package or class under src/main, but I don't want them to be generated to AS code. How to fill in exclusion patterns? Like my code: ...
Hi Guys, I'm using jboss 4.2.3, seam 2.1.0 and granite/tide 1.2.0 I'm having a VERY weird problem. I'm trying to lookup for a EJB but even when the log says...
I have put together some design scribbles at (http://www.jnyinvestments.com/files/REIDevel/GraniteDS.doc). Only the first few pages would be interesting, the...
Hmm, I sent you an email about this last week, it seems it has ended somewhere in your spam filter or in someone else's mailbox. Here is a copy of the email...
If you use the Eclipse plugin, that's very simple. Just go in the project properties, GraniteDS, and add your include/exclude patterns in the 'Java sources'...
hey guys, i started playing a little with graniteds and got ArgumentError: Error #2173 when receiving a list from ejb3 backend. this error seems to be very...
Can you try adding this in your mxml (if not already done) : private var dummy:CategoryModel = null; If it still does not work, check that the generated as3...
Hi willian, It solved the problem. Thanks a LOT :) Regards, ... -- /** * Pedro Sena * Systems Architect * Sun Certified Java Programmer * Sun Certified Web...