hazelcast icon indicating copy to clipboard operation
hazelcast copied to clipboard

Hazelcast is a dropin replacement for the Play! Framework cache. Hazelcast provide also some other services like Clustered Executors, Maps, AtomicNumbers, Topics, Queues, etc...

Results 5 hazelcast issues
Sort by recently updated
recently updated
newest added

Fixed problem running hazelcast module running in precompiled mode. References: https://github.com/payara/Payara/issues/1093 http://stackoverflow.com/questions/26033192/com-hazelcast-nio-serialization-hazelcastserializationexception

I see that you have a "test" folder in here. How do you run these tests? If this module is used in application code, how do you manage to run...

I got this in hazelcast console output ``` Aug 16, 2012 8:16:21 PM com.hazelcast.impl.PartitionManager INFO: [127.0.0.1]:6701 [dev] Re-partitioning cluster data... Immediate-Tasks: 271, Scheduled-Tasks: 0 Aug 16, 2012 8:16:22 PM com.hazelcast.impl.PartitionManager...

Sameas with play-camel plugin it dumps everything to stdout. Output messes up terminal when it's not needed. And lost when it's needed.

Getting these errors after adding this module: ``` Oops: NoSuchMethodError An unexpected error occured caused by exception NoSuchMethodError: org.hibernate.cfg.Configuration.addAnnotatedClass(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration; ``` It looks like module is pulling in hibernate 3.5 while...