Bug 1031619 - Error after importing SY quickstart jca-inflow-activemq into JBDS
Summary: Error after importing SY quickstart jca-inflow-activemq into JBDS
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples, Tooling
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Brian Fitzpatrick
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-18 12:00 UTC by Andrej Podhradsky
Modified: 2015-08-02 23:45 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-17 18:48:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-1846 0 Major Closed Error after importing SY quickstart jca-inflow-activemq into tooling 2014-06-16 23:47:52 UTC

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


Note You need to log in before you can comment on or make changes to this bug.