Bug 1248403

Summary: Incomplete example of JTS configuration
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: DocumentationAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact: Ondrej Chaloupka <ochaloup>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: dmichael, eap-docs, lthon
Target Milestone: post-GAKeywords: Documentation
Target Release: EAP 6.4.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 23091, Migration Guide-6.4 Build Date: 22-07-2015 11:58:32 Topic ID: 44603-765498 [Latest]
Last Closed: 2015-10-20 12:51:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Kremensky 2015-07-30 08:36:02 UTC
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

Comment 2 sgilda 2015-07-30 12:58:35 UTC
Thanks David!

Comment 4 sgilda 2015-07-30 13:15:53 UTC
I should mention, the correct commands are:

run-batch

reload --host=${HOST_NAME}