[jboss-user] [Remoting] - Re: CSV data in socket connection.

tom.elrod@jboss.com do-not-reply at jboss.com
Wed Mar 14 14:43:04 EDT 2007


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



More information about the jboss-user mailing list