Re: redirect problem

2008-12-19 Thread deanhiller
So, I added code to my ServletFilter(I didn't feel like getting involved in spring at all), but I could not get the code to work. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/8444004a667f11fe# I think there is just a simple mistake...anyone know? thanks, Dean On

Re: how to proxy all the methods in my RemoteServiceServlet

2008-12-19 Thread deanhiller
So, I added code to my ServletFilter(I didn't feel like getting involved in spring at all and wanted to move it up from the GWT servlet to use for all calls), but I could not get the code to work. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/8444004a667f11fe# I

RPC.encode not working

2008-12-17 Thread deanhiller
I have the following code in a servlet filter GwtSessionTimeout timeout = new GwtSessionTimeout( Session timed out. You need to redirect to the url in getUrl function, url); try {

[gwt-contrib] redirect results

2008-10-14 Thread deanhiller
1st issue I am interested in looking at the code that handles errors coming back from an XmlHttpRequest. After checkout, where would I look for this? Basically, in seam using AJAX, if the response to an XmlHttpRequest is a redirect message, the entire page redirects. I kinda wanted the

Re: how to proxy all the methods in my RemoteServiceServlet

2008-10-03 Thread deanhiller
to learn spring spring security (I've just post a project that illustrate this). hih On Fri, Oct 3, 2008 at 7:23 AM, deanhiller [EMAIL PROTECTED] wrote: I saw someone talking about proxying all the methods to add code(like an aspect or filter) using spring and I am wondering how I can do

Re: how to proxy all the methods in my RemoteServiceServlet

2008-10-03 Thread deanhiller
but to no avail as I would LOVE to override that method.I guess spring is the only way if only I can get some example code. On Oct 3, 7:00 am, Lothar Kimmeringer [EMAIL PROTECTED] wrote: deanhiller schrieb: BEFORE methods are even called, I want to chech if there is a User object in the Session

submitting GWT code

2008-10-02 Thread deanhiller
I haven't seen the code, but I have noticed that nearly every exception in GWT side is an InvocationException and alot of those do not have what caused it. I would really like there too kind of be a few different exceptions possibly like TimeoutException(no response from server)

Re: redirect problem

2008-10-02 Thread deanhiller
This combined with the post just after sounds like the best solution so far(though educating developers on using the adapter is a pain, it will have to do). In that case though, if I am using tomcat with straight GWT, can I still do this? I don't know much about spring at all. Can I get more

upgrade and OutOfMemoryError

2008-10-02 Thread deanhiller
Every few months, I have been trying to upgrade. Every time, I end up with OutOfMemoryErrors either during compile or during running the shell. I have seen lots of posts on these issues. I keep downgrading to 1.4 and not being able to upgrade because of these issues. I can't trim down the test

Re: upgrade and OutOfMemoryError

2008-10-02 Thread deanhiller
never mind, this time increasing the memory a bit actually worked - Xmx512m. I am suprised this takes so much more memory than before but then maybe I was at the threshold before. A few months ago, that didn't seem to help at all. On Oct 2, 9:00 pm, deanhiller [EMAIL PROTECTED] wrote: Every

how to proxy all the methods in my RemoteServiceServlet

2008-10-02 Thread deanhiller
I saw someone talking about proxying all the methods to add code(like an aspect or filter) using spring and I am wondering how I can do this(hopefully without spring as I don't feel like learning that right now and just want a quick solution). Basically, if my GWT servlet has these methods

redirect problem

2008-10-01 Thread deanhiller
I have a Servlet Filter installed, and because of our single sign on between all our apps, this same Servlet Filter is used on all projects and redirects to the login page after the session times out. the problem is every function call in GWT that goes through this Servlet Filter ends up passing