My first guess would be that remoting is trying to read off the first byte to get the remoting version of the client (which it does by default). To turn this off so that all the bytes, including the first, are read into the unmarshaller, can set a system property of 'jboss.remoting.pre_2_0_compatible' to false.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028112#4028112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028112 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
