Skip to content

Instantly share code, notes, and snippets.

@heiko-braun
Last active October 28, 2015 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heiko-braun/acbe869eacbc6c1a61d3 to your computer and use it in GitHub Desktop.
Save heiko-braun/acbe869eacbc6c1a61d3 to your computer and use it in GitHub Desktop.
{
"address" => [("cache-container" => "ejb")],
"operation" => "add",
"aliases" => ["sfsb"],
"default-cache" => "dist"
}
{
"address" => [
("cache-container" => "ejb"),
("distributed-cache" => "dist")
],
"operation" => "add",
"l1-lifespan" => 0L,
"mode" => "ASYNC",
"owners" => 2
}
{
"address" => [
("cache-container" => "ejb"),
("distributed-cache" => "dist"),
("store" => "file")
],
"operation" => "add"
}
{
"address" => [
("cache-container" => "ejb"),
("distributed-cache" => "dist"),
("component" => "locking")
],
"operation" => "add",
"isolation" => "REPEATABLE_READ"
}
{
"address" => [
("cache-container" => "ejb"),
("distributed-cache" => "dist"),
("component" => "transaction")
],
"operation" => "add",
"mode" => "BATCH"
}
{
"address" => [
("cache-container" => "ejb"),
("transport" => "jgroups")
],
"operation" => "add",
"lock-timeout" => 60000L
}
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment