You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/05 03:24:21 UTC

[GitHub] dz005 opened a new pull request #2443: 修复Service Interface出现ClassNotFoundException的问题

dz005 opened a new pull request #2443: 修复Service Interface出现ClassNotFoundException的问题
URL: https://github.com/apache/incubator-dubbo/pull/2443
 
 
   用jarslink做的module隔离,dubbo调用时会抛ClassNotFoundException.经查是ClassLoader不一致。为了严谨,做此修改,以确保Service Interface和Invocation Interface采用同一个ClassLoader。
   
   ## What is the purpose of the change
   
   避免ClassNotFoundException,为了严谨,确保Service Interface和Invocation Interface采用同一个ClassLoader
   
   ## Brief changelog
   
   Service Interface 采用 Invocation Interface 的 ClassLoader 进行加载

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org