| Summary: | Broken demo quickstarts/switchyard/demos/multiApp | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Martin Vecera <mvecera> | ||||
| Component: | Examples | Assignee: | Keith Babo <kbabo> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Vecera <mvecera> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.0.0 GA | CC: | ldimaggi, ppecka, soa-p-jira | ||||
| Target Milestone: | ER5 | ||||||
| Target Release: | --- | ||||||
| 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: | |||||
| Bug Depends On: | 1021040 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Martin Vecera
2013-10-14 14:33:14 UTC
This is a bug in the switchyard.xml included with the web project. It currently has an empty composite and it should have this instead: <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="web" targetNamespace="urn:switchyard-quickstart-demo:multiapp:0.1.0"> <component name="ItemEntryBean"> <implementation.bean xmlns="urn:switchyard-component-bean:config:1.0" class="org.switchyard.quickstarts.demo.multiapp.web.ItemEntry"/> <reference name="InventoryService"> <interface.java interface="org.switchyard.quickstarts.demo.multiapp.InventoryService"/> </reference> </component> </composite> Keith Babo <kbabo> updated the status of jira SWITCHYARD-1774 to Resolved Keith Babo <kbabo> made a comment on jira SWITCHYARD-1774 pushed See attached screenshot - problem is not present with ER6. Created attachment 814699 [details]
Screenshot
Keith Babo <kbabo> updated the status of jira SWITCHYARD-1774 to Closed |