Hi Stephen,

Yeah, I just noticed this message - it's nothing.  There's a test in 
org.jboss.remoting.transport.bisocket.BisocketServerInvoker that's meant to 
bypass this message, but I wrote


  | if ("socket closed".equals(e.getMessage())
  | 

instead of


  | if ("Socket closed".equals(e.getMessage())
  | 


It will get fixed in the next release.  If you want to build your own 
jboss-remoting.jar, you should get the source from branch remoting_2_2_0_GA.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050618#4050618

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050618
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to