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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1497 - 1526 of 5339   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1497
Thank you creating HelloWorldTide-Seam-2.0.2.SP1.zip and making it available -- definitely gave me the proof that the error was mine, and the impetus to track...
rlgoldman
Offline Send Email
Jun 1, 2008
4:50 pm
1498
Hello, First, gas3 code generation; I don't think it's going to work out for me out-of-the-box. My persistent objects utilize a ton of custom types (Hibernate...
BitRancher
Offline Send Email
Jun 4, 2008
4:37 am
1499
Well never mind. I've spent a lot of time on this and came to the conclusion that I need too many customizations. So I ended up writing my own 'proxy' classes...
BitRancher
Offline Send Email
Jun 5, 2008
10:37 pm
1500
I've started playing with Granite + Tide (nice work guys!) and I seem to be having a little problem. It doesn't seem to be able to talk to seam. I'm...
hardaur55
Offline Send Email
Jun 6, 2008
2:22 pm
1501
If I recall, simply adding Flex Nature didn't exactly work for me when developing a Tide project. I had to compare the example project files in the docs to...
The Monkeys
kylewburke
Online Now Send Email
Jun 6, 2008
2:34 pm
1502
Yeah, I'd seen that. Thanks for the reply though! It's compiling, deploying, and running ok, the flex app just doesn't seem to be able to get the Seam...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 6, 2008
2:45 pm
1503
I noticed that your web.xml has some entries that need to be removed for Tide to be able to handle the request correctly. Since Tide has to sit in front and...
ingramcameron
Offline Send Email
Jun 6, 2008
2:57 pm
1504
Well, that seemed promising, but still same results. I also cleaned up components.xml a bit (see web.xml and components.xml below). It looks to me as though...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 6, 2008
3:43 pm
1505
Do you have another GDS app running on that app server? I never actually tracked down the root cause, but I was finding what appeared to be service name...
The Monkeys
kylewburke
Online Now Send Email
Jun 6, 2008
3:56 pm
1506
Nope, nothing else. Event went and cleaned out my deploy directory (of former test projects) before I started working on this one. : ( drwxr-xr-x 39 gander...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 6, 2008
4:01 pm
1507
*nom* *nom* *nom* Loves me some tasty foot! All bow before the great and powerful monkeys ; ) Got it. The way I put together the project took care of most...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 6, 2008
4:41 pm
1508
So now that I've got the basic communication going (thanks again guys), I'm taking a look at Gas as the way to generate the objects on the as3 side. I...
hardaur55
Offline Send Email
Jun 6, 2008
10:25 pm
1509
"Would it make sense to create a build.xml that just contains one task that generates my files and just run it as needed?" Not sure it makes sense but thats...
Scotty Scott
fwscott
Online Now Send Email
Jun 7, 2008
1:27 am
1510
Hey again guys. I'm almost there but having 2 little problems I'm hoping to get a little head's up on. Environment is JBoss Developer Studio, Flex Builder...
hardaur55
Offline Send Email
Jun 8, 2008
3:03 pm
1511
A question, please... I have a granite-seam (Tide) project that is working well in Intellij IDEA (7.0.3). I'm using IDEA's build/package facilities for ...
rlgoldman
Offline Send Email
Jun 9, 2008
3:01 am
1512
Hi, Gas3 works outside of Eclipse (some people are using it without any IDE). Of course, you won't be able to use the plugin as is. But, as you pointed it out,...
fwolff999
Offline Send Email
Jun 9, 2008
1:27 pm
1513
A little more info regarding the AcknowledgeMessage problem. It's still the same problem even when trying to retrieve a single entity, such as: public...
hardaur55
Offline Send Email
Jun 9, 2008
1:35 pm
1514
I am downloading your project, I will let you know why I find. It will take me a little bit. I need to convert it over to an ant build. One thing you might...
ingramcameron
Offline Send Email
Jun 9, 2008
2:09 pm
1515
Thanks a million! Yeah, I found the tide="true" after I sent that last email. It does generate a correct Entity on the client side now. Are there any docs...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 9, 2008
2:21 pm
1516
The controllers are really just there to provide a MVC style interface that is a little less verbose then Cairngorm. They are not a requirement. You are...
ingramcameron
Offline Send Email
Jun 9, 2008
2:36 pm
1517
Yeah, I got it implemented. I do like it. . .a L O T better than cairngorm. I liked cairngorm when I first started, but I'm not touching it with a 10' pole...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 9, 2008
2:50 pm
1518
Well, I just went through that documentation, and the hotel booking app with a fine toothed comb. Even tried running it on the last version of jboss (4.2.2),...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 9, 2008
4:19 pm
1519
Umm, Wow. Just goes to show if you're in a hurry you're not going to get there any quicker. I found the problem, and it was one of the stupidest things I...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 9, 2008
6:26 pm
1520
Ya, that is a tricky one. I think it gets just about every one. Just a FYI as you create your entities to avoid having to do that you can compile your entities...
ingramcameron
Offline Send Email
Jun 9, 2008
6:54 pm
1521
So that took care of getting data back to flex, yay!! However, I'm still having problems with the Factory method. Below is my stateful session: package...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 10, 2008
1:02 pm
1522
The test team here is using LoadRunner to test our application and is getting some AMF errors that we don't see when doing functional testing. Is there any...
twcrone70
Offline Send Email
Jun 10, 2008
2:43 pm
1523
Thank you for your answer. I am having a problem though when trying Gas3 called from within IDEA). Below, I'll place the reporting from the Ant run, then the...
rlgoldman
Offline Send Email
Jun 10, 2008
6:21 pm
1524
I am looking in to your problem, I have been really busy today. I am not sure if it is a problem in Tide or the way you are calling the property. I wouldn't...
ingramcameron
Offline Send Email
Jun 10, 2008
8:45 pm
1525
I really appreciate you're time on this one (and the previous). If you can point me to something that might give me clues as to how else I can be making the...
Gerald D. Anderson
hardaur55
Offline Send Email
Jun 10, 2008
10:24 pm
1526
Hi, I guess you are using gas3 from the GDS 1.1.0_RC1 pre-release. It is buggy... This problem should be fixed in the upcoming RC2 (will be out in few days)....
fwolff999
Offline Send Email
Jun 11, 2008
8:43 am
Messages 1497 - 1526 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