]
Tom Ross commented on WFLY-1391:
--------------------------------
This is the fix for this issue.
ARJUNA012132: Supplied name of node contains reserved character -.
Using Arjuna:-1162311861
-------------------------------------------------------------------------------------------
Key: WFLY-1391
URL:
https://issues.jboss.org/browse/WFLY-1391
Project: WildFly
Issue Type: Bug
Components: Server
Affects Versions: 8.0.0.Alpha1
Environment: JBoss EAP 6.1
Reporter: Tom Ross
Assignee: Jason Greene
The expression value for node identifier is not being evaluated correctly. Setting it
to:
{noformat}
/subsystem=transactions:write-attribute(name=node-identifier,value="${jboss.tx.node.id}")
{noformat}
where jboss.tx.node.id is supplied on command line as
-Djboss.tx.node.id=111
results in warning at start-up
{noformat}
09:53:18,615 WARN [com.arjuna.ats.arjuna] (http-localhost/127.0.0.1:8080-1)
ARJUNA012132: Supplied name of node contains reserved character -. Using
Arjuna:-1162311861
{noformat}