Bug 1297735

Summary: Designer unit tests failing with Java 8
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jeremy Lindop <jlindop>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Kirill Gaevskii <kgaevski>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: DR1   
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:35:55 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 Jeremy Lindop 2016-01-12 10:40:33 UTC
Description of problem:
Some designer unit tests failing when run with Java 8

Version-Release number of selected component (if applicable):
bpms 6.2.0GA


Steps to Reproduce:
1. Set up Java 8 on your machine
2. In jbpm-designer/jbpm-designer-backend run "mvn clean test"
3. In jbpm-designer/jbpm-designer-client run "mvn clean test"

Actual results:
These unit tests have test failures:
org.jbpm.designer.repository.servlet.AssetServiceServletTest.testListAssets
org.jbpm.designer.repository.servlet.AssetServiceServletTest.testGetAssetInfoByPath
org.jbpm.designer.repository.servlet.AssetServiceServletTest.testGetAssetInfoById
org.jbpm.designer.client.shared.AssignmentTest.initializationError

Expected results:
All unit tests should pass

Additional info:

Comment 3 Kirill Gaevskii 2016-02-08 15:42:15 UTC
Verified, but two new issues was reported:
https://issues.jboss.org/browse/GUVNOR-2363
https://issues.jboss.org/browse/GUVNOR-2374