Define our own jgroups stacks

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14225 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2007-12-07 16:34:15 +00:00
parent 3f18c02c2e
commit 24cf5e4a46
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class MultiplexingCacheInstanceManager implements CacheInstanceManager {
* Thus, leaving this value at default means using the default protocol
* stack configs provided by JGroups.
*/
public static final String DEF_MULTIPLEXER_RESOURCE = "stacks.xml";
public static final String DEF_MULTIPLEXER_RESOURCE = "org/hibernate/cache/jbc2/builder/jgroups-stacks.xml";
/**
* Default value for {@link #ENTITY_CACHE_RESOURCE_PROP}.
*/