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 <[email protected]> > This can be done with AOP. Are you using spring or anything like that? > > -----Original Message----- > From: "lin.liang" <[email protected]> > Sender: [email protected] > Date: Sun, 19 Sep 2010 03:12:50 > To: Google Web Toolkit<[email protected]> > Reply-To: [email protected] > Cc: <[email protected]> > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [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.
