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 2459 - 2488 of 5341   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2459
Hi, Thanks for your answers Franck. I work again on supporting Jcrom lazy loading in GraniteDS from Hibernate sample. Could you give me some details about what...
bouiaw
Offline Send Email
Jan 2, 2009
12:11 am
2460
I just joined and I've posted two bugs so far, but I've not yet said thanks for creating Granite. I'm creating a full scale application in flex, not just a...
jeffplummerrei
Offline Send Email
Jan 2, 2009
3:12 am
2461
There was already a JIRA on this, this is fixed in the trunk / nightly builds. ... org.granite.tide.collections::PersistentCollection()[C:\workspace33\gran\...
williamdrai
Offline Send Email
Jan 2, 2009
10:03 am
2462
No problem, this forum is here mainly to post issues or questions :-( But it's also nice to get some positive feedback sometimes....
williamdrai
Offline Send Email
Jan 2, 2009
10:10 am
2463
Hi, When an entity isn't initialized with Hibernate (ie: it is an instance of HibernateProxy), it contains the class and the id of the dependant object (the id...
fwolff999
Offline Send Email
Jan 2, 2009
11:57 am
2464
Thanks for these informations Franck. Happy to know that generic AS3 classes will be available for 1.3 release ! ... ...
bouiaw
Offline Send Email
Jan 2, 2009
3:57 pm
2465
... externalizer. ... One more: 4. If your java package name does not equal your flash package name do not forget to add...
mores
Offline Send Email
Jan 2, 2009
10:28 pm
2466
I'm trying to use the Observer tag from the setup example: [Observer("createDtsAccount")] private function createAccount(event:TideContextEvent):void { } ...
quaidbrown3
Offline Send Email
Jan 3, 2009
8:47 pm
2467
I'm losing my mind here... I'm adding components like this: tide.addComponent("dtsAccountHomeCtl", DtsAccountHomeCtl, false, true); At some point it was...
quaidbrown3
Offline Send Email
Jan 3, 2009
10:20 pm
2468
I think the issue is this: tideContext.tutorialApp = this; Checking now... don't want anybody to waste their time on me since I obviously can't read...
Matt Davis
quaidbrown3
Offline Send Email
Jan 3, 2009
10:41 pm
2469
That certainly means that the UI component from which you dispatch the TideUIEvent is not known in the context. You have to add it in the context somewhere...
williamdrai
Offline Send Email
Jan 3, 2009
10:53 pm
2470
Ya, this was an RTFM problem. Sorry, I have a deadline approaching and I'm just rushing. Need to stop and read slower. ... ...
quaidbrown3
Offline Send Email
Jan 3, 2009
11:00 pm
2471
Ok, I just did the setup example with the Book, BookHome, BookList etc. When I call deleteBook: [Observer("deleteBook")] public function...
quaidbrown3
Offline Send Email
Jan 3, 2009
11:08 pm
2472
Hum, maybe the tutorial is wrong. Can you add this to BookHome, I can't check this right now : @Override public void setId(Object id) { if (id instanceof...
williamdrai
Offline Send Email
Jan 3, 2009
11:56 pm
2473
I'm trying to use a Home object to persist a new object. Here is the registration code. It is very similar to the one from the BookList example. ...
quaidbrown3
Offline Send Email
Jan 4, 2009
1:07 am
2474
Also, is doing something like this a bad idea? [Observer("registerAccount")] public function registerAccount():void{ accountHome.id = account.id; ...
quaidbrown3
Offline Send Email
Jan 4, 2009
1:17 am
2475
The previous client part was correct. This second way won't work because it will be considered as two different server calls and the instance will be lost...
williamdrai
Offline Send Email
Jan 4, 2009
2:26 am
2476
Do you have any input on how I should implement this? Should I do it a different way so that I don't have to do this "quick fix"? From the server code's point...
quaidbrown3
Offline Send Email
Jan 4, 2009
7:35 pm
2477
I fear I don't have a cleaner solution for now. This is a tricky problem because Tide must be called before Seam injection and *needs* to call the getter and...
williamdrai
Offline Send Email
Jan 4, 2009
8:56 pm
2478
OK... I have a method annotated with @Observer(JpaIdentityStore.EVENT_USER_AUTHENTICATED) At the end of this method, I have the line: ...
quaidbrown3
Offline Send Email
Jan 5, 2009
4:26 am
2479
If I put this line of code: [In][Out] public var currentAccount:DtsAccount = null; In the class: [Name("accountCtl")] public class accountCtl and I am...
quaidbrown3
Offline Send Email
Jan 5, 2009
4:30 am
2480
You should use [Observer("accountAuthenticated-success", remote="true")] on your method instead of adding the listener in the constructor (don't forget to make...
williamdrai
Offline Send Email
Jan 5, 2009
9:35 am
2481
You really should register all components in the main mxml. The components are instantiated when needed but the annotation processing has to be done very early...
williamdrai
Offline Send Email
Jan 5, 2009
9:42 am
2482
Hi William, sorry for me answer being a little belated, I was on my vacation during last two weeks. I will definitely try your tip in practice. But I have to...
jan.vacata
Offline Send Email
Jan 5, 2009
9:44 am
2483
You've got the main thing, the RO sends a LOGIN message on the first call after setCredentials has been set. It's processed by the GDS security service which...
williamdrai
Offline Send Email
Jan 5, 2009
10:19 am
2484
Last thing: in the current trunk of GDS 1.2, the identity component has a new method forceLogout which always calls the server identity.logout (it does almost...
williamdrai
Offline Send Email
Jan 5, 2009
10:41 am
2485
You are number one and your advices helps :-), I have written custom Identity on client according to your hint and it works just fine, couldn't your solution...
jan.vacata
Offline Send Email
Jan 5, 2009
11:50 am
2486
WHOOPS, your answer outstripped my last question, so just ignore it please :-)...
jan.vacata
Offline Send Email
Jan 5, 2009
11:53 am
2487
Hi again in 2009 :-) I have an interesting problem with HttpSession. I have been using various VIEW technologies during last few months including JSF, GWT, and...
jan.vacata
Offline Send Email
Jan 5, 2009
12:20 pm
2488
Hmm... I should have thought of that, but I was under the assumption that addComponents(...) instantiated the Ctl classes. I'm glad it's so simple. Thanks!...
Matt Davis
quaidbrown3
Offline Send Email
Jan 5, 2009
2:28 pm
Messages 2459 - 2488 of 5341   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