Resource adapter deployer configuration properties

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3382

This topic has not yet been written. The content below is from the topic description.
Resource adapter deployer configuration Property Type Description ArchiveValidation boolean Toggle archive validation for the deployment units. Default: true ArchiveValidation?FailOnWarn boolean Should an archive validation warning report fail the deployment. Default: false ArchiveValidation?FailOnError boolean Should an archive validation error report fail the deployment. Default: true BeanValidation boolean Toggle bean validation (JSR-303) for the deployment units. Default: true DefaultBootstrap?Context org.jboss.jca.?core.api.bootstrap.?CloneableBootstrap?Context Specifies the default bootstrap context for resource adapters BootstrapContexts Map Bootstrap context map (unique name to a cloneable bootstrap context) which allows developers to bind (through jboss-ra.xml) their resource adapter to a specific bootstrap context instance. PrintStream java.io.PrintStream Specifies which print stream that should be used to handle the LogWriters MetadataRepository org.jboss.jca.?core.spi.mdr.?MetadataRepository The metadata repository ResourceAdapterRepository org.jboss.jca.?core.spi.rar.?ResourceAdapterRepository The metadata repository ScopeDeployment boolean Should each deployment be scoped (isolated) from the container. This feature allows deployment of libraries of a different version than used in the container environment. Default: false JndiStrategy org.jboss.jca.?core.spi.naming.?JndiStrategy Specifies the JNDI strategy policy for binding the connection factories into the naming environment The JNDI strategies are located in the org.jboss.jca.core.naming package NoopJndiStrategy: A no operation JNDI strategy which doesn't bind/unbind any objects SimpleJndiStrategy: A simple JNDI strategy which can bind/unbind a single connection factory ExplicitJndiStrategy: A JNDI strategy which can requires explicit JNDI names to bind/unbind a connection factory