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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
*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...
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...
"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...
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...
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 ...
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,...
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...
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...
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...
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...
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...
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),...
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...
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...
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...
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...
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...
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...
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...
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)....