JoeXie opened a new issue #2165: Hessian2SerializerFactory 序列化问题 URL: https://github.com/apache/incubator-dubbo/issues/2165 有个奇怪的问题:我们使用spring+dubbo2.5.6版本最近发现,在服务重启后,远端调用dubbo provider接口,发现总出现 classcastexception 异常: com.alibaba.com.caucho.hessian.io.SerializerFactory.getDeserializer Hessian/Burlap: 'com.ba.org.MarketPlace' is an unknown class in null: 发现  此处的loader=null,dubbo在发现为null时候, 反序列化对象会使用默认的HashMap序列化对象,导致对象反序列化失败, 问题: 为什么此处的classloader为null ? 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
