Toggle archive validation for the deployment units. If it's not present it's considered true with default attributes. Toggle bean validation (JSR-303) for the deployment units. If it's not present it's considered true The default work manager and its thread pools A custom work manager definition and its thread pools A distributed work manager definition and its thread pools Definition of custom bootstrap contexts Specify whether archive validation is enabled. Default: true Should an archive validation error report fail the deployment. Default: true Should an archive validation warning report fail the deployment. Default: false Specify whether bean validation is enabled. Specifies the name of the work manager. Note, that custom work managers need to have a name defined. Specifies the name of the work manager. Note, that custom work managers need to have a name defined. Specifies the name of the bootstrap context. Specifies the name of the work manager to use for this context. When to distribute the work instance Supported policies - NEVER Never distribute the Work instance to another node. - ALWAYS Always distribute the Work instance to another node. - WATERMARK Distribute the Work instance to another node based on how many free worker threads the current node has available. Default is WATERMARK with a watermark of 0 To which work manager instance should the Work instance be distributed to Supported selectors - FIRST_AVAILABLE Select the first available node in the list - PING_TIME Select the node with the lowest ping time - MAX_FREE_THREADS Select the node with highest number of free worker threads Default is PING_TIME Define which JGroups stack will be used to distribute Work instances in the cluster. Default is udp Define the JGroups channel name that will be used to distribute Work instances in the cluster. Default is jca Define the request timeout for Work distribution in the cluster. It is expressed in milliseconds. Default is 10000 Name of the option to be set