--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To view this discussion on the web visit https://groups.google.com/d/msg/hazelcast/-/XyWZZRwftE0J.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
<bean id="hazelcast" class="com.hazelcast.core.Hazelcast" factory-method="init" destroy-method="shutdown">
<constructor-arg index="0" ref="navis-cache-config"/>
</bean>destroy-method="shutdown"3. Calling
will this work fine? We use lifecycles, so we have disabled the shutdown hook, and use the Hazelcast LifecycleService to shutdown hazelcast.
@mmdogan
To unsubscribe from this group, send email to hazelcast+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+unsubscribe@googlegroups.com.
If all your need for default HazelcastInstance is to use it as Hibernate L2 cache then try this ;
<hz:hibernate-region-factory id="regionFactory" instance-ref="hazelcast" />
<bean id="hibernateSessionFactory" class="org.springframework.orm.hibernate3.annotation. AnnotationSessionFactoryBean">
<property name="cacheRegionFactory" ref="regionFactory"/>
...
</bean>
To view this discussion on the web visit https://groups.google.com/d/msg/hazelcast/-/SOlFIahHr5kJ.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.