| Author |
Spring ,Hibernate & ehcache
|
Thillakan Saba
Ranch Hand
Joined: May 15, 2007
Posts: 53
|
|
I have got following warning when the application start up.
I found encache code in following url ..
ConfigurationFactory Code
what i understood from above code.
It is trying to load ehcache.xml but could not find the file so then it loads ehcache-failsafe.xml.
I want to know does this cause any problem to application ?
Any input on this greatly appreciated.
Thanks
|
SCBCD, SCJP & MCP
HowToAskQuestions
|
 |
Guillaume Jourdan
Ranch Hand
Joined: Jul 24, 2012
Posts: 47
|
|
Hello,
http://ehcache.org/documentation/configuration/configuration#ehcache-failsafexml
First, EHCache search your configuration : ehcache.xml.
If EHCache can't find it, a warning is sended and use default configuration in ehcache-failsafexml.
If you use second level cache with default cache, it will take the default cache value in ehcache-failsafexml.
If you use second level cache with specific named cache, I think you will have some problems.
|
 |
 |
|
|
subject: Spring ,Hibernate & ehcache
|
|
|