We are using the echache with hibernate and spring. We were able to run the application tests successfull but we are getting the following warnings. Due to this the perfrmance of the application is low.
[exec] 15:59:06,421 WARN [Configurator] No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/<server location>/jboss/server/default/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
We are deplyoying the application in jboss server. We tried placing the ehcache.xml in WEB-INF\classes, WEB-INF\lib folder as well as in \jboss\server\default\lib and ear root.
We are running the tests as cactus tests. When the tests are executed we are getting the above problem. The ehcache-1.1.jar is also placed in \jboss\server\default\lib and also as part of the ear.
Please suggest a solution where to keep the jar and configuration files.
Thanks in advance.
Omkar
|