qianjava / ehcache-spring-annotations

Automatically exported from code.google.com/p/ehcache-spring-annotations
0 stars 0 forks source link

Cannt find XSD for 1.1 #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

i cann't find the xsd for the 1.1 version in my spring configuration.

I am using the maven deb:

<groupId>com.googlecode.ehcache-spring-annotations</groupId>
artifactId>ehcache-spring-annotations</artifactId>
<version>1.1.0-RC1</version>

the version 1.0 is found. what did i have to do to make it working?

this is a realy nice project thanks a lot.

best regards

meleagros

Original issue reported on code.google.com by meleagro...@googlemail.com on 2 Jun 2010 at 5:17

GoogleCodeExporter commented 8 years ago
We don't publish the XSD until the final release as there may be changes. The 
library
should work without it published as it is included in the JAR and Spring looks 
it up
there.

For reference the 1.1.0-RC1 XSD is here:
http://ehcache-spring-annotations.googlecode.com/svn/tags/ehcache-spring-annotat
ions-1.1.0-RC1/src/main/resources/com/googlecode/ehcache/annotations/ehcache-spr
ing-1.1.xsd

Original comment by eric.dalquist on 2 Jun 2010 at 5:26