| Summary: | Missing SY quickstart soap-mtom | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Andrej Podhradsky <apodhrad> |
| Component: | Build Process | Assignee: | Julian Coleman <jcoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Matej Melko <mmelko> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | 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
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. 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
Fixed and included in the latest release. |