Yes, I use spring ioc container to manage the lifecycle of beans. Could you
tell me in details, Paul? Thanks!

2010/9/19 Paul Grenyer <paul.gren...@gmail.com>

> This can be done with AOP. Are you using spring or anything like that?
>
> -----Original Message-----
> From: "lin.liang" <birdandfis...@gmail.com>
> Sender: google-web-toolkit@googlegroups.com
> Date: Sun, 19 Sep 2010 03:12:50
> To: Google Web Toolkit<google-web-toolkit@googlegroups.com>
> Reply-To: google-web-toolkit@googlegroups.com
> Cc: <yj...@163.com>
> Subject: How to get the unexpected exception thrown by backend component on
>  the client side
>
> For example, when the FileNotFoundException was throw by the backend
> service, now I want to retrieve this exception via gwt rpc component
> and show its' stack trace on the client side. The problem is that the
> FileNotFoundException is not in the serialization whitelist, even I
> declare it on the service method signature(it report that no source
> code for java.io.FileNotFoundException). So, how can I do to solve
> this issue? Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to