Bug 1271610

Summary: Kie server Xstream Sybase 15.7 issue
Product: [Retired] JBoss BPMS Platform 6 Reporter: Karel Suta <ksuta>
Component: Kie-ServerAssignee: Edson Tirelli <etirelli>
Status: CLOSED EOL QA Contact: Karel Suta <ksuta>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.1.0CC: kverlaen
Target Milestone: ER5   
Target Release: 6.2.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 20:00:24 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
stacktrace none

Description Karel Suta 2015-10-14 11:28:24 UTC
Created attachment 1082784 [details]
stacktrace

Description of problem:
Kie server has an issue with XStream (un)marshalling when used with Sybase 15.7 - see attachment.


Version-Release number of selected component (if applicable):
6.2.0.ER3

How reproducible:
Deploy kie server connected to Sybase database. Run jbpm tests, for example RuntimeDataServiceIntegrationTest.

Steps to Reproduce:
1.
2.
3.

Actual results:
Exception is thrown (see attachment).

Expected results:
All tests pass.

Additional info:

Comment 2 Maciej Swiderski 2015-10-16 13:38:15 UTC
fixed by rewriting date object to avoid serialization of sybase specific impl classes by xstream

droolsjbpm-integration
master:
https://github.com/droolsjbpm/droolsjbpm-integration/commit/b262c60f4af0233f3cde5cc70e03a2e42101efd7

6.3.x:
https://github.com/droolsjbpm/droolsjbpm-integration/commit/c2246fe2130a17df778f93a782fcc9bb3adfc850

Comment 3 Karel Suta 2015-11-05 15:43:36 UTC
Verified in 6.2.0ER5.
RuntimeDataServiceIntegrationTest passed without issues.