Bug 1302710

Summary: REST remote API under FUSE 6.1.1 is unable to start process
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jiri Petrlik <jpetrlik>
Component: Fuse IntegrationAssignee: Marco Rietveld <mrietvel>
Status: CLOSED WONTFIX QA Contact: Jiri Petrlik <jpetrlik>
Severity: high Docs Contact: Petr Penicka <ppenicka>
Priority: high    
Version: 6.2.0CC: kverlaen, mrietvel, smcgowan
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: 2016-01-29 08:51:02 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 Flags
Stack trace
none
reproducer none

Description Jiri Petrlik 2016-01-28 12:28:38 UTC
Created attachment 1119134 [details]
Stack trace

Description of problem:

REST remote API under FUSE 6.1.1 is unable to start process in business central. The problem is in JAXB classes. Stack trace and reproducer are provided in attachments. This problem is not present in Fuse 6.2.0 and 6.2.1.

Version-Release number of selected component (if applicable):
BPMS 6.2.1.CR1
Fuse 6.1.1

How reproducible:
Reproducer is provided.

Steps to Reproduce:
1. Build reproducer using Maven $ mvn clean install
2. Deploy kjar with process definitions to business central ("org.jboss.qa.brms.reproducer:rest-api-fuse-6.1.1-kjar:1.0-SNAPSHOT")
3. Download Fuse 6.1.1 zip distribution.
4. Edit "Configuration" constants in "RemoteRestApiTest.java" in module "rest-api-fuse-6.1.1-test" according to your local settings.
5. Start test from folder "rest-api-fuse-6.1.1-test" using Maven $ mvn clean test

Actual results:
The attempt to run test provided in reproducer will fail on exception:"Unsupported JAXB Class encountered during initialization: 2 counts of IllegalAnnotationExceptions"

Expected results:
Test in reproducer should pass.

Additional info:

Comment 2 Jiri Petrlik 2016-01-28 12:30:43 UTC
Created attachment 1119135 [details]
reproducer

Comment 4 Jiri Petrlik 2016-01-29 08:51:02 UTC
If we do not need to support Fuse 6.1.1, than I consider this bug as closed.