Bug 1031963

Summary: Missing SY quickstart soap-mtom
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Andrej Podhradsky <apodhrad>
Component: Build ProcessAssignee: Julian Coleman <jcoleman>
Status: CLOSED CURRENTRELEASE QA Contact: Matej Melko <mmelko>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, ldimaggi, soa-p-jira
Target Milestone: ER7   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-06 11:58:58 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-19 09:03:50 UTC
Description of problem:
Missing SY quickstart soap-mtom

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

How reproducible:
always

Steps to Reproduce:
1. Look at folder quickstarts/switchyard

Actual results:


Expected results:


Additional info:

Comment 1 Keith Babo 2013-11-19 14:57:52 UTC
This is a build issue.  IIRC, we pulled this qs from the beta due to issues, so the exclusion is deliberate.  Assigning to build component so it can be tracked for GA.

Comment 2 Len DiMaggio 2013-12-17 20:05:20 UTC
Verified in ER7-2

pwd
/opt/local/SOA_servers/SOA6/ER7-2/jboss-eap-6.1/quickstarts/switchyard

tree soap-mtom
soap-mtom
├── pom.xml
├── Readme.md
├── soap-mtom.jpg
└── src
    ├── main
    │   ├── java
    │   │   └── org
    │   │       └── switchyard
    │   │           └── quickstarts
    │   │               └── soap
    │   │                   └── mtom
    │   │                       ├── ExternalCustomProcessor.java
    │   │                       ├── ImageService.java
    │   │                       ├── ImageServiceService.java
    │   │                       ├── InternalCustomProcessor.java
    │   │                       ├── InternalResponseProcessor.java
    │   │                       └── ServiceTransformers.java
    │   └── resources
    │       ├── ImageService-External.wsdl
    │       ├── ImageService.wsdl
    │       ├── META-INF
    │       │   ├── beans.xml
    │       │   ├── filter.xml
    │       │   ├── route.xml
    │       │   └── switchyard.xml
    │       ├── switchyard_icon.jpeg
    │       └── switchyard.jpeg
    └── test
        ├── java
        │   └── org
        │       └── switchyard
        │           └── quickstarts
        │               └── soap
        │                   └── mtom
        │                       ├── SoapMtomClient.java
        │                       └── SoapMtomTest.java
        └── resources
            ├── log4j.xml
            ├── META-INF
            │   └── beans.xml
            └── xml
                ├── soap-request.xml
                └── soap-response.xml

20 directories, 23 files

Comment 5 Andrej Podhradsky 2016-01-06 11:58:58 UTC
Fixed and included in the latest release.