| Summary: | dtgov-demos-switchyard build failure (missing connector) | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Stefan Bunciak <sbunciak> |
| Component: | DT Governance, Examples | Assignee: | Nick Cross <ncross> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Sedlacek <jsedlace> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | jcoleman, kurt.stam, oskutka, soa-p-jira |
| Target Milestone: | ER6 | ||
| 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: | 2014-02-06 15:26:31 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: | |
|
Description
Stefan Bunciak
2013-10-08 11:17:54 UTC
The same for dtgov-demos-project quickstart This is caused by an overly agressive vmon script, and was fixed for the s-ramp demos; but not yet for the dtgov demos. For anyone who wants to work around it, make sure to add the s-ramp-wagon extension back into the <build> section of the pom.
<extensions>
<extension>
<groupId>org.overlord.sramp</groupId>
<artifactId>s-ramp-wagon</artifactId>
<version>${s-ramp.version}</version>
</extension>
</extensions>
*** Bug 1013690 has been marked as a duplicate of this bug. *** Fixed by fcc357634abe7e52f84be9c1dd267acbbf32d73e in 6.0.0.Beta branch Verified in FSW 6.0.0.ER5 Verified in FSW 6.0.0.ER6, not ER5 (sorry for typo). |