Forgot some other things. First, I can see data in the stream - in the debugger, I see the full data get copied via arraycopy() when I put a breakpoint on that line. Its only when I reach the end of the stream do I then get this exception. So, I can see something looping on the read() - the first time through its OK, the second time into this read() method fails since the stream has reached EOF.
Second, my testing is a bit unusual - my client and server are both running in the same VM. I don't know if that matters, but I mention it just in case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951817#3951817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951817 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
