mislay 发表于 2013-2-4 20:24:27

hessian3.2.1的一个问题

      hessian3.2.1工作在2.0-2.5.6spring下会出现问题哦。如果你遇到expected string at 0x6d这个错误信息那么看看这段话吧.不能百度啊,还是谷歌强些.搞了我一晚
 
Message: 2Date: Tue, 10 Feb 2009 09:50:18 -0800From: Scott Ferguson <ferg@caucho.com>Subject: Re: hessian 3.2.1: Does Hessian2Inputsupport hessian-1 input?To: Discussion of the Hessian protocol <hessian-interest@caucho.com>Message-ID: <D3DD4666-1F0E-41FA-BDCA-AAFD880F0FF8@caucho.com>Content-Type: text/plain; charset="us-ascii"On Feb 9, 2009, at 11:23 PM, Ho.Tri.Bao wrote:> Hello,>> It seems to me that Hessian2Input in hessian 3.2.1 does not> understand hessian 1 protocol whereas it did understand in hessian> 3.1.2 -> 3.1.6. When I use hessian 3.2.1 in Sping framework, I> always get the following exception>> com.caucho.hessian.io.HessianProtocolException: expected string at> 0x6d>> Is it a bug or a feature?Feature. The initial 3 bytes indicates the protocol and version. Theserver needs to decode those three bytes and select the proper protocol.Clients which need to support Hessian 1.0 servers should send "c \x02\x00" and use Hessian 1.0 encoding. Clients which know the server isHessian 2.0 should send "H \x02 \x00".-- Scott  
 
      原文在:http://forum.springframework.org/showthread.php?t=66876 
页: [1]
查看完整版本: hessian3.2.1的一个问题