Skip to content

tomitribe/hazelcast-tomee-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hazelcast-tomee-poc

Hazelcast prototype to implement stateful clustering

Here is the expected configuration (tomee.xml format):

<Container id="statefuls" type="STATEFUL">
    cache = org.superbiz.hazelcast.HazelcastCache
    lockFactory = org.superbiz.hazelcast.HazelcastLockFactory

    # optional but otherwise it will prevent statefuls with extended EM to be distributed
    # Side note: this is maybe not a good idea
    preventExtendedEntityManagerSerialization = false
</Container>

About

Hazelcast prototype to implement stateful clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages