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:
parent
3f18c02c2e
commit
24cf5e4a46
|
@ -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}.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue