-
Jun 29th, 2009, 03:12 PM
#1
"Unexpected end of file from server" when adding serializable object to RemoteInvocat
I am adding metadata to a RemoteInvocation (using HttpInvoker).
As soon as I add an instance of
public class SessionInformation implements Serializable {
...
}
I get an "Unexpected end of file from server".
The class has 3 properties backed by 3 attributes (String, String and int) and a default constructor.
Really no magic at all.
Am I missing someting?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules