Hi,
I am using hazelcast for hibernate 2nd cache level.
I use HazelcastCacheRegionFactory in hibernate.cache.region.factory_class property for AnnotationSessionFactoryBean of spring. (Spring 3.1.4, Hibernate 3.6.10.Final and hazelcast 3.0.2).
with my hazelcast.xml file like this:
Everything is fine for me and I can see in the log:
Oct 03, 2013 6:08:33 PM com.hazelcast.cluster.MulticastJoiner
INFO: [172.16.8.115]:5703 [hazelcastNameTestEnvironment]
Members [1] {
Member [172.16.8.115]:5701 this
}
BUT
if my hazelcast.xml file is (without the <network> tag):
I have in the log:
Oct 03, 2013 6:05:01 PM com.hazelcast.instance.Node
WARNING: [172.16.8.115]:5701 [hazelcastNameTestEnvironment] No join method is enabled! Starting standalone.
So I think both xml configuration should be similar because in MulticastConfig class, enabled variable is by default at true.
Am I doing something wrong, do you have any ideas ?
Thanks for your help.
Regards
Clément.