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 Toggle Tracer for the deployment units. If it's not present it's considered false 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. Specify whether tracer is enabled. Thread pool for short running jobs. Long running jobs are identified by the HintsContext.LONGRUNNING_HINT with a value of true. Thread pool for long running jobs. Long running jobs are identified by the HintsContext.LONGRUNNING_HINT with a value of true. Thread pool for short running jobs. Long running jobs are identified by the HintsContext.LONGRUNNING_HINT with a value of true. Thread pool for long running jobs. Long running jobs are identified by the HintsContext.LONGRUNNING_HINT with a value of true. Specifies the name of the work manager. Thread pool for short running jobs. Long running jobs are identified by the HintsContext.LONGRUNNING_HINT with a value of true. Thread pool for long running jobs. Long running jobs are identified by the HintsContext.LONGRUNNING_HINT with a value of true. Specifies the name of the work manager. Note, that custom work managers need to have a name defined. This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped. The bootstrap context contains references to useful facilities that could be used by the resource adapter instance. Specifies the name of the bootstrap context. Specifies the name of the work manager to use for this context. Enable/disable debug information logging Enable/disable error information logging Do not cache unknown connections 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 Name of the option to be set