]
Amos Feng updated WFLY-3690:
----------------------------
Summary: Not possible to start XTS transaction on IPv6 with server bound to ::1 (was:
split xts-enviroment's URL attribute in 4 different attribute)
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: Task
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