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 5389 - 5418 of 5418   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5389
Are you sure that this JMS topic is defined ?...
williamdrai
Offline Send Email
Nov 18, 2009
11:24 am
5390
I have catched "ItemPendingError" exception , later appear Error: PersistentCollection initializing...
Chun Chang
chunchang.chen
Offline Send Email
Nov 18, 2009
12:58 pm
5391
Code: public function getDepartment():void { var token:AsyncToken=Spring.getInstance().getSpringContext().departmentService.getAllDepartment(result, fault); ...
Chun Chang
chunchang.chen
Offline Send Email
Nov 18, 2009
1:03 pm
5392
I don't know... how do you define a JMS topic? I guess I thought that's what I was doing, but I don't have any experience with JMS beyond this example....
Matt
quaidbrown3
Offline Send Email
Nov 18, 2009
7:13 pm
5393
hello, i have made a very simple project which just manages a simple entity using graniteds and seam. here is my code: OrcPersonList.mxml <mx:Application> ... ...
quan
wgquan
Offline Send Email
Nov 19, 2009
10:43 am
5394
I fixed this by going back to JBoss 5.0.1 (I was using 5.1.0). I still don't really understand the problem....
Matt
quaidbrown3
Offline Send Email
Nov 19, 2009
4:21 pm
5395
I have a problem that I'm sure is my own poor coding, but I wanted to ask a question and get a better understanding about merging objects. I have a control...
jeffplummerrei
Offline Send Email
Nov 19, 2009
6:39 pm
5396
This is my first time using Tide. I am taking a granite-ds (spring) type project and trying to move the services from using new...
damonweinstein
Offline Send Email
Nov 19, 2009
7:13 pm
5397
Try this : try { employee=department.employees.getItemAt(0) as Employee; } catch (e:ItemPendingError) { e.addResponder(new ItemResponder(...
williamdrai
Offline Send Email
Nov 20, 2009
10:27 am
5398
You have probably a topic configuration file in your jboss 5.0.1 deploy folder (search for 'testTopic' in the pile of xml files). That should be enough to copy...
williamdrai
Offline Send Email
Nov 20, 2009
10:29 am
5399
You should always have a @Version field on your JPA entity to handle these cases of concurrent updates correctly. You'll get an OptimisticLockException on the...
williamdrai
Offline Send Email
Nov 20, 2009
10:34 am
5400
RemoteObjectProxy is used only when using Tide with a non-Tide service factory. With a Tide/Spring service factory, you should do this : [In] public var...
williamdrai
Offline Send Email
Nov 20, 2009
11:39 am
5401
Can you check with a debugger or trace what is the value of graniteOrcPersonHome.instance here : PopUpManager.removePopUp(orcPersonEditForm); // Here ...
williamdrai
Offline Send Email
Nov 20, 2009
11:47 am
5402
Hi, Hi, How do I get the unique connection id of the caller of remote server side method when there is more than one connection with the same http session id? ...
fatbatman2000
Offline Send Email
Nov 20, 2009
3:00 pm
5403
Please forgive my confusion here, I have read through the documentation and I am not quite clear on which pieces go together: Assuming that I have: ...
Damon Weinstein
damonweinstein
Offline Send Email
Nov 20, 2009
3:53 pm
5404
In section 3.6.6 of the documentation the following paragraph: "It is not enough to just create this class and annotate it. It needs to be registered on the...
damonweinstein
Offline Send Email
Nov 20, 2009
4:28 pm
5405
the document is only about war project. May I know how to build ear project with eclipse, because web and ejb are separated, we build Flex under web, and java...
kinsonjob
Offline Send Email
Nov 20, 2009
5:35 pm
5406
Hi all I'm currently trying Granite 2.1.0 RC1 I have only one remote service (a remote facade) invoked by controllers in global and conversation contexts. With...
carlos.soderguit
carlos.soder...
Offline Send Email
Nov 20, 2009
8:04 pm
5407
I am getting a "Could not evaluate result expression" error and I'm not sure the exact cause. I'm also not sure if it is my problem and I'm doing something...
jeffplummerrei
Offline Send Email
Nov 20, 2009
9:30 pm
5408
Also, when I try to do #1 below I get: Unknown fault: [FaultEvent fault=[RPC Fault faultString="[MessagingError message='Destination 'spring' either does not...
Damon Weinstein
damonweinstein
Offline Send Email
Nov 20, 2009
9:45 pm
5409
I believe that you might be getting the global context component because an "entry" can only exist in a global context or a conversation context, but not both....
jeffplummerrei
Offline Send Email
Nov 20, 2009
11:09 pm
5410
Hi Jeff, you are right, but in granite 2.0 global proxies to remote services works right when called in a conversation context. It seems, looking at the source...
carlos.soderguit
carlos.soder...
Offline Send Email
Nov 22, 2009
4:41 pm
5411
1. and 2. are correct with a Tide SpringServiceFactory (the most common case) : org.granite.tide.spring.SpringServiceFactory in services-config.xml. 3. (with...
williamdrai
Offline Send Email
10:36 am
5412
Not really clean, but you can define a relative output folder in another project in the GraniteDS properties....
williamdrai
Offline Send Email
10:38 am
5413
Please post a JIRA....
williamdrai
Offline Send Email
10:39 am
5414
It is not recommended to use the same client proxy in both global and conversation scope. As you say, the better solution is to have two different services of...
williamdrai
Offline Send Email
10:55 am
5415
Anyone? Is this even possible?...
fatbatman2000
Offline Send Email
1:38 pm
5416
When I try to do #1 below I get: Unknown fault: [FaultEvent fault=[RPC Fault faultString="[MessagingError message='Destination 'spring' either does not exist...
Damon Weinstein
damonweinstein
Offline Send Email
2:10 pm
5417
I think there is a DSClientId header in the AMF message. You can get it by defining an a AMFMessageInterceptor in granite-config.xml. 2009/11/23 fatbatman2000...
William Draï
williamdrai
Offline Send Email
3:49 pm
5418
When using the Tide Spring factory, you should have one factory and one destination named 'spring' (see in the docs...
williamdrai
Offline Send Email
4:11 pm
Messages 5389 - 5418 of 5418   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