marcuspocus / hazelcast

Hazelcast is a dropin replacement for the Play! Framework cache. Hazelcast provide also some other services like Clustered Executors, Maps, AtomicNumbers, Topics, Queues, etc...
http://www.playframework.com/modules/hazelcast
22 stars 9 forks source link

Hibernate-hazalcast fix #4

Closed kalondar closed 12 years ago

kalondar commented 12 years ago

I fixed play-hazelcast module cooperation with hazelcast-hibernate in standalone app. I Updated DOCs with example of hibernate L3 cache configuration, and upgraded hazelcast to 1.9.4.4

Best regards Marcin Kacperek

marcuspocus commented 12 years ago

Thanks alot Marcin, your merge request is now merge into master, and released on play modules repository.

kalondar commented 12 years ago

Great :)

I have one question. I don't see my hibernate documentation update on playframework module site. Is it some additional steps necessary to update their docs site ?

marcuspocus commented 12 years ago

I didn't notice when merging your pull request, but documentation is in documentation/manual/home.textile. What i usualy do is simply copy the README.textile over.

Now it's done, i just didn't redeploy on play modules repository yet...

kalondar commented 12 years ago

Ups... I didn't know that I should copy README file. Good advise for a future :)

When you will redeploy play module, then correct first my mistake in README: I have written bad hazelcast module version number in hibernate example section. My version was 0.3, but you upgraded to 0.4.