Bug 998860 - session-migration: Task tables are not compatible.
Summary: session-migration: Task tables are not compatible.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER4
: 6.0.0
Assignee: Mauricio Salatino
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-20 09:02 UTC by Marek Baluch
Modified: 2014-08-06 20:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:10:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
stack-trace (35.34 KB, text/plain)
2013-08-20 09:02 UTC, Marek Baluch
no flags Details

Description Marek Baluch 2013-08-20 09:02:35 UTC
Created attachment 788387 [details]
stack-trace

Description of problem:

The new TaskImpl class uses the 'taskId' attribute as id. The old one used just 'id'. This prevents the creation of e.g. LocalTaskService which fails with error 'ERROR: column taskimpl0_.taskid does not exist'.

See attached log for full stack-trace.

Comment 1 Mauricio Salatino 2013-09-05 15:35:53 UTC
Ok this is related with this fix: https://github.com/droolsjbpm/jbpm/commit/9b274ffa840ad0e56fb552b1f6384a9f9627e260

I can try reverting the Column names to see if that fixes the problem and a migration script can be avoided.

Comment 2 Mauricio Salatino 2013-09-05 15:56:09 UTC
Fixed in master: https://github.com/droolsjbpm/jbpm/commit/d2a5d57e45146386409901d434ed5583981e8f9f

It will be backported to 6.0.x

Comment 6 Marek Baluch 2013-10-18 10:17:30 UTC
Verified on ER4.


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