Bug 1080333
| Summary: | Changing IOR settings should require restart of jacorb subsystem | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jan Martiska <jmartisk> |
| Component: | IIOP | Assignee: | Stefan Guilhen <sguilhen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.0 | CC: | kkhan, msvehla, myarboro |
| Target Milestone: | DR11 | ||
| Target Release: | EAP 6.4.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: | |||
Verified in EAP 6.4.0.DR11. John Doyle <jdoyle> updated the status of jira EAP6-188 to Closed The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |
Description of problem: When using management operations to change IOR settings, the settings don't get reflected in the IORSecConfigMetaDataService until a server reload. The management operations should mark that the jacorb subsystem needs to be restarted. Version-Release number of selected component (if applicable): 6.3.0.DR6 (not officially built yet, I built it from sources, 6.x branch, commit d9d37b2) Steps to Reproduce: 1. start EAP with the default standalone-full.xml 2. /subsystem=jacorb/ior-settings=default:add 3. /subsystem=jacorb/ior-settings=default/setting=transport-config:add(confidentiality=required){allow-resource-service-restart=true} 4. obtain IORSecConfigMetaDataService (service name: jboss.jacorb.ior-security-config) from MSC and read its value Actual results: the value (IORSecurityConfigMetaData) is null Expected results: the value (IORSecurityConfigMetaData) should exist and contain the requested configuration