Closed GoogleCodeExporter closed 9 years ago
Forgot to mention this, but as a side effect, the referenced CacheManager name
is not looked up. E.g.: <ehcache:annotation-driven cache-manager="myManager" />
will still search for cacheManager instead of myManager bean.
The following is a snippet from the 1.1 xsd file:
<tool:annotation kind="ref">
<tool:expected-type type="net.sf.ehcache.CacheManager"/>
</tool:annotation>
These elements are also available in the spring-tool-2.0.xsd and
spring-tool-2.5.xsd files. Is it really necessary to use the 3.0 xsd file?
Original comment by timmy.st...@gmail.com
on 6 Jul 2010 at 2:23
Thanks for the report. We'll switch to the 2.5 xsd and get a 1.1.2 release out
soon.
Original comment by eric.dalquist
on 6 Jul 2010 at 3:14
Original comment by eric.dalquist
on 6 Jul 2010 at 3:27
Thanks a lot for the quick release! As expected, the stacktrace is gone at
deployment time.
Original comment by timmy.st...@gmail.com
on 7 Jul 2010 at 6:48
Great, thanks for the verification as well.
Original comment by eric.dalquist
on 7 Jul 2010 at 1:45
Original issue reported on code.google.com by
timmy.st...@gmail.com
on 6 Jul 2010 at 1:02