]
Amos Feng updated WFLY-3690:
----------------------------
Issue Type: Bug (was: Task)
Not possible to start XTS transaction on IPv6 with server bound to
::1
----------------------------------------------------------------------
Key: WFLY-3690
URL:
https://issues.jboss.org/browse/WFLY-3690
Project: WildFly
Issue Type: Bug
Components: Transactions
Reporter: Stefano Maestri
Assignee: Amos Feng
Currently we have the following configuration element: <xts-environment
url="http://${jboss.bind.address:127.0.0.1}:8080/ws-c11/ActivationService"/>
we need to split url in 4 different attribute:
* protocol
* host
* port
* path