This is what i found in the JIRA Issue tracker:
Description
As per our discussion, we need the BeanWrapper to be serializable, since we're serializing the BindException to a fat client...
Type: Posts; User: neogenix; Keyword(s):
This is what i found in the JIRA Issue tracker:
Description
As per our discussion, we need the BeanWrapper to be serializable, since we're serializing the BindException to a fat client...
Hi,
I have a situation where i want to send a BindException object through a HttpInvoker;
This BindException class implements Serializable so this should work fine.
When i try this i get a...