| Summary: | Operation getState on Service bindings resource fails | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Libor Zoubek <lzoubek> |
| Component: | JON | Assignee: | kconner |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas Plevko <tplevko> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | kconner, ldimaggi, soa-p-jira, theute |
| Target Milestone: | ER2 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Changed the operation to a metric as it is being identified in the bean as an attribute. It is now also identified as a trait. For details of the change see https://github.com/knrc/rhq-switchyard-plugin/issues/1 Verified. RHQ 4.10.0 + rhq-switchyard-plugin-1.0.0.SNAPSHOT |
Description of problem: Version-Release number of selected component (if applicable): RHQ 4.9-MASTER + rhq-switchyard-plugin-1.0.0.SNAPSHOT How reproducible: always Steps to Reproduce: 1. deploy switchyard quickstart (I used validate-xml) 2. go to _OrderService_soap_1 and run operation getState Actual results: Operation result is Failure. {status:'Failure',error:'java.lang.Exception: Operation [getState] not found on MBean [org.switchyard.admin:type=Binding,name="_OrderService_soap_1",service="{urn:switchyard-quickstart:validate-xml:0.1.0}OrderService"]. Expected results:Operation result must be success. Additional Info: I guess there is a typo in name of resource type. It should be "Service Binding" not "Service Bindings"