The problem is because The Configurator-class from EhCache can't find the resource: url = getClass().getResource(FAILSAFE_CLASSPATH_CONFIGURATION_FILE); so it looks for a file, which is also wrong because we added a ehcache.xml at the top of our jar file and there is no complaining the first time.
http://ehcache.sourceforge.net/clover/net/sf/ehcache/config/Configurator.html Why can't it find the resources the second time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917849#3917849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917849 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
