Bug 1021684 - multiApp - app can be build from switchyard/demos/multiApp - but order* children cannot be build separately [NEEDINFO]
Summary: multiApp - app can be build from switchyard/demos/multiApp - but order* child...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: kconner
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-21 19:22 UTC by Len DiMaggio
Modified: 2015-08-02 23:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-11 18:24:47 UTC
Type: Bug
kconner: needinfo? (ldimaggi)


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1016660 0 unspecified CLOSED FSW 6.0.0 ER6 quickstarts/switchyard/demos/multiApp - fails - Failure to find org.switchyard.quickstarts:switchyard-quic... 2021-02-22 00:41:40 UTC

Internal Links: 1016660

Description Len DiMaggio 2013-10-21 19:22:50 UTC
Description of problem:

It's possible to build switchyard/demos/multiApp:

cd switchyard/demos/multiApp
mvn clean install

But, attempting to build the order-consumer or order-producer results in this error:

Failed to execute goal on project switchyard-quickstart-demo-multi-order-consumer: Could not resolve dependencies for project org.switchyard.quickstarts.demos:switchyard-quickstart-demo-multi-order-consumer:jar:1.1.0.M3-redhat-2: Failed to collect dependencies for [org.switchyard:switchyard-api:jar:1.1.0.M3-redhat-2 (compile), org.switchyard:switchyard-plugin:jar:1.1.0.M3-redhat-2 (compile), org.switchyard.components:switchyard-component-bean:jar:1.1.0.M3-redhat-2 (compile), org.switchyard.components:switchyard-component-camel:jar:1.1.0.M3-redhat-2 (compile), org.switchyard.components:switchyard-component-camel-core:jar:1.1.0.M3-redhat-2 (compile), org.switchyard.components:switchyard-component-soap:jar:1.1.0.M3-redhat-2 (compile), org.switchyard.quickstarts.demos:switchyard-quickstart-demo-multi-artifacts:jar:1.1.0.M3-redhat-2 (compile), org.hornetq:hornetq-core-client:jar:2.3.1.Final-redhat-1 (compile), javax.jms:jms:jar:1.1 (compile), org.switchyard:switchyard-test:jar:1.1.0.M3-redhat-2 (test), org.switchyard.components:switchyard-component-test-mixin-hornetq:jar:1.1.0.M3-redhat-2 (test), junit:junit:jar:4.10-redhat-2 (test)]: Failed to read artifact descriptor for org.switchyard.quickstarts.demos:switchyard-quickstart-demo-multi-artifacts:jar:1.1.0.M3-redhat-2: Could not find artifact org.switchyard.quickstarts:switchyard-quickstart-parent:pom:1.1.0.M3-redhat-2 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) -> [Help 1]

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

How reproducible:


Steps to Reproduce:
1. cd switchyard/demos/multiApp/order-consumer (or producer)
2. mvn clean install

Actual results:
Error seen above

Expected results:


Additional info:

Comment 1 Len DiMaggio 2013-10-21 19:28:41 UTC
The odd thing here is that the pom.xml's look OK:

switchyard/demos/multiApp/order-consumer
    <parent>
        <groupId>org.switchyard.quickstarts</groupId>
        <artifactId>switchyard-quickstart-parent</artifactId>
        <version>1.1.0.M3-redhat-2</version>
        <relativePath>../../../pom.xml</relativePath>
    </parent>

switchyard/demos/multiApp
    <parent>
        <groupId>org.switchyard.quickstarts</groupId>
        <artifactId>switchyard-quickstart-parent</artifactId>
        <version>1.1.0.M3-redhat-2</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

Comment 2 kconner 2013-10-31 00:44:57 UTC
Shouldn't the repository be http://maven.repository.redhat.com/techpreview/ip6/6.0.0.Beta/maven-repository/?


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