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/14 05:46:55 UTC

[GitHub] beiwei30 edited a comment on issue #2471: There are several XML/XSD errors reported on dubbo-config-spring project.

beiwei30 edited a comment on issue #2471: There are several XML/XSD errors reported on dubbo-config-spring project.
URL: https://github.com/apache/incubator-dubbo/issues/2471#issuecomment-421237580
 
 
   @elmar-chen, good catch. 
   
   I tried to validate these files in Intellij Idea. I agree we should fix issue in web-fragment.xml since the value in `<name>` element is invalid.
   
   But for other files: dubbo.xsd, provider-nested-service.xml, annotation-consumer.xml, Intellij idea doesn't report any warning or error. 
   
   Intellij idea is smart enough to validate these files against the local schema, instead of requiring one explicit schema location specified. This behavior is consistent with runtime behavior since we provided  schema handler `spring.schemas` and namespace handler `spring.handlers` for spring framework.
   
   I think we can simply ignore other files, but fix web-fragment.xml only. What do you think?

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