Bug 1031619

Summary: Error after importing SY quickstart jca-inflow-activemq into JBDS
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Andrej Podhradsky <apodhrad>
Component: Examples, ToolingAssignee: Brian Fitzpatrick <bfitzpat>
Status: CLOSED WONTFIX QA Contact: Jiri Sedlacek <jsedlace>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: kbabo, kconner, ldimaggi, oskutka, soa-p-jira
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-12-17 18:48:29 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 Andrej Podhradsky 2013-11-18 12:00:13 UTC
Description of problem:
After importing the quickstart 'jca-inflow-activemq' there are the following errors:

Required Capability Missing: The "Bean" capability should be configured on the project when using this type of implementation.

Version-Release number of selected component (if applicable):
ER6

How reproducible:
always

Steps to Reproduce:
1. Import the quickstart into JBDS as Maven project

Actual results:


Expected results:


Additional info:

Comment 1 Brian Fitzpatrick 2013-11-19 23:51:06 UTC
Apparently the pom.xml for this quickstart is missing:

        <dependency>
            <groupId>org.switchyard.components</groupId>
            <artifactId>switchyard-component-bean</artifactId>
        </dependency>

We should be able to fix that pretty easily.

Comment 2 JBoss JIRA Server 2013-11-20 00:09:05 UTC
Brian Fitzpatrick <bfitzpat> made a comment on jira SWITCHYARD-1846

PR to add missing dependency

Comment 3 Andrej Podhradsky 2013-12-17 14:41:27 UTC
Now, the quickstart is missing in FSW 6.0.0.ER7

Comment 4 Keith Babo 2013-12-17 18:48:29 UTC
This quickstart has been deliberately excluded from FSW 6, so closing this issue.

Comment 5 JBoss JIRA Server 2014-06-16 23:47:52 UTC
Keith Babo <kbabo> updated the status of jira SWITCHYARD-1846 to Closed