You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "liubao (Jira)" <ji...@apache.org> on 2019/12/05 08:28:00 UTC

[jira] [Created] (SCB-1649) RestTemplate result can use a different module than provider

liubao created SCB-1649:
---------------------------

             Summary: RestTemplate result can use a different module than provider
                 Key: SCB-1649
                 URL: https://issues.apache.org/jira/browse/SCB-1649
             Project: Apache ServiceComb
          Issue Type: New Feature
          Components: Java-Chassis
            Reporter: liubao
            Assignee: liubao
             Fix For: java-chassis-2.0.0


Following code should execute successfully with throw an exception.

```

responseModel = restTemplateInvoker
 .postForObject("cse://springmvc/springmvc/basic/postObject", responseModel, SpringmvcBasicResponseModel.class);
assert responseModel.getResultMessage() == "Hello World";

```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)