Bug 1153831

Summary: Overlord commons extensions cannot be configured through jboss CLI
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: kconner
Component: Configuration, RT Governance, DT GovernanceAssignee: Julian Coleman <jcoleman>
Status: NEW --- QA Contact: Matej Melko <mmelko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: ganandan, ldimaggi, soa-p-jira
Target Milestone: ---   
Target Release: FUTURE   
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:

Description kconner 2014-10-16 22:22:36 UTC
The overlord extensions allow you to create configurations and deployments that can be managed through standalone.xml/domain.xml files however they current do not work through the CLI as the descriptions for the add/remove operations are missing.


[standalone@localhost:9999 /] /subsystem=overlord-configuration/configuration=newConfiguration:add(name=newConfiguration)
Failed to get the list of the operation properties: "JBAS014749: Operation handler failed: Can't find resource for bundle java.util.PropertyResourceBundle, key overlord-configuration.configuration.add"


[standalone@localhost:9999 /] /subsystem=overlord-deployment/deployment=overlord-idp.war:add(name=overlord-idp.war,module=org.overlord.commons.eap.deployments)
Failed to get the list of the operation properties: "JBAS014749: Operation handler failed: Can't find resource for bundle java.util.PropertyResourceBundle, key overlord-deployment.deployment.add"

Comment 1 kconner 2014-10-16 22:40:13 UTC
[standalone@localhost:9999 /] /subsystem=overlord-configuration/configuration=newConfiguration/property=test:add(name=test,value=value)
Failed to get the list of the operation properties: "JBAS014749: Operation handler failed: Can't find resource for bundle java.util.PropertyResourceBundle, key overlord-configuration.configuration.property.add"

Comment 3 Gomathi Anandan 2014-10-24 18:47:23 UTC
Resetted the flags back to the state it was before Oct-24- 2PM. There was an incorrect bulk update that I'm trying to fix.