Skip to content

Instantly share code, notes, and snippets.

@lance
Created October 28, 2015 13:19
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 lance/6d780129a974f5c1b517 to your computer and use it in GitHub Desktop.
Save lance/6d780129a974f5c1b517 to your computer and use it in GitHub Desktop.
{
"address" => ("extension" => "org.jboss.as.clustering.infinispan"),
"operation" => "add"
}
{
"address" => [("subsystem" => "infinispan")],
"operation" => "add"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "server")
],
"operation" => "add",
"aliases" => [
"singleton",
"cluster"
],
"default-cache" => "default"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "server"),
("replicated-cache" => "default")
],
"operation" => "add",
"mode" => "SYNC"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "server"),
("replicated-cache" => "default"),
("component" => "transaction")
],
"operation" => "add",
"mode" => "BATCH"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "server"),
("transport" => "jgroups")
],
"operation" => "add",
"lock-timeout" => 60000L
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "web")
],
"operation" => "add",
"aliases" => [],
"default-cache" => "dist"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "web"),
("replicated-cache" => "default")
],
"operation" => "add",
"mode" => "SYNC"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "web"),
("replicated-cache" => "default"),
("component" => "transaction")
],
"operation" => "add",
"mode" => "BATCH"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "web"),
("transport" => "jgroups")
],
"operation" => "add",
"lock-timeout" => 60000L
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "ejb")
],
"operation" => "add",
"aliases" => ["sfsb"],
"default-cache" => "dist"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "ejb"),
("replicated-cache" => "default")
],
"operation" => "add",
"mode" => "SYNC"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "ejb"),
("replicated-cache" => "default"),
("component" => "transaction")
],
"operation" => "add",
"mode" => "BATCH"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "ejb"),
("transport" => "jgroups")
],
"operation" => "add",
"lock-timeout" => 60000L
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "hibernate")
],
"operation" => "add",
"aliases" => [],
"default-cache" => "local-query"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "hibernate"),
("replicated-cache" => "default")
],
"operation" => "add",
"mode" => "SYNC"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "hibernate"),
("replicated-cache" => "default"),
("component" => "transaction")
],
"operation" => "add",
"mode" => "BATCH"
}
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "hibernate"),
("transport" => "jgroups")
],
"operation" => "add",
"lock-timeout" => 60000L
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment