This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit d239faa52fa80eadc770bdede7334f57bb7a35e0
Author: zhengyangyong <yangyong.zh...@huawei.com>
AuthorDate: Mon Mar 19 15:22:17 2018 +0800

    SCB-413 fix pojo consumer sample bean xml
    
    Signed-off-by: zhengyangyong <yangyong.zh...@huawei.com>
---
 .../src/main/resources/META-INF/spring/pojo.consumer.bean.xml       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/samples/pojo-sample/pojo-consumer/src/main/resources/META-INF/spring/pojo.consumer.bean.xml
 
b/samples/pojo-sample/pojo-consumer/src/main/resources/META-INF/spring/pojo.consumer.bean.xml
index cb3ec79..b0b9b13 100644
--- 
a/samples/pojo-sample/pojo-consumer/src/main/resources/META-INF/spring/pojo.consumer.bean.xml
+++ 
b/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">
 
   <context:component-scan 
base-package="org.apache.servicecomb.samples.pojo.consumer"/>
 

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to