-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
8.0.0.Alpha1
-
None
The expression value for node identifier is not being evaluated correctly. Setting it to:
/subsystem=transactions:write-attribute(name=node-identifier,value="${jboss.tx.node.id}")
where jboss.tx.node.id is supplied on command line as
-Djboss.tx.node.id=111
results in warning at start-up
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
- is caused by
-
JBTM-1341 Reject setting node identifier on CoreEnvironmentBean unless it can be successfully used by TxControl
- Closed