Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 07c973bbf -> 805a4e81c
Fixing ehcache config file Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/805a4e81 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/805a4e81 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/805a4e81 Branch: refs/heads/2.7.x-fixes Commit: 805a4e81cd3267bd729dfced9c64d2163ce2d498 Parents: 07c973b Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Oct 6 12:08:07 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Oct 6 12:08:07 2014 +0100 ---------------------------------------------------------------------- .../org/apache/cxf/ws/security/cache/EHCacheManagerHolder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/805a4e81/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/EHCacheManagerHolder.java ---------------------------------------------------------------------- diff --git a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/EHCacheManagerHolder.java b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/EHCacheManagerHolder.java index df40b2c..4b15ae4 100644 --- a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/EHCacheManagerHolder.java +++ b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/EHCacheManagerHolder.java @@ -138,7 +138,7 @@ public final class EHCacheManagerHolder { } private static CacheManager findDefaultCacheManager(Bus bus) { - String defaultConfigFile = "cxf-ehcache.xml"; + String defaultConfigFile = "/cxf-ehcache.xml"; URL configFileURL = null; String busId = ""; if (bus != null) {
