| Summary: | [as7] Resource config for 'Deployment' Resources is missing two required props | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Ian Springer <ian.springer> |
| Component: | Plugins | Assignee: | RHQ Project Maintainer <rhq-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0.0 | CC: | ccrouch, hrupp |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-04 07:48:50 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 707223 | ||
This was no issue on the latest jenkins runs Values are correctly returned
[7]:-58 > print
Resource[id=-58, uuid=d6ba9874-acf9-437d-86ad-e277dd3913ca,
type={jboss-as-7}Deployment, key=deployment=test-simple.war,
name=test-simple.war, parent=EAP (127.0.0.1:9990)]
[8]:-58 > rc
PropertyList[id=0, name=content, list=[PropertyMap[id=0, name=content,
map={input-stream-index=PropertySimple[id=0, name=input-stream-index, value=,
override=null], hash=PropertySimple[id=0, name=hash, value=, override=null],
bytes=PropertySimple[id=0, name=bytes, value=, override=null],
url=PropertySimple[id=0, name=url, value=, override=null],
path=PropertySimple[id=0, name=path, value=deployments/test-simple.war,
override=null], relative-to=PropertySimple[id=0, name=relative-to,
value=jboss.server.base.dir, override=null], archive=PropertySimple[id=0,
name=archive, value=true, override=null]}]]]
PropertySimple[id=0, name=enabled, value=true, override=null]
PropertySimple[id=0, name=name, value=test-simple.war, override=null]
PropertySimple[id=0, name=persistent, value=false, override=null]
PropertySimple[id=0, name=runtime-name, value=test-simple.war, override=null]
vs.
[standalone@localhost:9999 deployment=test-simple.war] :read-resource
{
"outcome" => "success",
"result" => {
"content" => [{
"path" => "deployments/test-simple.war",
"relative-to" => "jboss.server.base.dir",
"archive" => true
}],
"enabled" => true,
"name" => "test-simple.war",
"persistent" => false,
"runtime-name" => "test-simple.war",
"subdeployment" => undefined,
"subsystem" => {"web" => undefined}
}
}
Bulk closing of some old issues |
{jboss-as-7}Deployment=java.lang.Exception: Resource config is not valid: [Required property 'content' was not set in Configuration[id=0]., Required property 'persistent' has a null value in Configuration[id=0].]}