[
https://jira.jboss.org/jira/browse/JBPM-1849?page=com.atlassian.jira.plug...
]
Thomas Diesler commented on JBPM-1849:
--------------------------------------
Current incompatibilities against 3.2.2
< create table JBPM_ACTION (... EXPRESSION_ varchar(4000) null, ...)
create table JBPM_ACTION (... EXPRESSION_ text null, ...)
< create table JBPM_COMMENT (... MESSAGE_ varchar(4000) null, ...)
create table JBPM_COMMENT (... MESSAGE_ text null, ...)
< create table JBPM_DELEGATION (... CLASSNAME_ varchar(4000) null, CONFIGURATION_
varchar(4000) null, ...)
create table JBPM_DELEGATION (... CLASSNAME_ text null,
CONFIGURATION_ text null, ...)
< create table JBPM_EXCEPTIONHANDLER (... EXCEPTIONCLASSNAME_ varchar(4000) null, ...)
create table JBPM_EXCEPTIONHANDLER (... EXCEPTIONCLASSNAME_ text
null, ...)
< create table JBPM_JOB (... EXCEPTION_ varchar(4000) null, ...)
create table JBPM_JOB (... EXCEPTION_ text null, ...)
< create table JBPM_LOG (... MESSAGE_ varchar(4000) null, EXCEPTION_ varchar(4000)
null, ... OLDSTRINGVALUE_ varchar(4000) null, NEWSTRINGVALUE_ varchar(4000) null, ...)
create table JBPM_LOG (... MESSAGE_ text null, EXCEPTION_
text null, ... OLDSTRINGVALUE_ text null, NEWSTRINGVALUE_ text null,
...)
< create table JBPM_MODULEDEFINITION (... NAME_ varchar(4000) null, ...)
create table JBPM_MODULEDEFINITION (... NAME_ varchar(255) null,
...)
< create table JBPM_NODE (... DESCRIPTION_ varchar(4000) null,
...)
create table JBPM_NODE (... DESCRIPTION_ text null,
PARENTLOCKMODE_ varchar(255) null, ...)
< create table JBPM_PROCESSDEFINITION (... DESCRIPTION_ varchar(4000) null, ...)
create table JBPM_PROCESSDEFINITION (... DESCRIPTION_ text null,
...)
< create table JBPM_TASK (... DESCRIPTION_ varchar(4000) null, ...)
create table JBPM_TASK (... DESCRIPTION_ text null, ...)
< create table JBPM_TASKINSTANCE (... DESCRIPTION_ varchar(4000) null, ...)
create table JBPM_TASKINSTANCE (... DESCRIPTION_ text null,
...)
< create table JBPM_TRANSITION (... DESCRIPTION_ varchar(4000) null, ...)
create table JBPM_TRANSITION (... DESCRIPTION_ text null,
...)
< create table JBPM_VARIABLEINSTANCE (... STRINGVALUE_ varchar(4000) null, ...)
create table JBPM_VARIABLEINSTANCE (... STRINGVALUE_ varchar(255)
null, ...)
Migrate jBPM-3.3.0 code base to SOA branch
------------------------------------------
Key: JBPM-1849
URL:
https://jira.jboss.org/jira/browse/JBPM-1849
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Core Engine
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: SOA 4.2 CP03
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira