spring-projects / spring-plugin

Apache License 2.0
444 stars 119 forks source link

/schema/plugin/spring-plugin.xsd is missing on http://www.springframework.org #16

Closed p-himik closed 9 years ago

p-himik commented 9 years ago

README has an example on how to include spring-plugin.xsd in context configuration files. However an attempt to access it on http://www.springframework.org/schema/plugin/spring-plugin.xsd yields HTTP 404 error.

tgkprog commented 9 years ago

Needs to be on your local class path. http://stackoverflow.com/questions/5875021/what-is-the-use-of-xsischemalocation might help. Look for the file on the spring site and keep resources folder. Should have been inside one of the spring jars

p-himik commented 9 years ago

Oh, yes, thanks. Seems that my IDE hadn't downloaded the jar right away when I've included the dependency.