You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "wujimin (JIRA)" <ji...@apache.org> on 2018/03/15 03:52:00 UTC

[jira] [Created] (SCB-402) normal invocation from(RPC or restTemplate) should use private classloader too.

wujimin created SCB-402:
---------------------------

             Summary: normal invocation from(RPC or restTemplate) should use private classloader too.
                 Key: SCB-402
                 URL: https://issues.apache.org/jira/browse/SCB-402
             Project: Apache ServiceComb
          Issue Type: Bug
          Components: Java-Chassis
            Reporter: wujimin
            Assignee: wujimin


if normal invocation use AppClassLoader and if some microservice share some model,

then edge invocation use private classloader, and then javassist can not find share model class

and infact, javassist SHOULD NOT find the share model, because in different version, maybe they are different.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)