| Summary: | Deployments are not shown in the DTGov Dashboard / Deployments table | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Stefan Bunciak <sbunciak> |
| Component: | DT Governance | Assignee: | Eric Wittmann <eric.wittmann> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Stefan Bunciak <sbunciak> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | eric.wittmann, jpechane, ncross, soa-p-jira |
| Target Milestone: | ER8 | ||
| Target Release: | 6.0.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: | |
|
Description
Stefan Bunciak
2013-12-12 15:15:32 UTC
I can reproduce this and am investigating why this broke. Looks like no classifications are set on the artifact. Looks like jbpm may have changed a bit. The classifiers were being properly set by the workflow, but those values were being clobbered by the QueryExecutor (which is the class that queries the s-ramp repo for changes and triggers the workflow). The final step the QueryExecutor takes is updating the artifact with the process ID of the workflow it executed. This code was not first refreshing the artifact meta-data, so the update was clobbering any changes made to the artifact meta-data by the workflow. I suspect jbpm used to return immediately from the "Create Workflow" api call, but is now only returning once the workflow hits a quiescence point. Alternatively we've simply had a race condition there since day one and are only hitting it now for some reason. Fixed now by refreshing the artifact meta-data prior to updating its property. Verified in CR1 |