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: | JMS | Assignee: | Jeff Mesnil <jmesnil> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Miroslav Novak <mnovak> |
| Severity: | high | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.1.1 | CC: | 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
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. Jeff Mesnil <jmesnil> made a comment on jira WFLY-2570 PR merged in master branch PR for jboss-eap https://github.com/jbossas/jboss-eap/pull/841 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. Making public for inclusion in 6.3.0 Release Notes. |