Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ejb-multi-server/install-domain.cli
Original file line number Diff line number Diff line change
Expand Up @@ -114,24 +114,24 @@ batch
/profile=default-web/subsystem="io"/worker="default":add()

/profile=default-web/subsystem="infinispan":add()
/profile=default-web/subsystem="infinispan"/cache-container="server":add(default-cache="default",modules=["org.wildfly.clustering.server"])
/profile=default-web/subsystem="infinispan"/cache-container="server":add(default-cache="default",modules=["org.wildfly.clustering.server"],marshaller="PROTOSTREAM")
/profile=default-web/subsystem="infinispan"/cache-container="server"/local-cache="default":add()
/profile=default-web/subsystem="infinispan"/cache-container="server"/local-cache="default"/component=transaction:add(mode="BATCH")
/profile=default-web/subsystem="infinispan"/cache-container="web":add(default-cache="passivation",modules=["org.wildfly.clustering.web.infinispan"])
/profile=default-web/subsystem="infinispan"/cache-container="web":add(default-cache="passivation",modules=["org.wildfly.clustering.web.infinispan"],marshaller="PROTOSTREAM")
/profile=default-web/subsystem="infinispan"/cache-container="web"/local-cache="passivation":add()
/profile=default-web/subsystem="infinispan"/cache-container="web"/local-cache="passivation"/store=file:add(passivation="true",purge="false")
/profile=default-web/subsystem="infinispan"/cache-container="web"/local-cache="passivation"/component=transaction:add(mode="BATCH")
/profile=default-web/subsystem="infinispan"/cache-container="web"/local-cache="persistent":add()
/profile=default-web/subsystem="infinispan"/cache-container="web"/local-cache="persistent"/store=file:add(passivation="false",purge="false")
/profile=default-web/subsystem="infinispan"/cache-container="web"/local-cache="persistent"/component=transaction:add(mode="BATCH")
/profile=default-web/subsystem="infinispan"/cache-container="ejb":add(aliases=["sfsb"],default-cache="passivation",modules=["org.wildfly.clustering.ejb.infinispan"])
/profile=default-web/subsystem="infinispan"/cache-container="ejb":add(aliases=["sfsb"],default-cache="passivation",modules=["org.wildfly.clustering.ejb.infinispan"],marshaller="PROTOSTREAM")
/profile=default-web/subsystem="infinispan"/cache-container="ejb"/local-cache="passivation":add()
/profile=default-web/subsystem="infinispan"/cache-container="ejb"/local-cache="passivation"/store=file:add(passivation="true",purge="false")
/profile=default-web/subsystem="infinispan"/cache-container="ejb"/local-cache="passivation"/component=transaction:add(mode="BATCH")
/profile=default-web/subsystem="infinispan"/cache-container="ejb"/local-cache="persistent":add()
/profile=default-web/subsystem="infinispan"/cache-container="ejb"/local-cache="persistent"/store=file:add(passivation="false",purge="false")
/profile=default-web/subsystem="infinispan"/cache-container="ejb"/local-cache="persistent"/component=transaction:add(mode="BATCH")
/profile=default-web/subsystem="infinispan"/cache-container="hibernate":add(default-cache="local-query",modules=["org.hibernate"])
/profile=default-web/subsystem="infinispan"/cache-container="hibernate":add(default-cache="local-query",modules=["org.hibernate"],marshaller="JBOSS")
/profile=default-web/subsystem="infinispan"/cache-container="hibernate"/local-cache="entity":add()
/profile=default-web/subsystem="infinispan"/cache-container="hibernate"/local-cache="entity"/memory=heap:add(size=10000, size-unit=ENTRIES)
/profile=default-web/subsystem="infinispan"/cache-container="hibernate"/local-cache="entity"/component=expiration:add(max-idle="100000")
Expand Down
Loading