resourceAdapter - Resource Adapter (resourceAdapter)

Defines a resource adapter installation.

NameTypeDefaultDescription
idstringA unique configuration ID.
locationA file, directory or url.Defines the path of the RAR file to install.
typestringType of application archive.
context-rootstringContext root of an application.
autoStartbooleanConfigures whether a resource adapter starts automatically upon deployment of the resource adapter or lazily upon injection or lookup of a resource.

customize

Customizes the configuration properties element for the activation specification, administered object, or connection factory with the specified interface and/or implementation class.

NameTypeDefaultDescription
implementationstringFully qualified implementation class name for which the configuration properties element should be customized.
interfacestringFully qualified interface class name for which the configuration properties element should be customized.
suffixstringOverrides the default suffix for the configuration properties element. For example, "CustomConnectionFactory" in properties.rarModule1.CustomConnectionFactory. The suffix is useful to disambiguate when multiple types of connection factories, administered objects, or endpoint activations are provided by a resource adapter. If a configuration properties element customization omits the suffix or leaves it blank, no suffix is used.

application-ext

Defines properties to extend applications.

NameTypeDefaultDescription
shared-session-contextbooleanIndicates whether the session context is shared between modules.

classloader

Defines the settings for an application classloader.

NameTypeDefaultDescription
delegation
  • parentFirst
  • parentLast
parentFirstControls whether parent classloader is used before or after this classloader. If parent first is selected then delegate to immediate parent before searching the classpath. If parent last is selected then search the classpath before delegating to the immediate parent.
parentFirst
Parent first
parentLast
Parent last
privateLibraryRefList of references to top level library elements (comma-separated string).List of library references. Library class instances are unique to this classloader, independent of class instances from other classloaders.
commonLibraryRefList of references to top level library elements (comma-separated string).List of library references. Library class instances are shared with other classloaders.
classProviderRefList of references to top level resourceAdapter elements (comma-separated string).List of class provider references. When searching for classes or resources, this class loader will delegate to the specified class providers after searching its own class path.
apiTypeVisibilitystringspec,ibm-api,apiThe types of API package this class loader will be able to see, as a comma-separated list of any combination of the following: spec, ibm-api, api, third-party.

classloader > privateLibrary

List of library references. Library class instances are unique to this classloader, independent of class instances from other classloaders.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of shared library for administrators
descriptionstringDescription of shared library for administrators
filesetRefList of references to top level fileset elements (comma-separated string).Id of referenced Fileset
apiTypeVisibilitystringspec,ibm-api,apiThe types of API package this library's class loader will be able to see, as a comma-separated list of any combination of the following: spec, ibm-api, api, third-party.

classloader > privateLibrary > fileset

Id of referenced Fileset

NameTypeDefaultDescription
idstringA unique configuration ID.
dirPath to a directory${server.config.dir}The base directory to search for files.
caseSensitivebooleantrueBoolean to indicate whether or not the search should be case sensitive (default: true).
includesstring*The comma or space separated list of file name patterns to include in the search results (default: *).
excludesstringThe comma or space separated list of file name patterns to exclude from the search results, by default no files are excluded.
scanIntervalA period of time with millisecond precision0Scanning interval to check the fileset for changes as a long with a time unit suffix h-hour, m-minute, s-second, ms-millisecond (e.g. 2ms or 5s). Disabled (scanInterval=0) by default. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.

classloader > privateLibrary > folder

Id of referenced folder

NameTypeDefaultDescription
idstringA unique configuration ID.
dirPath to a directoryDirectory or folder to be included in the library classpath for locating resource files

classloader > privateLibrary > file

Id of referenced File

NameTypeDefaultDescription
idstringA unique configuration ID.
namePath to a fileFully qualified filename

classloader > commonLibrary

List of library references. Library class instances are shared with other classloaders.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of shared library for administrators
descriptionstringDescription of shared library for administrators
filesetRefList of references to top level fileset elements (comma-separated string).Id of referenced Fileset
apiTypeVisibilitystringspec,ibm-api,apiThe types of API package this library's class loader will be able to see, as a comma-separated list of any combination of the following: spec, ibm-api, api, third-party.

classloader > commonLibrary > fileset

Id of referenced Fileset

NameTypeDefaultDescription
idstringA unique configuration ID.
dirPath to a directory${server.config.dir}The base directory to search for files.
caseSensitivebooleantrueBoolean to indicate whether or not the search should be case sensitive (default: true).
includesstring*The comma or space separated list of file name patterns to include in the search results (default: *).
excludesstringThe comma or space separated list of file name patterns to exclude from the search results, by default no files are excluded.
scanIntervalA period of time with millisecond precision0Scanning interval to check the fileset for changes as a long with a time unit suffix h-hour, m-minute, s-second, ms-millisecond (e.g. 2ms or 5s). Disabled (scanInterval=0) by default. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.

classloader > commonLibrary > folder

Id of referenced folder

NameTypeDefaultDescription
idstringA unique configuration ID.
dirPath to a directoryDirectory or folder to be included in the library classpath for locating resource files

classloader > commonLibrary > file

Id of referenced File

NameTypeDefaultDescription
idstringA unique configuration ID.
namePath to a fileFully qualified filename

application-bnd

Defines properties that apply to application bindings.

application-bnd > ejb-ref

Specifies the binding for an EJB Reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

application-bnd > resource-ref

Specifies the binding for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

application-bnd > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

application-bnd > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

application-bnd > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

application-bnd > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

application-bnd > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

application-bnd > message-destination-ref

Specifies the binding for a message destination reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

application-bnd > data-source

Specifies the binding for a data source.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

application-bnd > env-entry

Specifies the binding for an environment entry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.

application-bnd > security-role

A role that is mapped to users and groups in a domain user registry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for a security role.

application-bnd > security-role > user

The user for a security role.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the subject.
access-idstringThe access ID for a subject.

application-bnd > security-role > group

The group for a security role.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the subject.
access-idstringThe access ID for a subject.

application-bnd > security-role > special-subject

Name of a special subject possessing a security role.

NameTypeDefaultDescription
idstringA unique configuration ID.
type
  • EVERYONE
  • ALL_AUTHENTICATED_USERS
One of the following special subject types: ALL_AUTHENTICATED_USERS, EVERYONE.
EVERYONE
EVERYONE
ALL_AUTHENTICATED_USERS
ALL_AUTHENTICATED_USERS

application-bnd > security-role > run-as

ID and password of a user that is required to access a bean from another bean.

NameTypeDefaultDescription
useridstringID of a user required to access a bean from another bean.
passwordReversably encoded password (string)Password of a user required to access a bean from another bean. The value can be stored in clear text or encoded form. To encode the password, use the securityUtility tool with the encode option.

application-client-bnd

Defines properties that apply to application clients.

application-client-bnd > ejb-ref

EJB References in an application client.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

application-client-bnd > resource-ref

Resource references in an application client.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

application-client-bnd > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

application-client-bnd > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

application-client-bnd > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

application-client-bnd > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

application-client-bnd > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

application-client-bnd > message-destination-ref

Message destination reference in an application client.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

application-client-bnd > data-source

Defines a data source for an application client.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

application-client-bnd > env-entry

Defines an environment entry for an application client.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.

web-bnd

Specifies binding properties for a web application.

NameTypeDefaultDescription
moduleNamestringThe module name specifies the individual module that the binding or extension configuration applies to.

web-bnd > ejb-ref

Specifies the binding for an EJB Reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

web-bnd > resource-ref

Specifies the binding for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

web-bnd > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

web-bnd > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

web-bnd > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

web-bnd > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

web-bnd > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

web-bnd > message-destination-ref

Specifies the binding for a message destination reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

web-bnd > data-source

Specifies the binding for a data source.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

web-bnd > env-entry

Specifies the binding for an environment entry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.

web-bnd > virtual-host

Specifies the virtual host that is used for the web application.

NameTypeDefaultDescription
namestringThe name for the virtual host

ejb-jar-ext

Extension properties for EJB applications.

NameTypeDefaultDescription
moduleNamestringThe module name specifies the individual module that the binding or extension configuration applies to.

ejb-jar-ext > session

Extension properties for session beans.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the enterprise bean.

ejb-jar-ext > session > bean-cache

Cache settings for an EJB.

NameTypeDefaultDescription
activation-policy
  • ONCE
  • TRANSACTION
Specifies the point at which an EJB is placed in the cache.
ONCE
ONCE
TRANSACTION
TRANSACTION

ejb-jar-ext > session > local-transaction

Specifies local transactions for this enterprise bean.

NameTypeDefaultDescription
resolver
  • APPLICATION
  • CONTAINER_AT_BOUNDARY
Defines a resolver for the local transaction. The value can be either APPLICATION or CONTAINER_AT_BOUNDARY.
APPLICATION
APPLICATION
CONTAINER_AT_BOUNDARY
CONTAINER_AT_BOUNDARY
unresolved-action
  • COMMIT
  • ROLLBACK
Defines the behavor for unresolved actions. The value can be either ROLLBACK or COMMIT.
COMMIT
COMMIT
ROLLBACK
ROLLBACK
shareablebooleanfalseDefines whether the local transaction is shareable.

ejb-jar-ext > session > global-transaction

Specifies global transactions for this enterprise bean.

NameTypeDefaultDescription
send-wsat-contextbooleanfalseDetermines whether to send the web services atomic transaction on outgoing requests.
transaction-time-outint0Specifies the timeout for the global transaction.

ejb-jar-ext > session > resource-ref

Specifies resource references for this enterprise bean.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
isolation-level
  • TRANSACTION_REPEATABLE_READ
  • TRANSACTION_READ_COMMITTED
  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • TRANSACTION_NONE
Defines the transaction isolation level.
TRANSACTION_REPEATABLE_READ
TRANSACTION_REPEATABLE_READ
TRANSACTION_READ_COMMITTED
TRANSACTION_READ_COMMITTED
TRANSACTION_READ_UNCOMMITTED
TRANSACTION_READ_UNCOMMITTED
TRANSACTION_SERIALIZABLE
TRANSACTION_SERIALIZABLE
TRANSACTION_NONE
TRANSACTION_NONE
commit-priorityint0Defines the commit priority for the resource reference.
branch-coupling
  • LOOSE
  • TIGHT
Specifies whether loose or tight coupling is used.
LOOSE
LOOSE
TIGHT
TIGHT

ejb-jar-ext > session > start-at-app-start

Controls whether the bean starts at application start.

NameTypeDefaultDescription
valuebooleanfalseThe value of the start at application start property.

ejb-jar-ext > session > time-out

Specifies a time out value for the session bean.

NameTypeDefaultDescription
valueA period of time with second precision0The value for the time out. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds.

ejb-jar-ext > message-driven

Extension properties for message driven beans.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the enterprise bean.

ejb-jar-ext > message-driven > bean-cache

Cache settings for an EJB.

NameTypeDefaultDescription
activation-policy
  • ONCE
  • TRANSACTION
Specifies the point at which an EJB is placed in the cache.
ONCE
ONCE
TRANSACTION
TRANSACTION

ejb-jar-ext > message-driven > local-transaction

Specifies local transactions for this enterprise bean.

NameTypeDefaultDescription
resolver
  • APPLICATION
  • CONTAINER_AT_BOUNDARY
Defines a resolver for the local transaction. The value can be either APPLICATION or CONTAINER_AT_BOUNDARY.
APPLICATION
APPLICATION
CONTAINER_AT_BOUNDARY
CONTAINER_AT_BOUNDARY
unresolved-action
  • COMMIT
  • ROLLBACK
Defines the behavor for unresolved actions. The value can be either ROLLBACK or COMMIT.
COMMIT
COMMIT
ROLLBACK
ROLLBACK
shareablebooleanfalseDefines whether the local transaction is shareable.

ejb-jar-ext > message-driven > global-transaction

Specifies global transactions for this enterprise bean.

NameTypeDefaultDescription
send-wsat-contextbooleanfalseDetermines whether to send the web services atomic transaction on outgoing requests.
transaction-time-outint0Specifies the timeout for the global transaction.

ejb-jar-ext > message-driven > resource-ref

Specifies resource references for this enterprise bean.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
isolation-level
  • TRANSACTION_REPEATABLE_READ
  • TRANSACTION_READ_COMMITTED
  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • TRANSACTION_NONE
Defines the transaction isolation level.
TRANSACTION_REPEATABLE_READ
TRANSACTION_REPEATABLE_READ
TRANSACTION_READ_COMMITTED
TRANSACTION_READ_COMMITTED
TRANSACTION_READ_UNCOMMITTED
TRANSACTION_READ_UNCOMMITTED
TRANSACTION_SERIALIZABLE
TRANSACTION_SERIALIZABLE
TRANSACTION_NONE
TRANSACTION_NONE
commit-priorityint0Defines the commit priority for the resource reference.
branch-coupling
  • LOOSE
  • TIGHT
Specifies whether loose or tight coupling is used.
LOOSE
LOOSE
TIGHT
TIGHT

ejb-jar-ext > message-driven > start-at-app-start

Controls whether the bean starts at application start.

NameTypeDefaultDescription
valuebooleanfalseThe value of the start at application start property.

web-ext

Extension properties for web applications.

NameTypeDefaultDescription
moduleNamestringThe module name specifies the individual module that the binding or extension configuration applies to.
default-error-pagestringSpecifies a page to be used as the default error page for a web application.
context-rootstringDefines the context root for a web application.
autoload-filtersbooleanDetermines whether filters are loaded automatially.
auto-encode-requestsbooleanDetermines whether requests are automatically encoded.
auto-encode-responsesbooleanDetermines whether responses are automatically encoded.
enable-directory-browsingbooleanSpecifies whether directory browsing is enabled for this web application.
enable-file-servingbooleanSpecifies whether file serving is enabled for this web application.
pre-compile-jspsbooleanSpecifies whether JSP pages are compiled when the web application starts.
enable-serving-servlets-by-class-namebooleanEnables serving servlets by classname.

web-ext > file-serving-attribute

Specifies whether the web application allows files to be served.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe attribute name.
valuestringThe attribute value.

web-ext > invoker-attribute

Specifies attributes for an invoker.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe attribute name.
valuestringThe attribute value.

web-ext > jsp-attribute

Specifies attributes that affect JSP behavior.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe attribute name.
valuestringThe attribute value.

web-ext > mime-filter

Properties for a MIME filter.

NameTypeDefaultDescription
idstringA unique configuration ID.
targetstringThe target for the mime filter.
mime-typestringThe type for the mime filter.

web-ext > resource-ref

Properties for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
isolation-level
  • TRANSACTION_REPEATABLE_READ
  • TRANSACTION_READ_COMMITTED
  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • TRANSACTION_NONE
Defines the transaction isolation level.
TRANSACTION_REPEATABLE_READ
TRANSACTION_REPEATABLE_READ
TRANSACTION_READ_COMMITTED
TRANSACTION_READ_COMMITTED
TRANSACTION_READ_UNCOMMITTED
TRANSACTION_READ_UNCOMMITTED
TRANSACTION_SERIALIZABLE
TRANSACTION_SERIALIZABLE
TRANSACTION_NONE
TRANSACTION_NONE
commit-priorityint0Defines the commit priority for the resource reference.
branch-coupling
  • LOOSE
  • TIGHT
Specifies whether loose or tight coupling is used.
LOOSE
LOOSE
TIGHT
TIGHT

ejb-jar-bnd

The EJB binding descriptor defines binding information for an EJB module.

NameTypeDefaultDescription
moduleNamestringThe module name specifies the individual module that the binding or extension configuration applies to.

ejb-jar-bnd > session

Binding properties for session beans.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the enterprise bean.
simple-binding-namestringSpecifies the simple binding name for a session bean.
component-idstringThe component ID for a session bean.
remote-home-binding-namestringThe remote home binding name for a session bean.
local-home-binding-namestringThe local home binding name for a session bean.

ejb-jar-bnd > session > ejb-ref

Specifies the binding for an EJB Reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

ejb-jar-bnd > session > resource-ref

Specifies the binding for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

ejb-jar-bnd > session > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

ejb-jar-bnd > session > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

ejb-jar-bnd > session > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

ejb-jar-bnd > session > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

ejb-jar-bnd > session > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

ejb-jar-bnd > session > message-destination-ref

Specifies the binding for a message destination reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

ejb-jar-bnd > session > data-source

Specifies the binding for a data source.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

ejb-jar-bnd > session > env-entry

Specifies the binding for an environment entry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.

ejb-jar-bnd > message-driven

Binding properties for message driven beans.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the enterprise bean.

ejb-jar-bnd > message-driven > ejb-ref

Specifies the binding for an EJB Reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

ejb-jar-bnd > message-driven > resource-ref

Specifies the binding for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

ejb-jar-bnd > message-driven > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

ejb-jar-bnd > message-driven > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

ejb-jar-bnd > message-driven > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

ejb-jar-bnd > message-driven > message-destination-ref

Specifies the binding for a message destination reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

ejb-jar-bnd > message-driven > data-source

Specifies the binding for a data source.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

ejb-jar-bnd > message-driven > env-entry

Specifies the binding for an environment entry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.

ejb-jar-bnd > message-driven > jca-adapter

Defines a JCA adapter for a message driven bean.

NameTypeDefaultDescription
activation-spec-binding-namestringSpecifies the binding name for an activation specification.
activation-spec-auth-aliasstringSpecifies the authentication alias for an activation specification.
destination-binding-namestringSpecifies the destination binding name for a JCA adapter.

ejb-jar-bnd > interceptor

Binding properties for interceptors.

NameTypeDefaultDescription
idstringA unique configuration ID.
classstringThe class name for the interceptor.

ejb-jar-bnd > interceptor > ejb-ref

Specifies the binding for an EJB Reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

ejb-jar-bnd > interceptor > resource-ref

Specifies the binding for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

ejb-jar-bnd > interceptor > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

ejb-jar-bnd > interceptor > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

ejb-jar-bnd > interceptor > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

ejb-jar-bnd > interceptor > message-destination-ref

Specifies the binding for a message destination reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

ejb-jar-bnd > interceptor > data-source

Specifies the binding for a data source.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

ejb-jar-bnd > interceptor > env-entry

Specifies the binding for an environment entry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.

ejb-jar-bnd > message-destination

Binding properties for message destinations.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the message destination.
binding-namestringThe binding name of the message destination.

managed-bean-bnd

Specifies the bindings for a managed bean.

NameTypeDefaultDescription
moduleNamestringThe module name specifies the individual module that the binding or extension configuration applies to.

managed-bean-bnd > interceptor

Defines interceptors for the managed bean binding.

NameTypeDefaultDescription
idstringA unique configuration ID.
classstringThe class name for the interceptor.

managed-bean-bnd > interceptor > ejb-ref

Specifies the binding for an EJB Reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

managed-bean-bnd > interceptor > resource-ref

Specifies the binding for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

managed-bean-bnd > interceptor > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

managed-bean-bnd > interceptor > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

managed-bean-bnd > interceptor > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

managed-bean-bnd > interceptor > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

managed-bean-bnd > interceptor > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

managed-bean-bnd > interceptor > message-destination-ref

Specifies the binding for a message destination reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

managed-bean-bnd > interceptor > data-source

Specifies the binding for a data source.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

managed-bean-bnd > interceptor > env-entry

Specifies the binding for an environment entry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.

managed-bean-bnd > managed-bean

Specifies the managed bean for this binding.

NameTypeDefaultDescription
idstringA unique configuration ID.
classstringSpecifies the class name for a managed bean.

managed-bean-bnd > managed-bean > ejb-ref

Specifies the binding for an EJB Reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the EJB reference.
binding-namestringThe binding name for the EJB reference.

managed-bean-bnd > managed-bean > resource-ref

Specifies the binding for a resource reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource reference.
binding-namestringThe binding name for the resource reference.

managed-bean-bnd > managed-bean > resource-ref > authentication-alias

The authentication alias for the resource reference.

NameTypeDefaultDescription
nameRefA reference to top level authData element (string).The authentication alias name.

managed-bean-bnd > managed-bean > resource-ref > authentication-alias > name

The authentication alias name.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably encoded password (string)Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.

managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration

Specifies custom login configuration properties.

NameTypeDefaultDescription
namestringA name for the custom login configuration.

managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration > property

Defines a property for a custom login configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the property.
valuestringThe value of the property.
descriptionstringA description of the property.

managed-bean-bnd > managed-bean > resource-env-ref

Specifies the binding for a resource environment reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the resource environment reference.
binding-namestringThe binding name for the resource environment reference.

managed-bean-bnd > managed-bean > message-destination-ref

Specifies the binding for a message destination reference.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name for the message destination reference.
binding-namestringThe binding name for the message destination reference.

managed-bean-bnd > managed-bean > data-source

Specifies the binding for a data source.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe data source name.
binding-namestringThe data source binding name.

managed-bean-bnd > managed-bean > env-entry

Specifies the binding for an environment entry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringThe name of the environment entry.
valuestringThe value of the environment entry.
binding-namestringThe binding name for the environment entry.