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...
Show off your group to the world. Share a photo of your group with us.

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 2917 - 2946 of 5339   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2917
i know seam itself does the same thing. if you have a conversation scoped component that extends some base class with a default observer (ie,...
mike.lindenmuth
Offline Send Email
Mar 1, 2009
4:22 pm
2918
This behaviour seems correct to me as observers are not bound to a particular view or dispatcher, but only to an event type. So all observers for a particular...
williamdrai
Offline Send Email
Mar 2, 2009
4:21 pm
2919
Folks, I have GraniteDS deployed in Tomcat 6.0.18. My test Flex application subscribes to a JMS Topic via Gravity. My problem is that the JMS subscription...
smceneaney
Offline Send Email
Mar 2, 2009
4:35 pm
2920
There's already a JIRA on this issue. It's fixed in the trunk but unfortunately the trunk is not really usable for now. There will be a release in one or two...
williamdrai
Offline Send Email
Mar 2, 2009
5:06 pm
2921
What about something like what Mike L. said @Observer(value="someEvent", create="false") Adding a "create" flag to true or false would allow a lot more ...
jeffplummerrei
Offline Send Email
Mar 2, 2009
7:27 pm
2922
That looks good and easy to implement. Can you add a JIRA for 2.0 ? ... least ... the ui ... back and ... Window */ ... "creationComplete" ... the Map...
williamdrai
Offline Send Email
Mar 2, 2009
7:56 pm
2923
... I debugged the code. Here is the execution flow that I got: 1. meta_mergeEntity() is called for the Business object 2. meta_mergeCollection is called for...
wt.ustc
Offline Send Email
Mar 3, 2009
6:53 pm
2924
You're right, there's something missing here. I'm going to check. Thanks....
williamdrai
Offline Send Email
Mar 3, 2009
7:14 pm
2925
I have been trying to do the example given in the documentation and I am getting stuck in the end. ******** "Now the component is ready but still it has to be...
new2gds
Offline Send Email
Mar 3, 2009
7:22 pm
2926
Just found out why it's executing that "else if" block: both "coll" and "previous" parameters of meta_mergeCollection() are instances of ...
wt.ustc
Offline Send Email
Mar 3, 2009
10:02 pm
2927
BooksCtl is the name of the actionscript class. Make sure you have BooksCtl.as in your flex src directory and import that....
wt.ustc
Offline Send Email
Mar 4, 2009
2:43 am
2928
I used the EJB3 example to build a project, and it works well. I then disassembled the project to separate it into an EJB ear (for the back-end EJB stuff) and...
davidnwd
Offline Send Email
Mar 4, 2009
6:11 am
2929
Having 2 different deployments for the war and the ejbs means that you have to configure the ejb factory as if the ejb were remote, so you need to add the...
williamdrai
Offline Send Email
Mar 4, 2009
10:58 am
2930
Hi, Newbie question, what type should the UID be in the database (mysql)? BIGINT or VARCHAR? Thanks, Phil...
philip142au2
Offline Send Email
Mar 4, 2009
11:08 am
2931
It's a string, so varchar will do....
williamdrai
Offline Send Email
Mar 4, 2009
11:45 am
2932
Hi, Thanks - how long is it? Phil...
philip142au2
Offline Send Email
Mar 4, 2009
11:54 am
2933
The following is the script <mx:Script> <![CDATA[ import org.granite.tide.events.TideUIEvent; import org.granite.tide.seam.Seam; import...
new2gds
Offline Send Email
Mar 4, 2009
1:09 pm
2934
Have you created the BooksCtl.as class (it's the last step I think) ?...
williamdrai
Offline Send Email
Mar 4, 2009
2:59 pm
2935
char(36) would probably be the most optimal...
mike.lindenmuth
Offline Send Email
Mar 4, 2009
3:20 pm
2936
Hi, I think I've discovered a bug that prevents a ByteArray from being received when it is sent from GraniteDS in the 'body' part of an AsyncMessage. The...
neil.peirce
Offline Send Email
Mar 4, 2009
6:58 pm
2937
I am currently pulling my code apart to follow a more model-view-controller design, and I have uncovered what I think to be a bug. I have a desktop view...
jeffplummerrei
Offline Send Email
Mar 4, 2009
9:37 pm
2938
I've done a little more digging, and I've uncovered a few interesting things that may help debuggers smarter than me. 1. If I make my control extend...
jeffplummerrei
Offline Send Email
Mar 4, 2009
10:53 pm
2939
Folks, When a Flex client subscribes to a Topic using Gravity a long running TCP connection opens to service the subscription (data push). All subsequent Topic...
smceneaney
Offline Send Email
Mar 5, 2009
9:49 am
2940
This is indeed the intended behaviour in GDS 1.2. Tide listens only to TideUIEvents dispatched by UIComponents in the context. 'Controller' components can...
williamdrai
Offline Send Email
Mar 5, 2009
11:24 am
2941
Right, this is supposed to handle serialization of AS classes that do not have a Java equivalent by transmitting an AMF encoded byte array instead of the...
williamdrai
Offline Send Email
Mar 5, 2009
11:38 am
2942
This will probably not work. There are two different http connections, one for data transmission and one for commands (subscription/unsubscription). If they...
williamdrai
Offline Send Email
Mar 5, 2009
11:40 am
2943
Hi William, Many thanks (again) for the quick response. To clarify, does it use a long running connection for commands e.g. subscriptions or does each command...
smceneaney
Offline Send Email
Mar 5, 2009
2:04 pm
2944
The current support for Spring in Tide assumes that Flex clients call directly Spring services. After some reading in the Spring docs and in some blogs, it...
williamdrai
Offline Send Email
Mar 5, 2009
2:17 pm
2945
I'm afraid that there is no other documentation about this internal implementation than the source code :-) The long-polling maintains a semi-permanent http...
williamdrai
Offline Send Email
Mar 5, 2009
2:27 pm
2946
I am using a client conversational component: [Name("myEntityCtl", scope="conversation")] [In] public var myEntityHome:Object; private var curEntity:MyEntity; ...
quaidbrown3
Offline Send Email
Mar 5, 2009
8:31 pm
Messages 2917 - 2946 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