Close
jGuru Forums
Posted By: Anthony_Forte Posted On: Tuesday, May 22, 2001 08:09 AM
I have got a Java application which is using EJB. I have got a Bean which has a method which gets passed an AbstractDocument object as the Parameter. When I try to call the method I get a RemoteException java.net.SocketException: Connection aborted by Peer: socket write error. I can pass a String as an Argument but it falls over when I try and pass the Document. At the moment I am not trying to do anything with the Document, I am just passing it to a dummy method.
Re: calling method on EJB - get Connection aborted by Peer: socket write error
Posted By: Anonymous Posted On: Tuesday, May 22, 2001 12:41 PM