Bug 1248403 - Incomplete example of JTS configuration
Summary: Incomplete example of JTS configuration
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: post-GA
: EAP 6.4.3
Assignee: sgilda
QA Contact: Ondrej Chaloupka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-30 08:36 UTC by Petr Kremensky
Modified: 2015-10-20 12:51 UTC (History)
3 users (show)

Fixed In Version:
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
Embargoed:


Attachments (Terms of Use)

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}


Note You need to log in before you can comment on or make changes to this bug.