zzsoszz / ehcache-spring-annotations

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

Download with deps is missing spring-context-support jar #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the file ehcache-spring-annotations-1.2.0-dep.tar.gz 
2. Set up a Spring webapp following the instructions
3. On deploy the org.springframework.cache.ehcache.EhCacheManagerFactoryBean 
class is not found

What is the expected output? What do you see instead?
Expect it to work.  Adding the file spring-context-support-3.0.5.jar to the 
webapp classpath solves the problem - it should be included in the 
ehcache-spring-annotations-1.2.0-dep.tar.gz IMO.

What version of the product are you using? On what operating system?
1.2.0

Original issue reported on code.google.com by barron....@gmail.com on 30 Mar 2012 at 7:58