| Author |
Renamed "ehcache.xml" to "myehcache.xml" - Cannot find the declaration of element 'ehcache'
|
Sam Gehouse
Ranch Hand
Joined: Jul 21, 2003
Posts: 281
|
|
The code works successfully, as long as I keep the name of the default "ehcache.xml". I can load it using code:
However, if I change the name of "ehcache.xml" to "myehcache.xml", I get exception. I load the "myehcache.xml" as:
The "myehcache.xml" is in the src folder of the project.
If I do do, I get error as:
"myehcache.xml" is as:
As soon as I change the name of the "myehcache.xml" to "ehcache.xml", the code works.
Any suggestion will be appreciated.
|
 |
 |
|
|
subject: Renamed "ehcache.xml" to "myehcache.xml" - Cannot find the declaration of element 'ehcache'
|
|
|