-
[DEBUG] [2018-07-12 14:58:45,030] [http-nio-9306-exec-7] org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254): Returning cached instance of singleton b…
-
#1232
It is just supported Hessian2, imcomplete in hessian1.
Example: https://github.com/apache/incubator-dubbo/blob/3d4f2fcdbbc327c2dac872962f65b2f011c7d247/hessian-lite/src/test/java/com/alibab…
-
char[] type parameter support issues.
Use Dubbo version: V2.6.2 (consumer and provider versions are the same)
Use Protocol: dubbo
Use Serialize: hessian2
Consumer debug information:
![image…
-
Add unit test to the modules:
dubbo-serialization/dubbo-serialization-hessian2
dubbo-serialization/dubbo-serialization-jdk
dubbo-serialization/dubbo-serialization-kryo
-
```
java.lang.NullPointerException: null
at sun.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruct…
-
1. provider和consumer都设置-Ddubbo.service.shutdown.wait=120000。
2. 同样的配置用jetty就没问题,用tomcat就出现了以下问题。
3. 请帮忙看下,不胜感激。
provider日志:
service--进入--b
[ztyq_test-service] [2018-03-16 15:54:00:904] [INFO] - …
-
Pojo中存在orm注解时,如@Entity,@Table,@GenericGenerato,@Id,@GeneratedValue,@Column等,会导致deserialization失败,后台堆栈:
```
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'c…
-
采用如下配置
provider定义的返回对象放至在jar包里,由consumer引用,当jar包中的返回对象新增属性,而consumer没有更新jar包引用时,consumer接收到的返回对象会是null
能否有兼容方案,使得返回信息只是缺少新增字段,而不是返回null
-
你好,想问下请问2.5.6这个版本的dubbo序列化支持kryo吗?还是说未改变,还是默认的hessian2
-
dubbox以前遗留的老问题,一个模型存在List这类变量在调用过程中出现调用失败的情况,必须使用数组传输才行
比如:List 改成 String[],否则调用会报一下错误
![0c71a29a-dc6d-43c4-ae93-0bbbbbff9981](https://user-images.githubusercontent.com/35672310/37629234-99c32216-2c…