Bug 1033495

Summary: The commitPreparedTransaction CLI operation isn't available in domain mode
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Tyronne Wickramarathne <tywickra>
Component: JMSAssignee: Jeff Mesnil <jmesnil>
Status: CLOSED CURRENTRELEASE QA Contact: Miroslav Novak <mnovak>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.1CC: kkhan, msvehla, smumford
Target Milestone: DR0   
Target Release: EAP 6.3.0   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
In previous versions of JBoss EAP 6, the management operations on hornetq-server resources were not available in domain mode. This issue has been corrected in this release.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:41: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 Tyronne Wickramarathne 2013-11-22 08:52:47 UTC
Description of problem:

The commitPreparedTransaction works fine via command line interface when the standalone configuration being used. Howevr, this method does not exist in domain mode. 

Version-Release number of selected component (if applicable):

JBoss-EAP-6.1.1
HornetQ-2.3.5

How reproducible:
Always

Steps to Reproduce:
1. Start JBoss-EAP-6.1.1 in standalone mode
2. Please try to execute /subsystem=messaging/hornetq-server=default:commit-prepared-transaction 
3. You could observe this operation does exist in the standalone configuration
4. Start the server in domain mode and try to perform the commit-prepared-transaction operation via command line interface. 
/profile=full-ha/subsystem=messaging/hornetq-server=default:
5. You would notice "commit-prepared-transaction" operation hasn't been supplied with the domain configuration.


Actual results:


Expected results:


Additional info:

Comment 1 Jeff Mesnil 2013-11-22 16:53:53 UTC
commit-prepared-transaction is a runtime operation on a hornetq-server resource and can be executed with the path 

/host=master/server=server-one/subsystem=messaging/hornetq-server=default:commit-prepared-transaction

Note that the operation is not listed by the :read-operation-names. I'll check why this is the case.

Comment 2 JBoss JIRA Server 2013-11-27 09:09:37 UTC
Jeff Mesnil <jmesnil> made a comment on jira WFLY-2570

PR merged in master branch

Comment 3 Jeff Mesnil 2014-01-20 15:31:13 UTC
PR for jboss-eap https://github.com/jbossas/jboss-eap/pull/841

Comment 4 Miroslav Novak 2014-02-25 08:46:38 UTC
Operation:
/host=master/server=server-one/subsystem=messaging/hornetq-server=default:commit-prepared-transaction

is present in EAP 6.3.0.DR0 and commit-prepared-transaction is in the list of operation for:
/host=master/server=server-one/subsystem=messaging/hornetq-server=default:read-operation-names

Verified.

Comment 5 Scott Mumford 2014-07-17 04:13:50 UTC
Making public for inclusion in 6.3.0 Release Notes.