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 761f12a62d763536cd0a6cf408fd820cc99684a5
Author: zhengyangyong <yangyong.zh...@huawei.com>
AuthorDate: Mon Mar 19 20:22:11 2018 +0800

    SCB-413 clean useless paas/cse/rpc
    
    Signed-off-by: zhengyangyong <yangyong.zh...@huawei.com>
---
 .../src/main/resources/META-INF/spring/pojo.consumer.bean.xml  | 10 ++--------
 .../main/resources/META-INF/spring/springmvc.consumer.bean.xml | 10 ++--------
 2 files changed, 4 insertions(+), 16 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 b0b9b13..dfc350b 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
@@ -18,16 +18,10 @@
 
 <beans xmlns="http://www.springframework.org/schema/beans";
   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.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">
+  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";>
 
   <context:component-scan 
base-package="org.apache.servicecomb.samples.pojo.consumer"/>
 
-  <cse:rpc-reference id="hello" microservice-name="hello"
-    schema-id="hello" 
interface="org.apache.servicecomb.samples.common.schema.Hello"></cse:rpc-reference>
-
 </beans>
diff --git 
a/samples/springmvc-sample/springmvc-consumer/src/main/resources/META-INF/spring/springmvc.consumer.bean.xml
 
b/samples/springmvc-sample/springmvc-consumer/src/main/resources/META-INF/spring/springmvc.consumer.bean.xml
index a8fd647..188a1da 100644
--- 
a/samples/springmvc-sample/springmvc-consumer/src/main/resources/META-INF/spring/springmvc.consumer.bean.xml
+++ 
b/samples/springmvc-sample/springmvc-consumer/src/main/resources/META-INF/spring/springmvc.consumer.bean.xml
@@ -18,16 +18,10 @@
 
 <beans xmlns="http://www.springframework.org/schema/beans";
   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.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">
+  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";>
 
   <context:component-scan 
base-package="org.apache.servicecomb.samples.springmvc.consumer"/>
 
-  <cse:rpc-reference id="hello" microservice-name="hello"
-    schema-id="hello" 
interface="org.apache.servicecomb.samples.common.schema.Hello"></cse:rpc-reference>
-
 </beans>

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

Reply via email to