Title: Migrate JBoss Transaction Service Configurations Describe the issue: Migration guide contains incomplete example of enabling JTS Transactions in JBoss EAP 6 Example should look like: --- ... /profile=${PROFILE_NAME}/subsystem=transactions/:write-attribute(name="jts",value="true") /profile=${PROFILE_NAME}/subsystem=transactions/:write-attribute(name="node-identifier",value="${jboss.tx.node.id:1}") run-batch reload --host=master --- run-batch and reload commands are currently missing. http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html-single/Migration_Guide/index.html#sect-JTS_and_JTA_Changes Revision 6.4.0-35
Thanks David!
I should mention, the correct commands are: run-batch reload --host=${HOST_NAME}