Bug 1021684

Summary: multiApp - app can be build from switchyard/demos/multiApp - but order* children cannot be build separately
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Len DiMaggio <ldimaggi>
Component: ExamplesAssignee: kconner
Status: CLOSED NOTABUG QA Contact: Jiri Sedlacek <jsedlace>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, 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-11-11 18:24:47 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:
Embargoed:

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/?

Comment 4 Red Hat Bugzilla 2023-09-14 01:52:23 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days