Bug 1314445

Summary: REST endpoints do not work on WebLogic 12c R1
Product: [Retired] JBoss BPMS Platform 6 Reporter: Tomas Livora <tlivora>
Component: Business CentralAssignee: Shelly McGowan <smcgowan>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.3.0CC: kverlaen
Target Milestone: ER1Keywords: TestBlocker
Target Release: 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:39:53 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:
Bug Depends On:    
Bug Blocks: 1283109    
Attachments:
Description Flags
WebLogic 12.1 server log none

Description Tomas Livora 2016-03-03 15:57:08 UTC
Created attachment 1132851 [details]
WebLogic 12.1 server log

Description of problem:
I am creating this BZ to distinguish an issue with REST endpoints on WebLogic 12.1 from the one reported on WebLogic 12.2. The discussion about WebLogic 12.1 was started in bug 1306309 and some log files were attached there. But it might not be the same issue. REST calls on WebLogic 12.2 return "404 Not found" while on WebLogic 12.1 the result is "500 Internal Server Error" with an exception stack trace.

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

Steps to Reproduce:
1. Try any REST call.
2. See the response and the server log.

Actual results:
javax.naming.NameNotFoundException: Unable to resolve 'com.sun.jersey.config.CDIExtension'. Resolved 'com.sun.jersey.config'; remaining name 'CDIExtension'

Expected results:
no exceptions

Additional info:
You can see the attached server log. After the server with Business Central was started, two REST calls were made.

Comment 1 Marco Rietveld 2016-03-07 14:05:47 UTC
Fixed. Commits: 

6.4.x: 
https://github.com/droolsjbpm/droolsjbpm-integration/commit/b96a1205

Comment 2 Tomas Livora 2016-03-17 14:09:38 UTC
Verified on BPM Suite 6.3.0 ER1