Bug 839216
Summary: | [eap6] support for editing OSGi capabilities | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Armine Hovsepyan <ahovsepy> | |
Component: | Plugin -- JBoss EAP 6 | Assignee: | RHQ Project Maintainer <rhq-maint> | |
Status: | CLOSED NOTABUG | QA Contact: | Mike Foley <mfoley> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | JON 3.1.0 | CC: | asantos, hrupp, jkremser, jshaughn, loleary, mfoley, rhatlapa, snegrea | |
Target Milestone: | --- | |||
Target Release: | JON 3.3.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 879052 (view as bug list) | Environment: | ||
Last Closed: | 2014-09-05 14:40:29 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: | ||||
Bug Depends On: | 879052 | |||
Bug Blocks: | 707223 |
Description
Armine Hovsepyan
2012-07-11 09:08:25 UTC
As per 8/20 triage 8/20 pushing to JON312 The only attribute the OSGi capability has (startLevel) is marked as read only. I was looking into AS console code and AS console allows for changing it by simply removing the whole OSGi capability and adding it again with a changed value of the attribute startLevel. It is a question if we should mimic the AS console in this particular behavior. Per triage with loleary, crouch, mfoley: Move to JBoss ON product, set target release JON 3.2, clear priority (will be subject to further triage in JON 3.2 timeframe). The EAP API only allows configuring OSGi related sub-resources at creation. The plugin exposes the correct functionality and works as intended and correctly. Removing resources under the covers just to recreate them is not a good option because of the JON resource model. |