Hi, There is a bug in error handling in 0.2 (the ErrorMessage does not have a correct correlationId...) If you use graniteds and graniteds-pojo trunks, you...
Hi, UUIDs are NOT primary keys in GDS/EJB3 (they are only unique keys). Why not to use @Transient UUIDs in your EJB3s (they will not be saved to the database...
Well Maven is a full new life... Love it or hate... normally it requires some changes at the project structure. Source folders. I suggest some read on basic...
Hi! Thanks for all your answers :D ! Yes... I could do that... but... I don't understand why... I mean... I read the discussion you recommend in the hibernate...
Hi! Thanks! And..what should be the expected behavior? should I expect the exception to be rethrown? the fault event of the method to be called? the fault...
I am getting the follwing messager randomly when adding persons... and always when adding contacts: Fault: Channel.Call.Failed - error What is wrong? Mmmm.......
Hi, the following appears after recompiling flex code without web app being restarted (sometimes this happens under other circumstances but i could reproduce...
Hi, This code is intended to detect swf reload (reload button on your browser). I'm going to remove it because there is something much more reliable since LCDS...
Hi! I modified the graniteds-ejb3 example..and changed the relationships between Contact & Person to be LAZY insteado of EAGER... but now... they are toooo...
Hi, yes, i've removed that session time parameter because it was apparently not the behaviour i wanted to have. as for the issue, it could be bug in tomcat (i...
Hi! All right... so it seems that Lazy loading support for granite is in its infacy... is more like "Partial Loading" (it will load everything not initialized,...
I believe its a granite trunk bug, because I am having the same problem after I upgraded to trunk from 0.20 It happens if I try to have more than 1 session (if...
All information I could get about this was this discussion <http://forums.oracle.com/forums/thread.jspa?threadID=510632&tstart=-1> . I hope it is helpful...
Hi! I think I fixed it... it seems I was right, the problem was that the GraniteContext thread local should be cleared at the end of the filter execution. Here...
Hi, Thanks for the hint! Actually, GraniteConfig is roughly based on FacesContext (JSF), and they do exactly this kind of cleanup at the end of the request (it...
Hi! Very interesting idea... could you post it as a patch? (that would make it easier me to merge it in to the source an test it) How to create a patch? It is...
Hi! I (and a friend) have been doing experiments with this, and so far, it seems to be working fine... all you have to do is (CAPS for custom information): ...
Hi! I am adding support for complex (Embedded) primary keys... anyone here has any code or tips that could share with me? (I promise I'll submit a patch if I...
I have been dealing with this situation for quite some time. I have tried a few different things but never came up with anything solid. In the end, I reload...
Okey... I managed to make it work without throwing exceptions by detecting when the class has the @Embbedded annotation. (This, of course, forces you to use...
Hi! I guess building something like SDO <http://www.theserverside.com/news/thread.tss?thread_id=34216> , but for JavaScript could be the answer (but the fact...
All this sounds great but like you said it would make a huge beast :) Do you think it would be better to start out with figuring out possible implementations...