Bug 799273 - Failing SerializableInstanceDbTest jBPM test.
Summary: Failing SerializableInstanceDbTest jBPM test.
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBPM - within SOA
Version: 5.3.0 GA
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ER2
: 5.3.0 GA
Assignee: Nobody
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-02 10:50 UTC by Marek Baluch
Modified: 2023-02-27 08:27 UTC (History)
4 users (show)

Fixed In Version: 5.3.0 GA
Doc Type: Bug Fix
Doc Text:
When using SerializableInstanceDbTest, an exception is thrown when an attempt is made to cast the retrieved ID (from the JBPM_BYTEARRAY table) to BigInteger.
Clone Of:
Environment:
MSSQL and Oracle databases.
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBPM-3654 0 Major Resolved Failing SerializableInstanceDbTest jBPM test. 2013-03-21 23:49:41 UTC

Description Marek Baluch 2012-03-02 10:50:28 UTC
Description of problem:

Test:
org.jbpm.context.exe.variableinstance.SerializableInstanceDbTest.testSerializableVariableKeepsId

is failing with message:

java.lang.ClassCastException: java.math.BigDecimal cannot be cast to java.math.BigInteger
    at  org.jbpm.context.exe.variableinstance.SerializableInstanceDbTest.getLatestDbId(SerializableInstanceDbTest.java:138)
    at org.jbpm.context.exe.variableinstance.SerializableInstanceDbTest.testSerializableVariableKeepsId(SerializableInstanceDbTest.java:69)
    at org.jbpm.db.AbstractDbTestCase.runTest(AbstractDbTestCase.java:73)

The exception is thrown when an attempt is made to cast the retrieved ID (from the JBPM_BYTEARRAY table) to BigInteger.

Additional info:

Looks like this is caused by Hibernate mapping the NUMERIC and NUMBER data type to BigDecimal when not specified otherwise.

Comment 1 Marco Rietveld 2012-03-12 11:22:57 UTC
Hi Marek,

Sorry, I thought I posted a comment to this before I went on PTO, but it's not showing up here. 

In any case, which DB did you see this with?

Comment 2 Marek Baluch 2012-03-12 11:42:54 UTC
Hi Marco! Welcome back!

NP - I know you where enjoying the snow;).

Which databases? All which declare the ID column on JBPM_BYTEARRAY as 'number' or 'numeric'. If I remember correctly then this includes mssql, sybase and oracle.

Comment 3 Rick Wagner 2012-03-19 21:39:23 UTC
GSS considers this medium priority.  jBPM gets plenty of attention, anything we can do to make it smoother is appreciated.

Comment 5 Marek Baluch 2012-06-07 14:28:18 UTC
On Len's request appending comment:

I don't think this is a regression. I was not able to found any bug fixes which would cause this error.

Comment 6 Suz 2012-06-12 06:04:56 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
When using SerializableInstanceDbTest, an exception is thrown when an attempt is made to cast the retrieved ID (from the JBPM_BYTEARRAY table) to BigInteger.

Comment 8 Marek Baluch 2012-06-22 08:30:18 UTC
Verified on SOA 5.3 ER4.

Comment 9 JBoss JIRA Server 2012-07-09 11:13:15 UTC
Marco Rietveld <marco.rietveld> updated the status of jira JBPM-3654 to Resolved


Note You need to log in before you can comment on or make changes to this bug.