Bug 1092577
| Summary: | WAR deployment not possible when BPEL component is included | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Anton Giertli <agiertli> | ||||
| Component: | BPEL Integration, SwitchYard | Assignee: | tcunning | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Jiri Sedlacek <jsedlace> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 GA | CC: | aileenc, atangrin, kejohnso, mbasovni, oskutka, soa-p-jira | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-07-13 20:10:34 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: | |||||||
| Attachments: |
|
||||||
|
Description
Anton Giertli
2014-04-29 13:42:55 UTC
Please check also following combination ear packaging jar with BPEL component ear packaging war with BPEL component Thanks, Anton One dirty workaround for this bug is adding of substring ".jar" into final archive name.
e.g.
<finalName>${project.artifactId}.jar</finalName>
@see https://github.com/jboss-switchyard/components/blob/master/bpel/src/main/java/org/switchyard/component/bpel/riftsaw/RiftsawBPELExchangeHandler.java#L164
1. ear packaging jar with BPEL component - WORKS 2. ear packaging war with BPEL component - DOES NOT WORK There is similar workaround for usecase #2. There must be substring ".jar" in webModule bundle name. We are moving to JIRA to track issues with Fuse 6.2.1. Logged https://issues.jboss.org/browse/ENTESB-3612 to track the handling of SY WAR deployments with BPEL components included. Tom Cunningham <tcunning> updated the status of jira ENTESB-3612 to Resolved |