host?
name configures which host should be used by the XTS subsystem to register endpoints.
Name | Type | Default | Description |
---|---|---|---|
name | string |
xts-environment?
url configures XTS clients to use remote transaction coordination services.
if it is left unset then clients employ the local coordinator services.
the value should identify an OASIS WSTX 1.1 Activation Coordinator service.
The local JBoss Activation Service url has the format
"http://<bindadd>r:<webport>/ws-c11/ActivationService"
where
<bindaddr> is the app server bind address (localhost by default) and
<webport> is the unsecured JBoss Web server port (8080 by default).
Name | Type | Default | Description |
---|---|---|---|
url | string |
default-context-propagation?
'enabled' states whether to automatically propagate transactional context.
When set to 'true', Web Service clients will automatically propagate a WS-AT
transactional context if a JTA or WS-AT transaction is running when the call is made.
Similarly, a WS-BA transactional context will be propagated if a WS-BA transaction
is running when the call is made. This behavior can be overridden on a per client
basis using the org.jboss.jbossts.txbridge.outbound.JTAOverWSATFeature and
com.arjuna.mw.wst11.client.WSTXFeature features.
Name | Type | Default | Description |
---|---|---|---|
enabled | boolean |