Search the web
Sign In
New User? Sign Up
graniteds · Granite Data Services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 238 - 267 of 5339   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
238
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...
fwolff999
Offline Send Email
Jul 1, 2007
9:35 am
239
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...
fwolff999
Offline Send Email
Jul 1, 2007
9:47 am
240
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...
Marvin Froeder
velobr
Offline Send Email
Jul 1, 2007
3:29 pm
241
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...
luxspes
Offline Send Email
Jul 2, 2007
1:35 pm
242
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...
luxspes
Offline Send Email
Jul 2, 2007
1:38 pm
243
I am getting the follwing messager randomly when adding persons... and always when adding contacts: Fault: Channel.Call.Failed - error What is wrong? Mmmm.......
luxspes
Offline Send Email
Jul 2, 2007
3:01 pm
244
I am also getting an: "Client.Error.DeliveryInDoubt"... the first time I add a Person......
luxspes
Offline Send Email
Jul 2, 2007
3:15 pm
245
Hi, the following appears after recompiling flex code without web app being restarted (sometimes this happens under other circumstances but i could reproduce...
andrii_olefirenko
andrii_olefi...
Offline Send Email
Jul 2, 2007
4:30 pm
246
Okay, so I am lazy and not the brightest bulb in the box. Thanks......
twcrone70
Offline Send Email
Jul 2, 2007
5:23 pm
247
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...
fwolff999
Offline Send Email
Jul 2, 2007
5:51 pm
248
Hi! In public ServiceInvoker getServiceInstance(RemotingMessage request) throws ServiceException Between Lines 62 to 74: try { Object bean =...
luxspes
Offline Send Email
Jul 2, 2007
6:41 pm
249
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...
luxspes
Offline Send Email
Jul 2, 2007
11:13 pm
250
H, Franck here is my code for using annotations in config file. Hope it will be usefull import java.lang.annotation.Annotation; ..... public class...
andrii_olefirenko
andrii_olefi...
Offline Send Email
Jul 3, 2007
9:00 am
251
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...
andrii_olefirenko
andrii_olefi...
Offline Send Email
Jul 3, 2007
10:08 am
252
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,...
luxspes
Offline Send Email
Jul 3, 2007
1:58 pm
253
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...
luxspes
Offline Send Email
Jul 3, 2007
9:48 pm
254
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...
luxspes
Offline Send Email
Jul 3, 2007
10:07 pm
255
Hi! Mmmm, I am wondering... what does this code do: GraniteContext context = GraniteContext.getCurrentInstance(); if (context == null) { context = ...
luxspes
Offline Send Email
Jul 3, 2007
10:25 pm
256
Hi! I think I might be in the right track here... because to do the ClientSideMap.reset() Granite goes and: public static void reset() { ...
luxspes
Offline Send Email
Jul 3, 2007
10:51 pm
257
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...
luxspes
Offline Send Email
Jul 3, 2007
11:39 pm
258
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...
fwolff999
Offline Send Email
Jul 4, 2007
11:02 am
259
Hi! One is glad to be of service :D. Thanks for starting this project. :) bye...
luxspes
Offline Send Email
Jul 4, 2007
1:59 pm
260
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...
luxspes
Offline Send Email
Jul 4, 2007
10:36 pm
261
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): ...
luxspes
Offline Send Email
Jul 4, 2007
10:53 pm
262
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...
luxspes
Offline Send Email
Jul 5, 2007
3:39 pm
263
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...
Scotty Scott
fwscott
Online Now Send Email
Jul 5, 2007
3:40 pm
264
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...
luxspes
Offline Send Email
Jul 5, 2007
7:53 pm
265
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...
luxspes
Offline Send Email
Jul 5, 2007
8:15 pm
266
Okey, I think I got it to work, here is the patch: Index: C:/Documents and ...
luxspes
Offline Send Email
Jul 5, 2007
10:20 pm
267
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...
Scotty Scott
fwscott
Online Now Send Email
Jul 6, 2007
2:16 am
Messages 238 - 267 of 5339   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help