You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/01/23 00:28:23 UTC

[GitHub] wujimin commented on a change in pull request #1070: [SCB-1126] springmvc project generated by ServiceComb scaffold can not run

wujimin commented on a change in pull request #1070: [SCB-1126] springmvc project generated by ServiceComb scaffold can not run
URL: https://github.com/apache/servicecomb-java-chassis/pull/1070#discussion_r250014734
 
 

 ##########
 File path: archetypes/business-service-springmvc/src/main/resources/archetype-resources/src/main/resources/META-INF/spring/provider.bean.xml
 ##########
 @@ -19,7 +19,9 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:context="http://www.springframework.org/schema/context"
-  xsi:schemaLocation="http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
+  xsi:schemaLocation="
+    http://www.springframework.org/schema/beans classpath:org/springframework/beans/factory/xml/spring-beans-3.0.xsd
 
 Review comment:
   do not bind to spring 3.0, any one of below is ok:
   1.change to http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
   2.just delete this file

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services