Skip to content

Commit

Permalink
WFLY-16895 Modify description in ejb3 of subsystem to its correct sen…
Browse files Browse the repository at this point in the history
…tence
  • Loading branch information
gabrielpadilh4 committed Oct 18, 2023
1 parent c86d599 commit 5d589fe
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ejb3.remove=Removes the ejb3 subsystem.
ejb3.lite=Specifies whether the ejb3 container need only provide the "LITE" profile of the specification. This value should only be false when using the "everything" distro.
ejb3.default-clustered-sfsb-cache=Name of the default stateful bean cache, which will be applicable to all clustered stateful Jakarta Enterprise Beans, unless overridden at the deployment or bean level
ejb3.default-clustered-sfsb-cache.deprecated=Not supported on current version servers; only allowed in managed domain profiles for use on servers running earlier versions.
ejb3.default-sfsb-passivation-disabled-cache=Name of the default stateful bean cache, which will be applicable to all stateful Jakarta Enterprise Beans which have passivation disabled. Each deployment or Jakarta Enterprise Beans can optionally override this cache name.
ejb3.default-sfsb-passivation-disabled-cache=Name of the default stateful bean cache, which will be applicable to all stateful Jakarta Enterprise Beans that have passivation disabled. Each deployment or Jakarta Enterprise Beans can optionally override this cache name.
ejb3.default-mdb-instance-pool=Name of the default MDB instance pool, which will be applicable to all MDBs, unless overridden at the deployment or bean level
ejb3.default-entity-bean-instance-pool=Name of the default entity bean instance pool, which will be applicable to all entity beans, unless overridden at the deployment or bean level
ejb3.default-entity-bean-instance-pool.deprecated=Not supported on current version servers; only allowed in managed domain profiles for use on servers running earlier versions.
Expand All @@ -25,14 +25,14 @@ ejb3.default-slsb-instance-pool=Name of the default stateless bean instance pool
ejb3.default-stateful-bean-access-timeout=The default access timeout for stateful beans
ejb3.default-stateful-bean-session-timeout=The default session timeout for stateful beans. Modification to this attribute takes effect immediately for subsequent deployments; for Jakarta Enterprise Beans already deployed, redeploying is needed to use the new value.
ejb3.default-singleton-bean-access-timeout=The default access timeout for singleton beans
ejb3.in-vm-remote-interface-invocation-pass-by-value=If set to false, the parameters to invocations on remote interface of an Jakarta Enterprise Beans, will be passed by reference. Else, the parameters will be passed by value.
ejb3.in-vm-remote-interface-invocation-pass-by-value=If set to false, the parameters to invocations on the remote interface of a Jakarta Enterprise Beans, will be passed by reference. Else, the parameters will be passed by value.
ejb3.default-distinct-name=The default distinct name that is applied to every Jakarta Enterprise Beans deployed on this server
ejb3.default-security-domain=The default security domain that will be used for Jakarta Enterprise Beans if the bean doesn't explicitly specify one
ejb3.default-missing-method-permissions-deny-access=If this is set to true then methods on an Jakarta Enterprise Beans with a security domain specified or with other methods with security metadata will have an implicit @DenyAll unless other security metadata is present
ejb3.default-missing-method-permissions-deny-access=If this is set to true then methods on Jakarta Enterprise Beans with a security domain specified or with other methods with security metadata will have an implicit @DenyAll unless other security metadata is present
ejb3.disable-default-ejb-permissions=This deprecated attribute has no effect and will be removed in a future release; it may never be set to a "false" value
ejb3.disable-default-ejb-permissions.deprecated=Adding default permissions to Jakarta Enterprise Beans deployments is no longer supported and this configuration attribute will be removed in a future release
ejb3.enable-graceful-txn-shutdown=Enabling txn graceful shutdown will make the server wait for active remote Jakarta Enterprise Beans-related transactions to complete before suspending. For that reason, if the server is running on a cluster, the suspending cluster node may receive Jakarta Enterprise Beans requests until all active remote transactions are complete. To avoid this behavior, omit this tag. This attribute has no effect on local Jakarta Enterprise Beans-related transactions.
ejb3.log-system-exceptions=If this is true then all Jakarta Enterprise Beans system (not application) exceptions will be logged. The Jakarta Enterprise Beans spec mandates this behaviour, however it is not recommended as it will often result in exceptions being logged twice (once by the Jakarta Enterprise Beans and once by the calling code)
ejb3.log-system-exceptions=If this is true then all Jakarta Enterprise Beans system (not application) exceptions will be logged. The Jakarta Enterprise Beans spec mandates this behaviour, however, it is not recommended as it will often result in exceptions being logged twice (once by the Jakarta Enterprise Beans and once by the calling code)
ejb3.allow-ejb-name-regex=If this is true then regular expressions can be used in interceptor bindings to allow interceptors to be mapped to all beans that match the regular expression
ejb3.server-interceptors=Server interceptor definitions.
ejb3.server-interceptors.class=Class implementing the server interceptor.
Expand Down Expand Up @@ -319,7 +319,7 @@ async.add=Adds the Enterprise Beans 3 Asynchronous Invocation Service
async.remove=Removes the Enterprise Beans 3 Asynchronous Invocation Service
async.thread-pool-name=The name of the thread pool which handles asynchronous invocations

thread-pool=An Jakarta Enterprise Beans thread pool
thread-pool=A Jakarta Enterprise Beans thread pool
thread-pool.add=Adds a thread pool
thread-pool.remove=Removes a thread pool
thread-pool.max-threads=The maximum number of threads that the thread pool can contain. The default value if not configured is the number of processes as returned by Runtime.availableProcessors()
Expand Down

0 comments on commit 5d589fe

Please sign in to comment.