Hide Forgot
project_key: SOA There is at least one db change in 5.2. For this purpose we should provide migration scripts for the current customers.
Link: Added: This issue is related to SOA-3214
Resolved with revision 10321 of: assembly/soa.zip.xml resources/soa-p/create-jbpm-index.txt Commit message: SOA-3465 Add migration script for SOA-3214.
Release Notes Docs Status: Added: Not Yet Documented Release Notes Text: Added: Proposed release notes text, for the "Upgrading to SOA-P 5.2.0 from an older 5.x release" section: The upgrade from jBPM 3.2.11.SP2 adds an additional index on the database table "JBPM_JOB". This index can be created with the following SQL statement: create index IDX_JOB_DUEDATE on JBPM_JOB (DUEDATE_); This SQL statement is also provided in the `create-jbpm-index.txt' file which is included in the distribution. Note, that jBPM will run without this additional index, but the resolution for JIRA SOA-3214 will not be available in that case.
Release Notes Docs Status: Removed: Not Yet Documented Added: Not Required Writer: Added: dlesage
Verified in CR1