Bug 1041334

Summary: Maven repo - Cannot build s-ramp-demos-switchyard quickstart
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Stefan Bunciak <sbunciak>
Component: DT GovernanceAssignee: Kurt T Stam <kurt.stam>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Pechanec <jpechane>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: atangrin, avano, kconner, kurt.stam, ldimaggi, ncross, soa-p-jira
Target Milestone: CR1   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 15:25:26 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:
Attachments:
Description Flags
Build output none

Description Stefan Bunciak 2013-12-12 15:11:04 UTC
Created attachment 835853 [details]
Build output

Description of problem:

See the attached output of maven build.

Version-Release number of selected component (if applicable):
* 6.0.0.ER7

How reproducible:
* 100%

Steps to Reproduce:
1. Install FSW
2. Try to run s-ramp-demos-switchyard quickstart
3.

Actual results:
* BUILD FAILURE

Expected results:


Additional info:

Comment 1 Kurt T Stam 2013-12-13 20:09:34 UTC
I added src/main/resources/META-INF, with a beans.xml and a switchyard.xml. Compile and Upload worked fine after that.

Comment 2 Kurt T Stam 2013-12-16 17:17:37 UTC
No longer excluding the META-INF directory when building the distro.

Comment 3 kconner 2013-12-17 21:40:39 UTC
*** Bug 1043982 has been marked as a duplicate of this bug. ***

Comment 4 Stefan Bunciak 2014-01-06 08:57:57 UTC
This is not a duplicate of 1043982, however this error is not present in FSW 6.0.0.ER8. Verified.

Comment 5 kconner 2014-01-06 16:58:03 UTC
The switchyard.xml is not present in the ER8 build so this cannot be fixed.

Comment 6 kconner 2014-01-06 16:59:20 UTC
*** Bug 1043982 has been marked as a duplicate of this bug. ***

Comment 7 kconner 2014-01-06 17:31:58 UTC
There was a second dist.xml that needed updating, the original fix was incomplete.

This will be fixed in the next tag.

Comment 8 Eric Wittmann 2014-01-06 17:32:59 UTC
When I was looking at 1043982 this morning I noticed that the META-INF exclusion (the cause of this bug) was removed from the maven assembly spec file in s-ramp-distro-assembly-demos but *not* from the assembly spec file in s-ramp-distro-assembly.

So I have removed the exclusion (it's now gone from both) which hopefully will take care of this problem.

Relevant commit:

https://github.com/jboss-integration/s-ramp/commit/a27ad5849af9faa68f8dd794a59fc782f820a45b

Comment 9 Jiri Pechanec 2014-01-23 05:38:10 UTC
Verified in CR1