Bug 998023
| Summary: | SOA6 Plugin Does Not Discover SOA6 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Viet Nguyen <vnguyen> | ||||||
| Component: | Plugin -- JBoss EAP 6 | Assignee: | Thomas Segismont <tsegismo> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
| Severity: | urgent | Docs Contact: | |||||||
| Priority: | urgent | ||||||||
| Version: | JON 3.2 | CC: | hrupp, kconner, lzoubek, mfoley, myarboro, skondkar, soa-p-jira | ||||||
| Target Milestone: | ER03 | ||||||||
| Target Release: | JON 3.2.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: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1012435 | ||||||||
| Attachments: |
|
||||||||
|
Description
Viet Nguyen
2013-08-16 18:39:58 UTC
The discovery of the server is currently handled by the jboss as7 plugin, the switchyard plugin is only responsible for exposing the SY MBeans through JON. I'll try to reproduce your test and find out why the jboss as7 plugin is not succeeding with the discovery. Thomas, can you please work with the SOA guys to get this quickly resolved? Created attachment 788503 [details]
proposed patch
Merged patch from Libor in master commit e960b65c053fa58bcb383b09783e2fcc476c9ccd Author: Libor Zoubek <lzoubek> Date: Tue Aug 20 23:05:49 2013 +0200 Hi Kevin, Can you confirm that in JBossProductType class we need to keep: * "SOA-P" as SHORT_NAME * "JBoss SOA-P 6" as NAME * "SOAP" as PRODUCT_NAME SHORT_NAME is used to build default resource name NAME is only used for debugging AFAIK PRODUCT_NAME is used for resource plugin config validation (see org.rhq.modules.plugins.jbossas7.BaseServerComponent#validateServerAttributes and org.rhq.modules.plugins.jbossas7.BaseServerComponent#getAvailabilityNow) Thanks, Thomas veirified on Version: 4.9.0-SNAPSHOT Build Number: 9bdea14 - SOA instance is discovered. Verified on Version: 3.2.0.ER4 Build Number: e413566:057b211 Installed SOA 6 by unzipping the build into an existing EAP 6.1 directory. Verified that the soa6 instance is discovered successfully. Please refer the screenshot. Created attachment 818150 [details]
Screenshot
|