Using Hibernate3.1
I'm running a cactus test that is using Hibernate. I'm getting the following error when the cactus test is at the end and trying to shut down. Anyone have any ideas on what's going on?
Code:
[exec] [2006-02-02 09:49:24,327] - Hook - WARN - cache.ReadOnlyCache.dest
roy(ReadOnlyCache.java:84) - - could not destroy cache
[exec] org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: C
annot configure CacheManager: null
[exec] at org.hibernate.cache.EhCache.destroy(EhCache.java:212)
[exec] at org.hibernate.cache.ReadOnlyCache.destroy(ReadOnlyCache.java:
81)
[exec] at org.hibernate.impl.SessionFactoryImpl.close(SessionFactoryImp
l.java:734)
Thanks.