-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo版本的demo,升级spring到5.0后出现inventoryService报空的问题 #21
Comments
是dubbo 的demo 吗? 把 升级的jar 包maven 发一下 |
|
@yu199195 改的是 根路径下的那个pom.xml |
@yu199195 是dubbo的demo |
let me try |
升级dubbo 的版本是没有任何问题的,mythTransactionContext 是通过dubbo 的rpc 传参数获得。 |
是的,我这里是把spring-boot的版本升级到2.0.2.RELEASE了的。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为了适应现有项目,我讲dubbo升级到2.8.2,spring升级到5.0.7.RELEASE。然后大致在com.github.myth.core.service.handler.ActorMythTransactionHandler#handler中,执行demo到协调inventoryService的事务时,mythTransactionContext为null,导致消息没有发送出去。
The text was updated successfully, but these errors were encountered: