You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/11 05:15:55 UTC

[GitHub] zonghaishang commented on a change in pull request #2470: fix some xsd error

zonghaishang commented on a change in pull request #2470: fix some xsd error
URL: https://github.com/apache/incubator-dubbo/pull/2470#discussion_r216547515
 
 

 ##########
 File path: dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd
 ##########
 @@ -6,7 +6,7 @@
             targetNamespace="http://dubbo.apache.org/schema/dubbo">
 
     <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
-    <xsd:import namespace="http://www.springframework.org/schema/beans"/>
+    <xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-4.3.xsd"/>
 
 Review comment:
   Please change `http://www.springframework.org/schema/beans/spring-beans-4.3.xsd` to `http://www.springframework.org/schema/beans/spring-beans.xsd`

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org