[ 
https://issues.apache.org/jira/browse/SCB-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404498#comment-16404498
 ] 

ASF GitHub Bot commented on SCB-413:
------------------------------------

WillemJiang commented on a change in pull request #612: [SCB-413] fix pojo 
consumer sample bean xml
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/612#discussion_r175358825
 
 

 ##########
 File path: 
samples/pojo-sample/pojo-consumer/src/main/resources/META-INF/spring/pojo.consumer.bean.xml
 ##########
 @@ -20,8 +20,10 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xmlns:cse="http://www.huawei.com/schema/paas/cse/rpc";
   xmlns:context="http://www.springframework.org/schema/context";
-  xsi:schemaLocation="http://www.springframework.org/schema/beans 
classpath:org/springframework/beans/factory/xml/spring-beans-3.0.xsd
-       http://www.huawei.com/schema/paas/cse/rpc 
classpath:META-INF/spring/spring-paas-cse-rpc.xsd">
+  xsi:schemaLocation="
+               http://www.springframework.org/schema/beans 
classpath:org/springframework/beans/factory/xml/spring-beans-3.0.xsd
+               http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context-3.0.xsd
+               http://www.huawei.com/schema/paas/cse/rpc 
classpath:META-INF/spring/spring-paas-cse-rpc.xsd">
 
 Review comment:
   It doesn't make scene that we have name space of paas/cse/rpc here.  

----------------------------------------------------------------
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:
[email protected]


> Pojo sample will be failed when running "mvn exec:java"
> -------------------------------------------------------
>
>                 Key: SCB-413
>                 URL: https://issues.apache.org/jira/browse/SCB-413
>             Project: Apache ServiceComb
>          Issue Type: Bug
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.0.0-m1
>            Reporter: yangyongzheng
>            Assignee: yangyongzheng
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m1
>
>
> "pojo.consumer.bean.xml" in pojo 
> sample,"http://www.springframework.org/schema/context"; is missing in 
> xsi:schemaLocation, this will make "mvn exec:java" failed



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

Reply via email to