Hi Thanks for your reply and the links. I agree and I do not check the User on each invocation. In fact I could do it otherwise, but I would like to make sure I understand RF properly. I was under the assumption that I could use whatever type I needed in my beans as long as I don't expose them with the proxy but it doesn't seem to be the case. Typically in my case I have a bean with an owner field that is not exposed via the proxy. I really don't understand why I get the exception...
On Jan 26, 8:17 pm, Y2i <[email protected]> wrote: > Thomas, if User not found is the only exception you need to take care of > separately, this > post<https://groups.google.com/d/msg/google-web-toolkit/QeTpbPREaTE/ltyMAN...>describes > a better way to deal with authentication than checking users on > every RF method invocation. Or you can even use JAAS, in which case you > don't have to write a custom filter at all. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
