There are two members because one is created by spring. Following bean definition creates a member ;
<hz:hazelcast id="hazelcast">
....
And other one is created explicitly in hazelcastCacheManager() method.
HazelcastCacheManager never creates its own member, it only uses the member injected via constructor or setter method.
You should either remove hazelcast bean definition or remove explicit HazelcastInstance creation in hazelcastCacheManager() method, and use only one of them.
@mmdogan
~Sent from mobile
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at http://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/5f78ea2c-7370-46ae-9991-66e1c1867537%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/c449e005-32d2-434d-8e62-c755efd464eb%40googlegroups.com.