List Info

Thread: hibernate errors with workflow-jbpm




hibernate errors with workflow-jbpm
country flaguser name
Belgium
2007-04-10 04:20:25
Hi,

I get the following exception, I cleaned up data directory
but it does 
not help :
2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_ACTION (ID_ bigint not null
auto_increment, class 
char(1) not null, NAME_ varchar(255), ISPROPAGATIONALLOWED_
bit, 
ACTIONEXPRESSION_ varchar(255), ISASYNC_ bit,
REFERENCEDACTION_ bigint, 
ACTIONDELEGATION_ bigint, EVENT_ bigint, PROCESSDEFINITION_
bigint, 
TIMERNAME_ varchar(255), DUEDATE_ varchar(255), REPEAT_
varchar(255), 
TRANSITIONNAME_ varchar(255), TIMERACTION_ bigint,
EXPRESSION_ text, 
EVENTINDEX_ integer, EXCEPTIONHANDLER_ bigint,
EXCEPTIONHANDLERINDEX_ 
integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_ACTION (ID_ bigint not null

auto_increment, class char(1) not null, NAME_ varchar(255),

ISPROPAGATIONALLOWED_ bit, ACTIONEXPRESSION_ varchar(255),
ISASYNC_ bit, 
REFERENCEDACTION_ bigint, ACTIONDELEGATION_ bigint, EVENT_
bigint, 
PROCESSDEFINITION_ bigint, TIMERNAME_ varchar(255), DUEDATE_

varchar(255), REPEAT_ varchar(255), TRANSITIONNAME_
varchar(255), 
TIMERACTION_ bigint, EXPRESSION_ text, EVENTINDEX_ integer,

EXCEPTIONHANDLER_ bigint, EXCEPTIONHANDLERINDEX_ integer,
primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_ACTION 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_BYTEARRAY (ID_ bigint not null
auto_increment, NAME_ 
varchar(255), FILEDEFINITION_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_BYTEARRAY (ID_ bigint not
null 
auto_increment, NAME_ varchar(255), FILEDEFINITION_ bigint,
primary key 
(ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_BYTEARRAY (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_BYTEBLOCK (PROCESSFILE_ bigint not null,
BYTES_ blob, 
INDEX_ integer not null, primary key (PROCESSFILE_,
INDEX_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_BYTEBLOCK (PROCESSFILE_
bigint not null, 
BYTES_ blob, INDEX_ integer not null, primary key
(PROCESSFILE_, INDEX_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Wrong data type: BLOB in statement [create table
JBPM_BYTEBLOCK 
(PROCESSFILE_ bigint not null, BYTES_ blob]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_COMMENT (ID_ bigint not null
auto_increment, VERSION_ 
integer not null, ACTORID_ varchar(255), TIME_ datetime,
MESSAGE_ text, 
TOKEN_ bigint, TASKINSTANCE_ bigint, TOKENINDEX_ integer, 
TASKINSTANCEINDEX_ integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_COMMENT (ID_ bigint not null

auto_increment, VERSION_ integer not null, ACTORID_
varchar(255), TIME_ 
datetime, MESSAGE_ text, TOKEN_ bigint, TASKINSTANCE_
bigint, 
TOKENINDEX_ integer, TASKINSTANCEINDEX_ integer, primary key
(ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_COMMENT 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_DECISIONCONDITIONS (DECISION_ bigint not
null, 
TRANSITIONNAME_ varchar(255), EXPRESSION_ varchar(255),
INDEX_ integer 
not null, primary key (DECISION_, INDEX_))

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_DELEGATION (ID_ bigint not null
auto_increment, 
CLASSNAME_ text, CONFIGURATION_ text, CONFIGTYPE_
varchar(255), 
PROCESSDEFINITION_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_DELEGATION (ID_ bigint not
null 
auto_increment, CLASSNAME_ text, CONFIGURATION_ text,
CONFIGTYPE_ 
varchar(255), PROCESSDEFINITION_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_DELEGATION (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_EVENT (ID_ bigint not null auto_increment,
EVENTTYPE_ 
varchar(255), TYPE_ char(1), GRAPHELEMENT_ bigint,
PROCESSDEFINITION_ 
bigint, NODE_ bigint, TRANSITION_ bigint, TASK_ bigint,
primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_EVENT (ID_ bigint not null 
auto_increment, EVENTTYPE_ varchar(255), TYPE_ char(1),
GRAPHELEMENT_ 
bigint, PROCESSDEFINITION_ bigint, NODE_ bigint, TRANSITION_
bigint, 
TASK_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_EVENT 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_EXCEPTIONHANDLER (ID_ bigint not null
auto_increment, 
EXCEPTIONCLASSNAME_ text, TYPE_ char(1), GRAPHELEMENT_
bigint, 
PROCESSDEFINITION_ bigint, GRAPHELEMENTINDEX_ integer, NODE_
bigint, 
TRANSITION_ bigint, TASK_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_EXCEPTIONHANDLER (ID_ bigint
not null 
auto_increment, EXCEPTIONCLASSNAME_ text, TYPE_ char(1),
GRAPHELEMENT_ 
bigint, PROCESSDEFINITION_ bigint, GRAPHELEMENTINDEX_
integer, NODE_ 
bigint, TRANSITION_ bigint, TASK_ bigint, primary key
(ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_EXCEPTIONHANDLER (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_ID_GROUP (ID_ bigint not null
auto_increment, CLASS_ 
char(1) not null, NAME_ varchar(255), TYPE_ varchar(255),
PARENT_ 
bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_ID_GROUP (ID_ bigint not
null 
auto_increment, CLASS_ char(1) not null, NAME_ varchar(255),
TYPE_ 
varchar(255), PARENT_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_ID_GROUP (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_ID_MEMBERSHIP (ID_ bigint not null
auto_increment, 
CLASS_ char(1) not null, NAME_ varchar(255), ROLE_
varchar(255), USER_ 
bigint, GROUP_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_ID_MEMBERSHIP (ID_ bigint
not null 
auto_increment, CLASS_ char(1) not null, NAME_ varchar(255),
ROLE_ 
varchar(255), USER_ bigint, GROUP_ bigint, primary key
(ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_ID_MEMBERSHIP (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_ID_PERMISSIONS (ENTITY_ bigint not null,
CLASS_ 
varchar(255), NAME_ varchar(255), ACTION_ varchar(255))

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_ID_USER (ID_ bigint not null
auto_increment, CLASS_ 
char(1) not null, NAME_ varchar(255), EMAIL_ varchar(255),
PASSWORD_ 
varchar(255), primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_ID_USER (ID_ bigint not null

auto_increment, CLASS_ char(1) not null, NAME_ varchar(255),
EMAIL_ 
varchar(255), PASSWORD_ varchar(255), primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_ID_USER 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_LOG (ID_ bigint not null auto_increment,
CLASS_ 
char(1) not null, INDEX_ integer, DATE_ datetime, TOKEN_
bigint, PARENT_ 
bigint, MESSAGE_ text, EXCEPTION_ text, ACTION_ bigint,
NODE_ bigint, 
ENTER_ datetime, LEAVE_ datetime, DURATION_ bigint,
NEWLONGVALUE_ 
bigint, TRANSITION_ bigint, CHILD_ bigint, SOURCENODE_
bigint, 
DESTINATIONNODE_ bigint, VARIABLEINSTANCE_ bigint,
OLDBYTEARRAY_ bigint, 
NEWBYTEARRAY_ bigint, OLDDATEVALUE_ datetime, NEWDATEVALUE_
datetime, 
OLDDOUBLEVALUE_ double precision, NEWDOUBLEVALUE_ double
precision, 
OLDLONGIDCLASS_ varchar(255), OLDLONGIDVALUE_ bigint,
NEWLONGIDCLASS_ 
varchar(255), NEWLONGIDVALUE_ bigint, OLDSTRINGIDCLASS_
varchar(255), 
OLDSTRINGIDVALUE_ varchar(255), NEWSTRINGIDCLASS_
varchar(255), 
NEWSTRINGIDVALUE_ varchar(255), OLDLONGVALUE_ bigint,
OLDSTRINGVALUE_ 
text, NEWSTRINGVALUE_ text, TASKINSTANCE_ bigint,
TASKACTORID_ 
varchar(255), TASKOLDACTORID_ varchar(255),
SWIMLANEINSTANCE_ bigint, 
primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_LOG (ID_ bigint not null
auto_increment, 
CLASS_ char(1) not null, INDEX_ integer, DATE_ datetime,
TOKEN_ bigint, 
PARENT_ bigint, MESSAGE_ text, EXCEPTION_ text, ACTION_
bigint, NODE_ 
bigint, ENTER_ datetime, LEAVE_ datetime, DURATION_ bigint,

NEWLONGVALUE_ bigint, TRANSITION_ bigint, CHILD_ bigint,
SOURCENODE_ 
bigint, DESTINATIONNODE_ bigint, VARIABLEINSTANCE_ bigint,
OLDBYTEARRAY_ 
bigint, NEWBYTEARRAY_ bigint, OLDDATEVALUE_ datetime,
NEWDATEVALUE_ 
datetime, OLDDOUBLEVALUE_ double precision, NEWDOUBLEVALUE_
double 
precision, OLDLONGIDCLASS_ varchar(255), OLDLONGIDVALUE_
bigint, 
NEWLONGIDCLASS_ varchar(255), NEWLONGIDVALUE_ bigint,
OLDSTRINGIDCLASS_ 
varchar(255), OLDSTRINGIDVALUE_ varchar(255),
NEWSTRINGIDCLASS_ 
varchar(255), NEWSTRINGIDVALUE_ varchar(255), OLDLONGVALUE_
bigint, 
OLDSTRINGVALUE_ text, NEWSTRINGVALUE_ text, TASKINSTANCE_
bigint, 
TASKACTORID_ varchar(255), TASKOLDACTORID_ varchar(255), 
SWIMLANEINSTANCE_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_LOG 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_MESSAGE (ID_ bigint not null
auto_increment, CLASS_ 
char(1) not null, DESTINATION_ varchar(255), EXCEPTION_
text, 
ISSUSPENDED_ bit, TOKEN_ bigint, TEXT_ varchar(255), ACTION_
bigint, 
NODE_ bigint, TRANSITIONNAME_ varchar(255), TASKINSTANCE_
bigint, 
primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_MESSAGE (ID_ bigint not null

auto_increment, CLASS_ char(1) not null, DESTINATION_
varchar(255), 
EXCEPTION_ text, ISSUSPENDED_ bit, TOKEN_ bigint, TEXT_
varchar(255), 
ACTION_ bigint, NODE_ bigint, TRANSITIONNAME_ varchar(255),

TASKINSTANCE_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_MESSAGE 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_MODULEDEFINITION (ID_ bigint not null
auto_increment, 
CLASS_ char(1) not null, NAME_ text, PROCESSDEFINITION_
bigint, 
STARTTASK_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_MODULEDEFINITION (ID_ bigint
not null 
auto_increment, CLASS_ char(1) not null, NAME_ text,
PROCESSDEFINITION_ 
bigint, STARTTASK_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_MODULEDEFINITION (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_MODULEINSTANCE (ID_ bigint not null
auto_increment, 
CLASS_ char(1) not null, PROCESSINSTANCE_ bigint,
TASKMGMTDEFINITION_ 
bigint, NAME_ varchar(255), primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_MODULEINSTANCE (ID_ bigint
not null 
auto_increment, CLASS_ char(1) not null, PROCESSINSTANCE_
bigint, 
TASKMGMTDEFINITION_ bigint, NAME_ varchar(255), primary key
(ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_MODULEINSTANCE (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_NODE (ID_ bigint not null auto_increment,
CLASS_ 
char(1) not null, NAME_ varchar(255), PROCESSDEFINITION_
bigint, 
ISASYNC_ bit, ACTION_ bigint, SUPERSTATE_ bigint,
SUBPROCESSDEFINITION_ 
bigint, DECISIONEXPRESSION_ varchar(255), DECISIONDELEGATION
bigint, 
SIGNAL_ integer, CREATETASKS_ bit, ENDTASKS_ bit,
NODECOLLECTIONINDEX_ 
integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_NODE (ID_ bigint not null 
auto_increment, CLASS_ char(1) not null, NAME_ varchar(255),

PROCESSDEFINITION_ bigint, ISASYNC_ bit, ACTION_ bigint,
SUPERSTATE_ 
bigint, SUBPROCESSDEFINITION_ bigint, DECISIONEXPRESSION_
varchar(255), 
DECISIONDELEGATION bigint, SIGNAL_ integer, CREATETASKS_
bit, ENDTASKS_ 
bit, NODECOLLECTIONINDEX_ integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_NODE 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_POOLEDACTOR (ID_ bigint not null
auto_increment, 
ACTORID_ varchar(255), SWIMLANEINSTANCE_ bigint, primary key
(ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_POOLEDACTOR (ID_ bigint not
null 
auto_increment, ACTORID_ varchar(255), SWIMLANEINSTANCE_
bigint, primary 
key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_POOLEDACTOR (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_PROCESSDEFINITION (ID_ bigint not null
auto_increment, 
NAME_ varchar(255), VERSION_ integer, ISTERMINATIONIMPLICIT_
bit, 
STARTSTATE_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_PROCESSDEFINITION (ID_
bigint not null 
auto_increment, NAME_ varchar(255), VERSION_ integer, 
ISTERMINATIONIMPLICIT_ bit, STARTSTATE_ bigint, primary key
(ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_PROCESSDEFINITION (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_PROCESSINSTANCE (ID_ bigint not null
auto_increment, 
VERSION_ integer not null, START_ datetime, END_ datetime,
ISSUSPENDED_ 
bit, PROCESSDEFINITION_ bigint, ROOTTOKEN_ bigint,
SUPERPROCESSTOKEN_ 
bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_PROCESSINSTANCE (ID_ bigint
not null 
auto_increment, VERSION_ integer not null, START_ datetime,
END_ 
datetime, ISSUSPENDED_ bit, PROCESSDEFINITION_ bigint,
ROOTTOKEN_ 
bigint, SUPERPROCESSTOKEN_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_PROCESSINSTANCE (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_RUNTIMEACTION (ID_ bigint not null
auto_increment, 
VERSION_ integer not null, EVENTTYPE_ varchar(255), TYPE_
char(1), 
GRAPHELEMENT_ bigint, PROCESSINSTANCE_ bigint, ACTION_
bigint, 
PROCESSINSTANCEINDEX_ integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_RUNTIMEACTION (ID_ bigint
not null 
auto_increment, VERSION_ integer not null, EVENTTYPE_
varchar(255), 
TYPE_ char(1), GRAPHELEMENT_ bigint, PROCESSINSTANCE_
bigint, ACTION_ 
bigint, PROCESSINSTANCEINDEX_ integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_RUNTIMEACTION (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_SWIMLANE (ID_ bigint not null
auto_increment, NAME_ 
varchar(255), ACTORIDEXPRESSION_ varchar(255),
POOLEDACTORSEXPRESSION_ 
varchar(255), ASSIGNMENTDELEGATION_ bigint,
TASKMGMTDEFINITION_ bigint, 
primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_SWIMLANE (ID_ bigint not
null 
auto_increment, NAME_ varchar(255), ACTORIDEXPRESSION_
varchar(255), 
POOLEDACTORSEXPRESSION_ varchar(255), ASSIGNMENTDELEGATION_
bigint, 
TASKMGMTDEFINITION_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_SWIMLANE (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_SWIMLANEINSTANCE (ID_ bigint not null
auto_increment, 
NAME_ varchar(255), ACTORID_ varchar(255), SWIMLANE_ bigint,

TASKMGMTINSTANCE_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_SWIMLANEINSTANCE (ID_ bigint
not null 
auto_increment, NAME_ varchar(255), ACTORID_ varchar(255),
SWIMLANE_ 
bigint, TASKMGMTINSTANCE_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_SWIMLANEINSTANCE (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TASK (ID_ bigint not null auto_increment,
NAME_ 
varchar(255), PROCESSDEFINITION_ bigint, DESCRIPTION_ text,
ISBLOCKING_ 
bit, ISSIGNALLING_ bit, DUEDATE_ varchar(255),
ACTORIDEXPRESSION_ 
varchar(255), POOLEDACTORSEXPRESSION_ varchar(255),
TASKMGMTDEFINITION_ 
bigint, TASKNODE_ bigint, STARTSTATE_ bigint,
ASSIGNMENTDELEGATION_ 
bigint, SWIMLANE_ bigint, TASKCONTROLLER_ bigint, primary
key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_TASK (ID_ bigint not null 
auto_increment, NAME_ varchar(255), PROCESSDEFINITION_
bigint, 
DESCRIPTION_ text, ISBLOCKING_ bit, ISSIGNALLING_ bit,
DUEDATE_ 
varchar(255), ACTORIDEXPRESSION_ varchar(255),
POOLEDACTORSEXPRESSION_ 
varchar(255), TASKMGMTDEFINITION_ bigint, TASKNODE_ bigint,
STARTSTATE_ 
bigint, ASSIGNMENTDELEGATION_ bigint, SWIMLANE_ bigint,
TASKCONTROLLER_ 
bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_TASK 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TASKACTORPOOL (TASKINSTANCE_ bigint not
null, 
POOLEDACTOR_ bigint not null, primary key (TASKINSTANCE_,
POOLEDACTOR_))

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TASKCONTROLLER (ID_ bigint not null
auto_increment, 
TASKCONTROLLERDELEGATION_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_TASKCONTROLLER (ID_ bigint
not null 
auto_increment, TASKCONTROLLERDELEGATION_ bigint, primary
key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_TASKCONTROLLER (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TASKINSTANCE (ID_ bigint not null
auto_increment, 
CLASS_ char(1) not null, NAME_ varchar(255), DESCRIPTION_
text, ACTORID_ 
varchar(255), CREATE_ datetime, START_ datetime, END_
datetime, DUEDATE_ 
datetime, PRIORITY_ integer, ISCANCELLED_ bit, ISSUSPENDED_
bit, ISOPEN_ 
bit, ISSIGNALLING_ bit, ISBLOCKING_ bit, TASK_ bigint,
TOKEN_ bigint, 
SWIMLANINSTANCE_ bigint, TASKMGMTINSTANCE_ bigint, ORDER_
integer, 
ISREJECTED_ bit, DIRECTIVE_ varchar(255), COMMENT_
varchar(255), primary 
key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_TASKINSTANCE (ID_ bigint not
null 
auto_increment, CLASS_ char(1) not null, NAME_ varchar(255),

DESCRIPTION_ text, ACTORID_ varchar(255), CREATE_ datetime,
START_ 
datetime, END_ datetime, DUEDATE_ datetime, PRIORITY_
integer, 
ISCANCELLED_ bit, ISSUSPENDED_ bit, ISOPEN_ bit,
ISSIGNALLING_ bit, 
ISBLOCKING_ bit, TASK_ bigint, TOKEN_ bigint,
SWIMLANINSTANCE_ bigint, 
TASKMGMTINSTANCE_ bigint, ORDER_ integer, ISREJECTED_ bit,
DIRECTIVE_ 
varchar(255), COMMENT_ varchar(255), primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_TASKINSTANCE (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TIMER (ID_ bigint not null auto_increment,
NAME_ 
varchar(255), DUEDATE_ datetime, REPEAT_ varchar(255),
TRANSITIONNAME_ 
varchar(255), EXCEPTION_ text, ISSUSPENDED_ bit, ACTION_
bigint, TOKEN_ 
bigint, PROCESSINSTANCE_ bigint, TASKINSTANCE_ bigint,
GRAPHELEMENTTYPE_ 
varchar(255), GRAPHELEMENT_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_TIMER (ID_ bigint not null 
auto_increment, NAME_ varchar(255), DUEDATE_ datetime,
REPEAT_ 
varchar(255), TRANSITIONNAME_ varchar(255), EXCEPTION_ text,

ISSUSPENDED_ bit, ACTION_ bigint, TOKEN_ bigint,
PROCESSINSTANCE_ 
bigint, TASKINSTANCE_ bigint, GRAPHELEMENTTYPE_
varchar(255), 
GRAPHELEMENT_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_TIMER 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TOKEN (ID_ bigint not null auto_increment,
VERSION_ 
integer not null, NAME_ varchar(255), START_ datetime, END_
datetime, 
NODEENTER_ datetime, NEXTLOGINDEX_ integer,
ISABLETOREACTIVATEPARENT_ 
bit, ISTERMINATIONIMPLICIT_ bit, ISSUSPENDED_ bit, NODE_
bigint, 
PROCESSINSTANCE_ bigint, PARENT_ bigint, SUBPROCESSINSTANCE_
bigint, 
primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_TOKEN (ID_ bigint not null 
auto_increment, VERSION_ integer not null, NAME_
varchar(255), START_ 
datetime, END_ datetime, NODEENTER_ datetime, NEXTLOGINDEX_
integer, 
ISABLETOREACTIVATEPARENT_ bit, ISTERMINATIONIMPLICIT_ bit,
ISSUSPENDED_ 
bit, NODE_ bigint, PROCESSINSTANCE_ bigint, PARENT_ bigint,

SUBPROCESSINSTANCE_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table
JBPM_TOKEN 
(ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TOKENVARIABLEMAP (ID_ bigint not null
auto_increment, 
TOKEN_ bigint, CONTEXTINSTANCE_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_TOKENVARIABLEMAP (ID_ bigint
not null 
auto_increment, TOKEN_ bigint, CONTEXTINSTANCE_ bigint,
primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_TOKENVARIABLEMAP (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_TRANSITION (ID_ bigint not null
auto_increment, NAME_ 
varchar(255), PROCESSDEFINITION_ bigint, FROM_ bigint, TO_
bigint, 
FROMINDEX_ integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_TRANSITION (ID_ bigint not
null 
auto_increment, NAME_ varchar(255), PROCESSDEFINITION_
bigint, FROM_ 
bigint, TO_ bigint, FROMINDEX_ integer, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_TRANSITION (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_VARIABLEACCESS (ID_ bigint not null
auto_increment, 
VARIABLENAME_ varchar(255), ACCESS_ varchar(255),
MAPPEDNAME_ 
varchar(255), PROCESSSTATE_ bigint, TASKCONTROLLER_ bigint,
INDEX_ 
integer, SCRIPT_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_VARIABLEACCESS (ID_ bigint
not null 
auto_increment, VARIABLENAME_ varchar(255), ACCESS_
varchar(255), 
MAPPEDNAME_ varchar(255), PROCESSSTATE_ bigint,
TASKCONTROLLER_ bigint, 
INDEX_ integer, SCRIPT_ bigint, primary key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_VARIABLEACCESS (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
create table JBPM_VARIABLEINSTANCE (ID_ bigint not null
auto_increment, 
CLASS_ char(1) not null, NAME_ varchar(255), CONVERTER_
char(1), TOKEN_ 
bigint, TOKENVARIABLEMAP_ bigint, PROCESSINSTANCE_ bigint, 
BYTEARRAYVALUE_ bigint, DATEVALUE_ datetime, DOUBLEVALUE_
double 
precision, LONGIDCLASS_ varchar(255), LONGVALUE_ bigint,
STRINGIDCLASS_ 
varchar(255), STRINGVALUE_ varchar(255), TASKINSTANCE_
bigint, primary 
key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: create table JBPM_VARIABLEINSTANCE (ID_ bigint
not null 
auto_increment, CLASS_ char(1) not null, NAME_ varchar(255),
CONVERTER_ 
char(1), TOKEN_ bigint, TOKENVARIABLEMAP_ bigint,
PROCESSINSTANCE_ 
bigint, BYTEARRAYVALUE_ bigint, DATEVALUE_ datetime,
DOUBLEVALUE_ double 
precision, LONGIDCLASS_ varchar(255), LONGVALUE_ bigint,
STRINGIDCLASS_ 
varchar(255), STRINGVALUE_ varchar(255), TASKINSTANCE_
bigint, primary 
key (ID_))

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unexpected token: AUTO_INCREMENT in statement [create table

JBPM_VARIABLEINSTANCE (ID_ bigint not null auto_increment]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ACTION add index FK_ACTION_EVENT (EVENT_),
add 
constraint FK_ACTION_EVENT foreign key (EVENT_) references
JBPM_EVENT (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_EVENT 
(EVENT_), add constraint FK_ACTION_EVENT foreign key
(EVENT_) references 
JBPM_EVENT (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ACTION add index FK_ACTION_EXPTHDL
(EXCEPTIONHANDLER_), 
add constraint FK_ACTION_EXPTHDL foreign key
(EXCEPTIONHANDLER_) 
references JBPM_EXCEPTIONHANDLER (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_EXPTHDL 
(EXCEPTIONHANDLER_), add constraint FK_ACTION_EXPTHDL
foreign key 
(EXCEPTIONHANDLER_) references JBPM_EXCEPTIONHANDLER (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ACTION add index FK_ACTION_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_ACTION_PROCDEF
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_ACTION_PROCDEF
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ACTION add index FK_CRTETIMERACT_TA
(TIMERACTION_), add 
constraint FK_CRTETIMERACT_TA foreign key (TIMERACTION_)
references 
JBPM_ACTION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ACTION add index
FK_CRTETIMERACT_TA 
(TIMERACTION_), add constraint FK_CRTETIMERACT_TA foreign
key 
(TIMERACTION_) references JBPM_ACTION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ACTION add index FK_ACTION_ACTNDEL
(ACTIONDELEGATION_), 
add constraint FK_ACTION_ACTNDEL foreign key
(ACTIONDELEGATION_) 
references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_ACTNDEL 
(ACTIONDELEGATION_), add constraint FK_ACTION_ACTNDEL
foreign key 
(ACTIONDELEGATION_) references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ACTION add index FK_ACTION_REFACT
(REFERENCEDACTION_), 
add constraint FK_ACTION_REFACT foreign key
(REFERENCEDACTION_) 
references JBPM_ACTION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_REFACT 
(REFERENCEDACTION_), add constraint FK_ACTION_REFACT foreign
key 
(REFERENCEDACTION_) references JBPM_ACTION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_BYTEARRAY add index FK_BYTEARR_FILDEF 
(FILEDEFINITION_), add constraint FK_BYTEARR_FILDEF foreign
key 
(FILEDEFINITION_) references JBPM_MODULEDEFINITION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_BYTEARRAY add index
FK_BYTEARR_FILDEF 
(FILEDEFINITION_), add constraint FK_BYTEARR_FILDEF foreign
key 
(FILEDEFINITION_) references JBPM_MODULEDEFINITION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_BYTEARRAY in statement [alter table
JBPM_BYTEARRAY]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_BYTEBLOCK add index FK_BYTEBLOCK_FILE
(PROCESSFILE_), 
add constraint FK_BYTEBLOCK_FILE foreign key (PROCESSFILE_)
references 
JBPM_BYTEARRAY (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_BYTEBLOCK add index
FK_BYTEBLOCK_FILE 
(PROCESSFILE_), add constraint FK_BYTEBLOCK_FILE foreign key

(PROCESSFILE_) references JBPM_BYTEARRAY (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_BYTEBLOCK in statement [alter table
JBPM_BYTEBLOCK]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_COMMENT add index FK_COMMENT_TOKEN
(TOKEN_), add 
constraint FK_COMMENT_TOKEN foreign key (TOKEN_) references
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_COMMENT add index
FK_COMMENT_TOKEN 
(TOKEN_), add constraint FK_COMMENT_TOKEN foreign key
(TOKEN_) 
references JBPM_TOKEN (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_COMMENT in statement [alter table
JBPM_COMMENT]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_COMMENT add index FK_COMMENT_TSK
(TASKINSTANCE_), add 
constraint FK_COMMENT_TSK foreign key (TASKINSTANCE_)
references 
JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_COMMENT add index
FK_COMMENT_TSK 
(TASKINSTANCE_), add constraint FK_COMMENT_TSK foreign key 
(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_COMMENT in statement [alter table
JBPM_COMMENT]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_DECISIONCONDITIONS add index FK_DECCOND_DEC

(DECISION_), add constraint FK_DECCOND_DEC foreign key
(DECISION_) 
references JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_DECISIONCONDITIONS add index

FK_DECCOND_DEC (DECISION_), add constraint FK_DECCOND_DEC
foreign key 
(DECISION_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Wrong data type: FK_DECCOND_DEC in statement [alter table 
JBPM_DECISIONCONDITIONS add index FK_DECCOND_DEC]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_DELEGATION add index FK_DELEGATION_PRCD 
(PROCESSDEFINITION_), add constraint FK_DELEGATION_PRCD
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_DELEGATION add index
FK_DELEGATION_PRCD 
(PROCESSDEFINITION_), add constraint FK_DELEGATION_PRCD
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_DELEGATION in statement [alter table
JBPM_DELEGATION]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_EVENT add index FK_EVENT_PROCDEF
(PROCESSDEFINITION_), 
add constraint FK_EVENT_PROCDEF foreign key
(PROCESSDEFINITION_) 
references JBPM_PROCESSDEFINITION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_EVENT add index
FK_EVENT_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_EVENT_PROCDEF
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_EVENT in statement [alter table
JBPM_EVENT]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_EVENT add index FK_EVENT_NODE (NODE_), add
constraint 
FK_EVENT_NODE foreign key (NODE_) references JBPM_NODE
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_EVENT add index FK_EVENT_NODE
(NODE_), 
add constraint FK_EVENT_NODE foreign key (NODE_) references
JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_EVENT in statement [alter table
JBPM_EVENT]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_EVENT add index FK_EVENT_TRANS
(TRANSITION_), add 
constraint FK_EVENT_TRANS foreign key (TRANSITION_)
references 
JBPM_TRANSITION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_EVENT add index
FK_EVENT_TRANS 
(TRANSITION_), add constraint FK_EVENT_TRANS foreign key
(TRANSITION_) 
references JBPM_TRANSITION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_EVENT in statement [alter table
JBPM_EVENT]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_EVENT add index FK_EVENT_TASK (TASK_), add
constraint 
FK_EVENT_TASK foreign key (TASK_) references JBPM_TASK
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_EVENT add index FK_EVENT_TASK
(TASK_), 
add constraint FK_EVENT_TASK foreign key (TASK_) references
JBPM_TASK (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_EVENT in statement [alter table
JBPM_EVENT]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ID_GROUP add index FK_ID_GRP_PARENT
(PARENT_), add 
constraint FK_ID_GRP_PARENT foreign key (PARENT_) references

JBPM_ID_GROUP (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ID_GROUP add index
FK_ID_GRP_PARENT 
(PARENT_), add constraint FK_ID_GRP_PARENT foreign key
(PARENT_) 
references JBPM_ID_GROUP (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ID_GROUP in statement [alter table
JBPM_ID_GROUP]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ID_MEMBERSHIP add index FK_ID_MEMSHIP_GRP
(GROUP_), add 
constraint FK_ID_MEMSHIP_GRP foreign key (GROUP_) references

JBPM_ID_GROUP (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ID_MEMBERSHIP add index
FK_ID_MEMSHIP_GRP 
(GROUP_), add constraint FK_ID_MEMSHIP_GRP foreign key
(GROUP_) 
references JBPM_ID_GROUP (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ID_MEMBERSHIP in statement [alter
table 
JBPM_ID_MEMBERSHIP]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_ID_MEMBERSHIP add index FK_ID_MEMSHIP_USR
(USER_), add 
constraint FK_ID_MEMSHIP_USR foreign key (USER_) references
JBPM_ID_USER 
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_ID_MEMBERSHIP add index
FK_ID_MEMSHIP_USR 
(USER_), add constraint FK_ID_MEMSHIP_USR foreign key
(USER_) references 
JBPM_ID_USER (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_ID_MEMBERSHIP in statement [alter
table 
JBPM_ID_MEMBERSHIP]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_SOURCENODE
(SOURCENODE_), add 
constraint FK_LOG_SOURCENODE foreign key (SOURCENODE_)
references 
JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index
FK_LOG_SOURCENODE 
(SOURCENODE_), add constraint FK_LOG_SOURCENODE foreign key

(SOURCENODE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_TOKEN (TOKEN_), add
constraint 
FK_LOG_TOKEN foreign key (TOKEN_) references JBPM_TOKEN
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_TOKEN
(TOKEN_), add 
constraint FK_LOG_TOKEN foreign key (TOKEN_) references
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_OLDBYTES
(OLDBYTEARRAY_), add 
constraint FK_LOG_OLDBYTES foreign key (OLDBYTEARRAY_)
references 
JBPM_BYTEARRAY (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_OLDBYTES

(OLDBYTEARRAY_), add constraint FK_LOG_OLDBYTES foreign key

(OLDBYTEARRAY_) references JBPM_BYTEARRAY (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_NEWBYTES
(NEWBYTEARRAY_), add 
constraint FK_LOG_NEWBYTES foreign key (NEWBYTEARRAY_)
references 
JBPM_BYTEARRAY (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_NEWBYTES

(NEWBYTEARRAY_), add constraint FK_LOG_NEWBYTES foreign key

(NEWBYTEARRAY_) references JBPM_BYTEARRAY (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_CHILDTOKEN (CHILD_),
add 
constraint FK_LOG_CHILDTOKEN foreign key (CHILD_) references
JBPM_TOKEN 
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index
FK_LOG_CHILDTOKEN (CHILD_), 
add constraint FK_LOG_CHILDTOKEN foreign key (CHILD_)
references 
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_DESTNODE
(DESTINATIONNODE_), add 
constraint FK_LOG_DESTNODE foreign key (DESTINATIONNODE_)
references 
JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_DESTNODE

(DESTINATIONNODE_), add constraint FK_LOG_DESTNODE foreign
key 
(DESTINATIONNODE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_TASKINST
(TASKINSTANCE_), add 
constraint FK_LOG_TASKINST foreign key (TASKINSTANCE_)
references 
JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_TASKINST

(TASKINSTANCE_), add constraint FK_LOG_TASKINST foreign key

(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_SWIMINST
(SWIMLANEINSTANCE_), add 
constraint FK_LOG_SWIMINST foreign key (SWIMLANEINSTANCE_)
references 
JBPM_SWIMLANEINSTANCE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_SWIMINST

(SWIMLANEINSTANCE_), add constraint FK_LOG_SWIMINST foreign
key 
(SWIMLANEINSTANCE_) references JBPM_SWIMLANEINSTANCE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_PARENT (PARENT_), add
constraint 
FK_LOG_PARENT foreign key (PARENT_) references JBPM_LOG
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_PARENT
(PARENT_), 
add constraint FK_LOG_PARENT foreign key (PARENT_)
references JBPM_LOG (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_NODE (NODE_), add
constraint 
FK_LOG_NODE foreign key (NODE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_NODE
(NODE_), add 
constraint FK_LOG_NODE foreign key (NODE_) references
JBPM_NODE (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_ACTION (ACTION_), add
constraint 
FK_LOG_ACTION foreign key (ACTION_) references JBPM_ACTION
(ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_ACTION
(ACTION_), 
add constraint FK_LOG_ACTION foreign key (ACTION_)
references 
JBPM_ACTION (ID_)

2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_VARINST
(VARIABLEINSTANCE_), add 
constraint FK_LOG_VARINST foreign key (VARIABLEINSTANCE_)
references 
JBPM_VARIABLEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index FK_LOG_VARINST

(VARIABLEINSTANCE_), add constraint FK_LOG_VARINST foreign
key 
(VARIABLEINSTANCE_) references JBPM_VARIABLEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_LOG add index FK_LOG_TRANSITION
(TRANSITION_), add 
constraint FK_LOG_TRANSITION foreign key (TRANSITION_)
references 
JBPM_TRANSITION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_LOG add index
FK_LOG_TRANSITION 
(TRANSITION_), add constraint FK_LOG_TRANSITION foreign key

(TRANSITION_) references JBPM_TRANSITION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_LOG in statement [alter table
JBPM_LOG]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MESSAGE add index FK_MSG_TOKEN (TOKEN_),
add constraint 
FK_MSG_TOKEN foreign key (TOKEN_) references JBPM_TOKEN
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MESSAGE add index
FK_MSG_TOKEN (TOKEN_), 
add constraint FK_MSG_TOKEN foreign key (TOKEN_) references
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MESSAGE in statement [alter table
JBPM_MESSAGE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MESSAGE add index FK_CMD_NODE (NODE_), add
constraint 
FK_CMD_NODE foreign key (NODE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MESSAGE add index FK_CMD_NODE
(NODE_), 
add constraint FK_CMD_NODE foreign key (NODE_) references
JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MESSAGE in statement [alter table
JBPM_MESSAGE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MESSAGE add index FK_CMD_ACTION (ACTION_),
add 
constraint FK_CMD_ACTION foreign key (ACTION_) references
JBPM_ACTION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MESSAGE add index
FK_CMD_ACTION 
(ACTION_), add constraint FK_CMD_ACTION foreign key
(ACTION_) references 
JBPM_ACTION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MESSAGE in statement [alter table
JBPM_MESSAGE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MESSAGE add index FK_CMD_TASKINST
(TASKINSTANCE_), add 
constraint FK_CMD_TASKINST foreign key (TASKINSTANCE_)
references 
JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MESSAGE add index
FK_CMD_TASKINST 
(TASKINSTANCE_), add constraint FK_CMD_TASKINST foreign key

(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MESSAGE in statement [alter table
JBPM_MESSAGE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MODULEDEFINITION add index FK_TSKDEF_START

(STARTTASK_), add constraint FK_TSKDEF_START foreign key
(STARTTASK_) 
references JBPM_TASK (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MODULEDEFINITION add index 
FK_TSKDEF_START (STARTTASK_), add constraint FK_TSKDEF_START
foreign key 
(STARTTASK_) references JBPM_TASK (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MODULEDEFINITION in statement [alter
table 
JBPM_MODULEDEFINITION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MODULEDEFINITION add index
FK_MODDEF_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_MODDEF_PROCDEF
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MODULEDEFINITION add index 
FK_MODDEF_PROCDEF (PROCESSDEFINITION_), add constraint
FK_MODDEF_PROCDEF 
foreign key (PROCESSDEFINITION_) references
JBPM_PROCESSDEFINITION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MODULEDEFINITION in statement [alter
table 
JBPM_MODULEDEFINITION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MODULEINSTANCE add index FK_TASKMGTINST_TMD

(TASKMGMTDEFINITION_), add constraint FK_TASKMGTINST_TMD
foreign key 
(TASKMGMTDEFINITION_) references JBPM_MODULEDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MODULEINSTANCE add index 
FK_TASKMGTINST_TMD (TASKMGMTDEFINITION_), add constraint 
FK_TASKMGTINST_TMD foreign key (TASKMGMTDEFINITION_)
references 
JBPM_MODULEDEFINITION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MODULEINSTANCE in statement [alter
table 
JBPM_MODULEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_MODULEINSTANCE add index FK_MODINST_PRCINST

(PROCESSINSTANCE_), add constraint FK_MODINST_PRCINST
foreign key 
(PROCESSINSTANCE_) references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_MODULEINSTANCE add index 
FK_MODINST_PRCINST (PROCESSINSTANCE_), add constraint
FK_MODINST_PRCINST 
foreign key (PROCESSINSTANCE_) references
JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_MODULEINSTANCE in statement [alter
table 
JBPM_MODULEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_NODE add index FK_PROCST_SBPRCDEF 
(SUBPROCESSDEFINITION_), add constraint FK_PROCST_SBPRCDEF
foreign key 
(SUBPROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_NODE add index
FK_PROCST_SBPRCDEF 
(SUBPROCESSDEFINITION_), add constraint FK_PROCST_SBPRCDEF
foreign key 
(SUBPROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_NODE in statement [alter table
JBPM_NODE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_NODE add index FK_NODE_PROCDEF
(PROCESSDEFINITION_), 
add constraint FK_NODE_PROCDEF foreign key
(PROCESSDEFINITION_) 
references JBPM_PROCESSDEFINITION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_NODE add index
FK_NODE_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_NODE_PROCDEF foreign
key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_NODE in statement [alter table
JBPM_NODE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_NODE add index FK_NODE_ACTION (ACTION_),
add constraint 
FK_NODE_ACTION foreign key (ACTION_) references JBPM_ACTION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_NODE add index FK_NODE_ACTION
(ACTION_), 
add constraint FK_NODE_ACTION foreign key (ACTION_)
references 
JBPM_ACTION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_NODE in statement [alter table
JBPM_NODE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_NODE add index FK_DECISION_DELEG
(DECISIONDELEGATION), 
add constraint FK_DECISION_DELEG foreign key
(DECISIONDELEGATION) 
references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_NODE add index
FK_DECISION_DELEG 
(DECISIONDELEGATION), add constraint FK_DECISION_DELEG
foreign key 
(DECISIONDELEGATION) references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_NODE in statement [alter table
JBPM_NODE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_NODE add index FK_NODE_SUPERSTATE
(SUPERSTATE_), add 
constraint FK_NODE_SUPERSTATE foreign key (SUPERSTATE_)
references 
JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_NODE add index
FK_NODE_SUPERSTATE 
(SUPERSTATE_), add constraint FK_NODE_SUPERSTATE foreign key

(SUPERSTATE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_NODE in statement [alter table
JBPM_NODE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_POOLEDACTOR add index FK_POOLEDACTOR_SLI 
(SWIMLANEINSTANCE_), add constraint FK_POOLEDACTOR_SLI
foreign key 
(SWIMLANEINSTANCE_) references JBPM_SWIMLANEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_POOLEDACTOR add index
FK_POOLEDACTOR_SLI 
(SWIMLANEINSTANCE_), add constraint FK_POOLEDACTOR_SLI
foreign key 
(SWIMLANEINSTANCE_) references JBPM_SWIMLANEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_POOLEDACTOR in statement [alter table

JBPM_POOLEDACTOR]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_PROCESSDEFINITION add index
FK_PROCDEF_STRTSTA 
(STARTSTATE_), add constraint FK_PROCDEF_STRTSTA foreign key

(STARTSTATE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_PROCESSDEFINITION add index 
FK_PROCDEF_STRTSTA (STARTSTATE_), add constraint
FK_PROCDEF_STRTSTA 
foreign key (STARTSTATE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_PROCESSDEFINITION in statement [alter
table 
JBPM_PROCESSDEFINITION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_PROCESSINSTANCE add index FK_PROCIN_PROCDEF

(PROCESSDEFINITION_), add constraint FK_PROCIN_PROCDEF
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_PROCESSINSTANCE add index 
FK_PROCIN_PROCDEF (PROCESSDEFINITION_), add constraint
FK_PROCIN_PROCDEF 
foreign key (PROCESSDEFINITION_) references
JBPM_PROCESSDEFINITION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_PROCESSINSTANCE in statement [alter
table 
JBPM_PROCESSINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_PROCESSINSTANCE add index FK_PROCIN_ROOTTKN

(ROOTTOKEN_), add constraint FK_PROCIN_ROOTTKN foreign key
(ROOTTOKEN_) 
references JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_PROCESSINSTANCE add index 
FK_PROCIN_ROOTTKN (ROOTTOKEN_), add constraint
FK_PROCIN_ROOTTKN foreign 
key (ROOTTOKEN_) references JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_PROCESSINSTANCE in statement [alter
table 
JBPM_PROCESSINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_PROCESSINSTANCE add index
FK_PROCIN_SPROCTKN 
(SUPERPROCESSTOKEN_), add constraint FK_PROCIN_SPROCTKN
foreign key 
(SUPERPROCESSTOKEN_) references JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_PROCESSINSTANCE add index 
FK_PROCIN_SPROCTKN (SUPERPROCESSTOKEN_), add constraint 
FK_PROCIN_SPROCTKN foreign key (SUPERPROCESSTOKEN_)
references 
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_PROCESSINSTANCE in statement [alter
table 
JBPM_PROCESSINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_RUNTIMEACTION add index FK_RTACTN_PROCINST

(PROCESSINSTANCE_), add constraint FK_RTACTN_PROCINST
foreign key 
(PROCESSINSTANCE_) references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_RUNTIMEACTION add index 
FK_RTACTN_PROCINST (PROCESSINSTANCE_), add constraint
FK_RTACTN_PROCINST 
foreign key (PROCESSINSTANCE_) references
JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_RUNTIMEACTION in statement [alter
table 
JBPM_RUNTIMEACTION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_RUNTIMEACTION add index FK_RTACTN_ACTION
(ACTION_), add 
constraint FK_RTACTN_ACTION foreign key (ACTION_) references
JBPM_ACTION 
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_RUNTIMEACTION add index
FK_RTACTN_ACTION 
(ACTION_), add constraint FK_RTACTN_ACTION foreign key
(ACTION_) 
references JBPM_ACTION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_RUNTIMEACTION in statement [alter
table 
JBPM_RUNTIMEACTION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_SWIMLANE add index FK_SWL_ASSDEL 
(ASSIGNMENTDELEGATION_), add constraint FK_SWL_ASSDEL
foreign key 
(ASSIGNMENTDELEGATION_) references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_SWIMLANE add index
FK_SWL_ASSDEL 
(ASSIGNMENTDELEGATION_), add constraint FK_SWL_ASSDEL
foreign key 
(ASSIGNMENTDELEGATION_) references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_SWIMLANE in statement [alter table
JBPM_SWIMLANE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_SWIMLANE add index FK_SWL_TSKMGMTDEF 
(TASKMGMTDEFINITION_), add constraint FK_SWL_TSKMGMTDEF
foreign key 
(TASKMGMTDEFINITION_) references JBPM_MODULEDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_SWIMLANE add index
FK_SWL_TSKMGMTDEF 
(TASKMGMTDEFINITION_), add constraint FK_SWL_TSKMGMTDEF
foreign key 
(TASKMGMTDEFINITION_) references JBPM_MODULEDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_SWIMLANE in statement [alter table
JBPM_SWIMLANE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_SWIMLANEINSTANCE add index
FK_SWIMLANEINST_TM 
(TASKMGMTINSTANCE_), add constraint FK_SWIMLANEINST_TM
foreign key 
(TASKMGMTINSTANCE_) references JBPM_MODULEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_SWIMLANEINSTANCE add index 
FK_SWIMLANEINST_TM (TASKMGMTINSTANCE_), add constraint 
FK_SWIMLANEINST_TM foreign key (TASKMGMTINSTANCE_)
references 
JBPM_MODULEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_SWIMLANEINSTANCE in statement [alter
table 
JBPM_SWIMLANEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_SWIMLANEINSTANCE add index
FK_SWIMLANEINST_SL 
(SWIMLANE_), add constraint FK_SWIMLANEINST_SL foreign key
(SWIMLANE_) 
references JBPM_SWIMLANE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_SWIMLANEINSTANCE add index 
FK_SWIMLANEINST_SL (SWIMLANE_), add constraint
FK_SWIMLANEINST_SL 
foreign key (SWIMLANE_) references JBPM_SWIMLANE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_SWIMLANEINSTANCE in statement [alter
table 
JBPM_SWIMLANEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASK add index FK_TSK_TSKCTRL
(TASKCONTROLLER_), add 
constraint FK_TSK_TSKCTRL foreign key (TASKCONTROLLER_)
references 
JBPM_TASKCONTROLLER (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASK add index FK_TSK_TSKCTRL

(TASKCONTROLLER_), add constraint FK_TSK_TSKCTRL foreign key

(TASKCONTROLLER_) references JBPM_TASKCONTROLLER (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASK in statement [alter table
JBPM_TASK]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASK add index FK_TASK_ASSDEL
(ASSIGNMENTDELEGATION_), 
add constraint FK_TASK_ASSDEL foreign key
(ASSIGNMENTDELEGATION_) 
references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASK add index FK_TASK_ASSDEL

(ASSIGNMENTDELEGATION_), add constraint FK_TASK_ASSDEL
foreign key 
(ASSIGNMENTDELEGATION_) references JBPM_DELEGATION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASK in statement [alter table
JBPM_TASK]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASK add index FK_TASK_TASKNODE
(TASKNODE_), add 
constraint FK_TASK_TASKNODE foreign key (TASKNODE_)
references JBPM_NODE 
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASK add index
FK_TASK_TASKNODE 
(TASKNODE_), add constraint FK_TASK_TASKNODE foreign key
(TASKNODE_) 
references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASK in statement [alter table
JBPM_TASK]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASK add index FK_TASK_PROCDEF
(PROCESSDEFINITION_), 
add constraint FK_TASK_PROCDEF foreign key
(PROCESSDEFINITION_) 
references JBPM_PROCESSDEFINITION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASK add index
FK_TASK_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_TASK_PROCDEF foreign
key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASK in statement [alter table
JBPM_TASK]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASK add index FK_TASK_STARTST
(STARTSTATE_), add 
constraint FK_TASK_STARTST foreign key (STARTSTATE_)
references 
JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASK add index
FK_TASK_STARTST 
(STARTSTATE_), add constraint FK_TASK_STARTST foreign key
(STARTSTATE_) 
references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASK in statement [alter table
JBPM_TASK]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASK add index FK_TASK_TASKMGTDEF 
(TASKMGMTDEFINITION_), add constraint FK_TASK_TASKMGTDEF
foreign key 
(TASKMGMTDEFINITION_) references JBPM_MODULEDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASK add index
FK_TASK_TASKMGTDEF 
(TASKMGMTDEFINITION_), add constraint FK_TASK_TASKMGTDEF
foreign key 
(TASKMGMTDEFINITION_) references JBPM_MODULEDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASK in statement [alter table
JBPM_TASK]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASK add index FK_TASK_SWIMLANE
(SWIMLANE_), add 
constraint FK_TASK_SWIMLANE foreign key (SWIMLANE_)
references 
JBPM_SWIMLANE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASK add index
FK_TASK_SWIMLANE 
(SWIMLANE_), add constraint FK_TASK_SWIMLANE foreign key
(SWIMLANE_) 
references JBPM_SWIMLANE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASK in statement [alter table
JBPM_TASK]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASKACTORPOOL add index FK_TSKACTPOL_PLACT

(POOLEDACTOR_), add constraint FK_TSKACTPOL_PLACT foreign
key 
(POOLEDACTOR_) references JBPM_POOLEDACTOR (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASKACTORPOOL add index 
FK_TSKACTPOL_PLACT (POOLEDACTOR_), add constraint
FK_TSKACTPOL_PLACT 
foreign key (POOLEDACTOR_) references JBPM_POOLEDACTOR
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Wrong data type: FK_TSKACTPOL_PLACT in statement [alter
table 
JBPM_TASKACTORPOOL add index FK_TSKACTPOL_PLACT]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASKACTORPOOL add index FK_TASKACTPL_TSKI 
(TASKINSTANCE_), add constraint FK_TASKACTPL_TSKI foreign
key 
(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASKACTORPOOL add index
FK_TASKACTPL_TSKI 
(TASKINSTANCE_), add constraint FK_TASKACTPL_TSKI foreign
key 
(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Wrong data type: FK_TASKACTPL_TSKI in statement [alter table

JBPM_TASKACTORPOOL add index FK_TASKACTPL_TSKI]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASKCONTROLLER add index FK_TSKCTRL_DELEG 
(TASKCONTROLLERDELEGATION_), add constraint FK_TSKCTRL_DELEG
foreign key 
(TASKCONTROLLERDELEGATION_) references JBPM_DELEGATION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASKCONTROLLER add index
FK_TSKCTRL_DELEG 
(TASKCONTROLLERDELEGATION_), add constraint FK_TSKCTRL_DELEG
foreign key 
(TASKCONTROLLERDELEGATION_) references JBPM_DELEGATION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASKCONTROLLER in statement [alter
table 
JBPM_TASKCONTROLLER]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASKINSTANCE add index FK_TASKINST_TMINST 
(TASKMGMTINSTANCE_), add constraint FK_TASKINST_TMINST
foreign key 
(TASKMGMTINSTANCE_) references JBPM_MODULEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASKINSTANCE add index
FK_TASKINST_TMINST 
(TASKMGMTINSTANCE_), add constraint FK_TASKINST_TMINST
foreign key 
(TASKMGMTINSTANCE_) references JBPM_MODULEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASKINSTANCE in statement [alter table

JBPM_TASKINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASKINSTANCE add index FK_TASKINST_TOKEN
(TOKEN_), add 
constraint FK_TASKINST_TOKEN foreign key (TOKEN_) references
JBPM_TOKEN 
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASKINSTANCE add index
FK_TASKINST_TOKEN 
(TOKEN_), add constraint FK_TASKINST_TOKEN foreign key
(TOKEN_) 
references JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASKINSTANCE in statement [alter table

JBPM_TASKINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASKINSTANCE add index FK_TASKINST_SLINST 
(SWIMLANINSTANCE_), add constraint FK_TASKINST_SLINST
foreign key 
(SWIMLANINSTANCE_) references JBPM_SWIMLANEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASKINSTANCE add index
FK_TASKINST_SLINST 
(SWIMLANINSTANCE_), add constraint FK_TASKINST_SLINST
foreign key 
(SWIMLANINSTANCE_) references JBPM_SWIMLANEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASKINSTANCE in statement [alter table

JBPM_TASKINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TASKINSTANCE add index FK_TASKINST_TASK
(TASK_), add 
constraint FK_TASKINST_TASK foreign key (TASK_) references
JBPM_TASK (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TASKINSTANCE add index
FK_TASKINST_TASK 
(TASK_), add constraint FK_TASKINST_TASK foreign key (TASK_)
references 
JBPM_TASK (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TASKINSTANCE in statement [alter table

JBPM_TASKINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TIMER add index FK_TIMER_TOKEN (TOKEN_),
add constraint 
FK_TIMER_TOKEN foreign key (TOKEN_) references JBPM_TOKEN
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TIMER add index
FK_TIMER_TOKEN (TOKEN_), 
add constraint FK_TIMER_TOKEN foreign key (TOKEN_)
references JBPM_TOKEN 
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TIMER in statement [alter table
JBPM_TIMER]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TIMER add index FK_TIMER_PRINST
(PROCESSINSTANCE_), add 
constraint FK_TIMER_PRINST foreign key (PROCESSINSTANCE_)
references 
JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TIMER add index
FK_TIMER_PRINST 
(PROCESSINSTANCE_), add constraint FK_TIMER_PRINST foreign
key 
(PROCESSINSTANCE_) references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TIMER in statement [alter table
JBPM_TIMER]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TIMER add index FK_TIMER_ACTION (ACTION_),
add 
constraint FK_TIMER_ACTION foreign key (ACTION_) references
JBPM_ACTION 
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TIMER add index
FK_TIMER_ACTION 
(ACTION_), add constraint FK_TIMER_ACTION foreign key
(ACTION_) 
references JBPM_ACTION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TIMER in statement [alter table
JBPM_TIMER]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TIMER add index FK_TIMER_TSKINST
(TASKINSTANCE_), add 
constraint FK_TIMER_TSKINST foreign key (TASKINSTANCE_)
references 
JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TIMER add index
FK_TIMER_TSKINST 
(TASKINSTANCE_), add constraint FK_TIMER_TSKINST foreign key

(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TIMER in statement [alter table
JBPM_TIMER]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TOKEN add index FK_TOKEN_PARENT (PARENT_),
add 
constraint FK_TOKEN_PARENT foreign key (PARENT_) references
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TOKEN add index
FK_TOKEN_PARENT 
(PARENT_), add constraint FK_TOKEN_PARENT foreign key
(PARENT_) 
references JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TOKEN in statement [alter table
JBPM_TOKEN]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TOKEN add index FK_TOKEN_NODE (NODE_), add
constraint 
FK_TOKEN_NODE foreign key (NODE_) references JBPM_NODE
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TOKEN add index FK_TOKEN_NODE
(NODE_), 
add constraint FK_TOKEN_NODE foreign key (NODE_) references
JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TOKEN in statement [alter table
JBPM_TOKEN]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TOKEN add index FK_TOKEN_PROCINST
(PROCESSINSTANCE_), 
add constraint FK_TOKEN_PROCINST foreign key
(PROCESSINSTANCE_) 
references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TOKEN add index
FK_TOKEN_PROCINST 
(PROCESSINSTANCE_), add constraint FK_TOKEN_PROCINST foreign
key 
(PROCESSINSTANCE_) references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TOKEN in statement [alter table
JBPM_TOKEN]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TOKEN add index FK_TOKEN_SUBPI
(SUBPROCESSINSTANCE_), 
add constraint FK_TOKEN_SUBPI foreign key
(SUBPROCESSINSTANCE_) 
references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TOKEN add index
FK_TOKEN_SUBPI 
(SUBPROCESSINSTANCE_), add constraint FK_TOKEN_SUBPI foreign
key 
(SUBPROCESSINSTANCE_) references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TOKEN in statement [alter table
JBPM_TOKEN]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TOKENVARIABLEMAP add index FK_TKVARMAP_CTXT

(CONTEXTINSTANCE_), add constraint FK_TKVARMAP_CTXT foreign
key 
(CONTEXTINSTANCE_) references JBPM_MODULEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TOKENVARIABLEMAP add index 
FK_TKVARMAP_CTXT (CONTEXTINSTANCE_), add constraint
FK_TKVARMAP_CTXT 
foreign key (CONTEXTINSTANCE_) references
JBPM_MODULEINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TOKENVARIABLEMAP in statement [alter
table 
JBPM_TOKENVARIABLEMAP]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TOKENVARIABLEMAP add index
FK_TKVARMAP_TOKEN (TOKEN_), 
add constraint FK_TKVARMAP_TOKEN foreign key (TOKEN_)
references 
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TOKENVARIABLEMAP add index 
FK_TKVARMAP_TOKEN (TOKEN_), add constraint FK_TKVARMAP_TOKEN
foreign key 
(TOKEN_) references JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TOKENVARIABLEMAP in statement [alter
table 
JBPM_TOKENVARIABLEMAP]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TRANSITION add index FK_TRANSITION_TO
(TO_), add 
constraint FK_TRANSITION_TO foreign key (TO_) references
JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TRANSITION add index
FK_TRANSITION_TO 
(TO_), add constraint FK_TRANSITION_TO foreign key (TO_)
references 
JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TRANSITION in statement [alter table
JBPM_TRANSITION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TRANSITION add index FK_TRANS_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_TRANS_PROCDEF
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TRANSITION add index
FK_TRANS_PROCDEF 
(PROCESSDEFINITION_), add constraint FK_TRANS_PROCDEF
foreign key 
(PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TRANSITION in statement [alter table
JBPM_TRANSITION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_TRANSITION add index FK_TRANSITION_FROM
(FROM_), add 
constraint FK_TRANSITION_FROM foreign key (FROM_) references
JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_TRANSITION add index
FK_TRANSITION_FROM 
(FROM_), add constraint FK_TRANSITION_FROM foreign key
(FROM_) 
references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_TRANSITION in statement [alter table
JBPM_TRANSITION]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEACCESS add index FK_VARACC_TSKCTRL

(TASKCONTROLLER_), add constraint FK_VARACC_TSKCTRL foreign
key 
(TASKCONTROLLER_) references JBPM_TASKCONTROLLER (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEACCESS add index 
FK_VARACC_TSKCTRL (TASKCONTROLLER_), add constraint
FK_VARACC_TSKCTRL 
foreign key (TASKCONTROLLER_) references JBPM_TASKCONTROLLER
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEACCESS in statement [alter
table 
JBPM_VARIABLEACCESS]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEACCESS add index FK_VARACC_SCRIPT
(SCRIPT_), 
add constraint FK_VARACC_SCRIPT foreign key (SCRIPT_)
references 
JBPM_ACTION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEACCESS add index
FK_VARACC_SCRIPT 
(SCRIPT_), add constraint FK_VARACC_SCRIPT foreign key
(SCRIPT_) 
references JBPM_ACTION (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEACCESS in statement [alter
table 
JBPM_VARIABLEACCESS]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEACCESS add index FK_VARACC_PROCST 
(PROCESSSTATE_), add constraint FK_VARACC_PROCST foreign key

(PROCESSSTATE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEACCESS add index
FK_VARACC_PROCST 
(PROCESSSTATE_), add constraint FK_VARACC_PROCST foreign key

(PROCESSSTATE_) references JBPM_NODE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEACCESS in statement [alter
table 
JBPM_VARIABLEACCESS]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEINSTANCE add index FK_VARINST_TK
(TOKEN_), add 
constraint FK_VARINST_TK foreign key (TOKEN_) references
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEINSTANCE add index
FK_VARINST_TK 
(TOKEN_), add constraint FK_VARINST_TK foreign key (TOKEN_)
references 
JBPM_TOKEN (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEINSTANCE in statement [alter
table 
JBPM_VARIABLEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEINSTANCE add index
FK_VARINST_TKVARMP 
(TOKENVARIABLEMAP_), add constraint FK_VARINST_TKVARMP
foreign key 
(TOKENVARIABLEMAP_) references JBPM_TOKENVARIABLEMAP (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEINSTANCE add index 
FK_VARINST_TKVARMP (TOKENVARIABLEMAP_), add constraint 
FK_VARINST_TKVARMP foreign key (TOKENVARIABLEMAP_)
references 
JBPM_TOKENVARIABLEMAP (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEINSTANCE in statement [alter
table 
JBPM_VARIABLEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEINSTANCE add index
FK_VARINST_PRCINST 
(PROCESSINSTANCE_), add constraint FK_VARINST_PRCINST
foreign key 
(PROCESSINSTANCE_) references JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEINSTANCE add index 
FK_VARINST_PRCINST (PROCESSINSTANCE_), add constraint
FK_VARINST_PRCINST 
foreign key (PROCESSINSTANCE_) references
JBPM_PROCESSINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEINSTANCE in statement [alter
table 
JBPM_VARIABLEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEINSTANCE add index FK_VAR_TSKINST 
(TASKINSTANCE_), add constraint FK_VAR_TSKINST foreign key 
(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEINSTANCE add index
FK_VAR_TSKINST 
(TASKINSTANCE_), add constraint FK_VAR_TSKINST foreign key 
(TASKINSTANCE_) references JBPM_TASKINSTANCE (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEINSTANCE in statement [alter
table 
JBPM_VARIABLEINSTANCE]

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
alter table JBPM_VARIABLEINSTANCE add index
FK_BYTEINST_ARRAY 
(BYTEARRAYVALUE_), add constraint FK_BYTEINST_ARRAY foreign
key 
(BYTEARRAYVALUE_) references JBPM_BYTEARRAY (ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Unsuccessful: alter table JBPM_VARIABLEINSTANCE add index 
FK_BYTEINST_ARRAY (BYTEARRAYVALUE_), add constraint
FK_BYTEINST_ARRAY 
foreign key (BYTEARRAYVALUE_) references JBPM_BYTEARRAY
(ID_)

2007-04-10 11:11:05,814 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
Table not found: JBPM_VARIABLEINSTANCE in statement [alter
table 
JBPM_VARIABLEINSTANCE]

2007-04-10 11:11:05,814 INFO 
[org.hibernate.tool.hbm2ddl.SchemaUpdate] 
schema update complete

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.impl.SessionFactoryImpl] 
Checking 29 named HQL queries

2007-04-10 11:11:05,814 DEBUG
[org.hibernate.impl.SessionFactoryImpl] 
Checking named query:
GraphSession.findAllProcessDefinitionVersions

2007-04-10 11:11:05,814 DEBUG 
[org.hibernate.hql.ast.QueryTranslatorImpl] parse() - HQL:

_______________________________________________
ECM mailing list
ECMlists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm

Re: hibernate errors with workflow-jbpm
country flaguser name
France
2007-04-10 08:43:17
"Unexpected token: AUTO_INCREMENT" or  "Wrong
data type: BLOB " means  
that the parser is not MySQL's, which means that somewhere
you're  
still using hsqldb instead of mysql, probably, which doesn't
know  
about auto_increment or blob.

Florent


On 10 Apr 2007, at 11:20, Vincent Dutat wrote:

> Hi,
>
> 2007-04-10 11:11:05,799 DEBUG  
> [org.hibernate.tool.hbm2ddl.SchemaUpdate] create table 

> JBPM_BYTEARRAY (ID_ bigint not null auto_increment,
NAME_ varchar 
> (255), FILEDEFINITION_ bigint, primary key (ID_))
>
> 2007-04-10 11:11:05,799 ERROR  
> [org.hibernate.tool.hbm2ddl.SchemaUpdate] Unsuccessful:
create  
> table JBPM_BYTEARRAY (ID_ bigint not null
auto_increment, NAME_  
> varchar(255), FILEDEFINITION_ bigint, primary key
(ID_))
>
> 2007-04-10 11:11:05,799 ERROR  
> [org.hibernate.tool.hbm2ddl.SchemaUpdate] Unexpected
token:  
> AUTO_INCREMENT in statement [create table
JBPM_BYTEARRAY (ID_  
> bigint not null auto_increment]
>
> 2007-04-10 11:11:05,799 DEBUG  
> [org.hibernate.tool.hbm2ddl.SchemaUpdate] create table 

> JBPM_BYTEBLOCK (PROCESSFILE_ bigint not null, BYTES_
blob, INDEX_  
> integer not null, primary key (PROCESSFILE_, INDEX_))
>
> 2007-04-10 11:11:05,799 ERROR  
> [org.hibernate.tool.hbm2ddl.SchemaUpdate] Unsuccessful:
create  
> table JBPM_BYTEBLOCK (PROCESSFILE_ bigint not null,
BYTES_ blob,  
> INDEX_ integer not null, primary key (PROCESSFILE_,
INDEX_))
>
> 2007-04-10 11:11:05,799 ERROR  
> [org.hibernate.tool.hbm2ddl.SchemaUpdate] Wrong data
type: BLOB in  
> statement [create table JBPM_BYTEBLOCK (PROCESSFILE_
bigint not  
> null, BYTES_ blob]
>

-- 
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1
40 33 79 87



_______________________________________________
ECM mailing list
ECMlists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm

Re: hibernate errors with workflow-jbpm
country flaguser name
France
2007-04-10 08:44:02
Hi Vincent,

I just updated on latest trunk and don't get such errors on
my box. Do
you still get this ? On startup ?

	J.

Vincent Dutat wrote:
> Hi,
> 
> I get the following exception, I cleaned up data
directory but it does
> not help :
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_ACTION (ID_ bigint not null
auto_increment, class
> char(1) not null, NAME_ varchar(255),
ISPROPAGATIONALLOWED_ bit,
> ACTIONEXPRESSION_ varchar(255), ISASYNC_ bit,
REFERENCEDACTION_ bigint,
> ACTIONDELEGATION_ bigint, EVENT_ bigint,
PROCESSDEFINITION_ bigint,
> TIMERNAME_ varchar(255), DUEDATE_ varchar(255), REPEAT_
varchar(255),
> TRANSITIONNAME_ varchar(255), TIMERACTION_ bigint,
EXPRESSION_ text,
> EVENTINDEX_ integer, EXCEPTIONHANDLER_ bigint,
EXCEPTIONHANDLERINDEX_
> integer, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_ACTION (ID_ bigint not
null
> auto_increment, class char(1) not null, NAME_
varchar(255),
> ISPROPAGATIONALLOWED_ bit, ACTIONEXPRESSION_
varchar(255), ISASYNC_ bit,
> REFERENCEDACTION_ bigint, ACTIONDELEGATION_ bigint,
EVENT_ bigint,
> PROCESSDEFINITION_ bigint, TIMERNAME_ varchar(255),
DUEDATE_
> varchar(255), REPEAT_ varchar(255), TRANSITIONNAME_
varchar(255),
> TIMERACTION_ bigint, EXPRESSION_ text, EVENTINDEX_
integer,
> EXCEPTIONHANDLER_ bigint, EXCEPTIONHANDLERINDEX_
integer, primary key
> (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_ACTION
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_BYTEARRAY (ID_ bigint not null
auto_increment, NAME_
> varchar(255), FILEDEFINITION_ bigint, primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_BYTEARRAY (ID_ bigint
not null
> auto_increment, NAME_ varchar(255), FILEDEFINITION_
bigint, primary key
> (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_BYTEARRAY (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_BYTEBLOCK (PROCESSFILE_ bigint not
null, BYTES_ blob,
> INDEX_ integer not null, primary key (PROCESSFILE_,
INDEX_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_BYTEBLOCK (PROCESSFILE_
bigint not null,
> BYTES_ blob, INDEX_ integer not null, primary key
(PROCESSFILE_, INDEX_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Wrong data type: BLOB in statement [create table
JBPM_BYTEBLOCK
> (PROCESSFILE_ bigint not null, BYTES_ blob]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_COMMENT (ID_ bigint not null
auto_increment, VERSION_
> integer not null, ACTORID_ varchar(255), TIME_
datetime, MESSAGE_ text,
> TOKEN_ bigint, TASKINSTANCE_ bigint, TOKENINDEX_
integer,
> TASKINSTANCEINDEX_ integer, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_COMMENT (ID_ bigint not
null
> auto_increment, VERSION_ integer not null, ACTORID_
varchar(255), TIME_
> datetime, MESSAGE_ text, TOKEN_ bigint, TASKINSTANCE_
bigint,
> TOKENINDEX_ integer, TASKINSTANCEINDEX_ integer,
primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_COMMENT
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_DECISIONCONDITIONS (DECISION_ bigint
not null,
> TRANSITIONNAME_ varchar(255), EXPRESSION_ varchar(255),
INDEX_ integer
> not null, primary key (DECISION_, INDEX_))
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_DELEGATION (ID_ bigint not null
auto_increment,
> CLASSNAME_ text, CONFIGURATION_ text, CONFIGTYPE_
varchar(255),
> PROCESSDEFINITION_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_DELEGATION (ID_ bigint
not null
> auto_increment, CLASSNAME_ text, CONFIGURATION_ text,
CONFIGTYPE_
> varchar(255), PROCESSDEFINITION_ bigint, primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_DELEGATION (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_EVENT (ID_ bigint not null
auto_increment, EVENTTYPE_
> varchar(255), TYPE_ char(1), GRAPHELEMENT_ bigint,
PROCESSDEFINITION_
> bigint, NODE_ bigint, TRANSITION_ bigint, TASK_ bigint,
primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_EVENT (ID_ bigint not
null
> auto_increment, EVENTTYPE_ varchar(255), TYPE_ char(1),
GRAPHELEMENT_
> bigint, PROCESSDEFINITION_ bigint, NODE_ bigint,
TRANSITION_ bigint,
> TASK_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_EVENT
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_EXCEPTIONHANDLER (ID_ bigint not null
auto_increment,
> EXCEPTIONCLASSNAME_ text, TYPE_ char(1), GRAPHELEMENT_
bigint,
> PROCESSDEFINITION_ bigint, GRAPHELEMENTINDEX_ integer,
NODE_ bigint,
> TRANSITION_ bigint, TASK_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_EXCEPTIONHANDLER (ID_
bigint not null
> auto_increment, EXCEPTIONCLASSNAME_ text, TYPE_
char(1), GRAPHELEMENT_
> bigint, PROCESSDEFINITION_ bigint, GRAPHELEMENTINDEX_
integer, NODE_
> bigint, TRANSITION_ bigint, TASK_ bigint, primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_EXCEPTIONHANDLER (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_ID_GROUP (ID_ bigint not null
auto_increment, CLASS_
> char(1) not null, NAME_ varchar(255), TYPE_
varchar(255), PARENT_
> bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_ID_GROUP (ID_ bigint
not null
> auto_increment, CLASS_ char(1) not null, NAME_
varchar(255), TYPE_
> varchar(255), PARENT_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_ID_GROUP (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_ID_MEMBERSHIP (ID_ bigint not null
auto_increment,
> CLASS_ char(1) not null, NAME_ varchar(255), ROLE_
varchar(255), USER_
> bigint, GROUP_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_ID_MEMBERSHIP (ID_
bigint not null
> auto_increment, CLASS_ char(1) not null, NAME_
varchar(255), ROLE_
> varchar(255), USER_ bigint, GROUP_ bigint, primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_ID_MEMBERSHIP (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_ID_PERMISSIONS (ENTITY_ bigint not
null, CLASS_
> varchar(255), NAME_ varchar(255), ACTION_
varchar(255))
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_ID_USER (ID_ bigint not null
auto_increment, CLASS_
> char(1) not null, NAME_ varchar(255), EMAIL_
varchar(255), PASSWORD_
> varchar(255), primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_ID_USER (ID_ bigint not
null
> auto_increment, CLASS_ char(1) not null, NAME_
varchar(255), EMAIL_
> varchar(255), PASSWORD_ varchar(255), primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_ID_USER
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_LOG (ID_ bigint not null
auto_increment, CLASS_
> char(1) not null, INDEX_ integer, DATE_ datetime,
TOKEN_ bigint, PARENT_
> bigint, MESSAGE_ text, EXCEPTION_ text, ACTION_ bigint,
NODE_ bigint,
> ENTER_ datetime, LEAVE_ datetime, DURATION_ bigint,
NEWLONGVALUE_
> bigint, TRANSITION_ bigint, CHILD_ bigint, SOURCENODE_
bigint,
> DESTINATIONNODE_ bigint, VARIABLEINSTANCE_ bigint,
OLDBYTEARRAY_ bigint,
> NEWBYTEARRAY_ bigint, OLDDATEVALUE_ datetime,
NEWDATEVALUE_ datetime,
> OLDDOUBLEVALUE_ double precision, NEWDOUBLEVALUE_
double precision,
> OLDLONGIDCLASS_ varchar(255), OLDLONGIDVALUE_ bigint,
NEWLONGIDCLASS_
> varchar(255), NEWLONGIDVALUE_ bigint, OLDSTRINGIDCLASS_
varchar(255),
> OLDSTRINGIDVALUE_ varchar(255), NEWSTRINGIDCLASS_
varchar(255),
> NEWSTRINGIDVALUE_ varchar(255), OLDLONGVALUE_ bigint,
OLDSTRINGVALUE_
> text, NEWSTRINGVALUE_ text, TASKINSTANCE_ bigint,
TASKACTORID_
> varchar(255), TASKOLDACTORID_ varchar(255),
SWIMLANEINSTANCE_ bigint,
> primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_LOG (ID_ bigint not
null auto_increment,
> CLASS_ char(1) not null, INDEX_ integer, DATE_
datetime, TOKEN_ bigint,
> PARENT_ bigint, MESSAGE_ text, EXCEPTION_ text, ACTION_
bigint, NODE_
> bigint, ENTER_ datetime, LEAVE_ datetime, DURATION_
bigint,
> NEWLONGVALUE_ bigint, TRANSITION_ bigint, CHILD_
bigint, SOURCENODE_
> bigint, DESTINATIONNODE_ bigint, VARIABLEINSTANCE_
bigint, OLDBYTEARRAY_
> bigint, NEWBYTEARRAY_ bigint, OLDDATEVALUE_ datetime,
NEWDATEVALUE_
> datetime, OLDDOUBLEVALUE_ double precision,
NEWDOUBLEVALUE_ double
> precision, OLDLONGIDCLASS_ varchar(255),
OLDLONGIDVALUE_ bigint,
> NEWLONGIDCLASS_ varchar(255), NEWLONGIDVALUE_ bigint,
OLDSTRINGIDCLASS_
> varchar(255), OLDSTRINGIDVALUE_ varchar(255),
NEWSTRINGIDCLASS_
> varchar(255), NEWSTRINGIDVALUE_ varchar(255),
OLDLONGVALUE_ bigint,
> OLDSTRINGVALUE_ text, NEWSTRINGVALUE_ text,
TASKINSTANCE_ bigint,
> TASKACTORID_ varchar(255), TASKOLDACTORID_
varchar(255),
> SWIMLANEINSTANCE_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_LOG
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_MESSAGE (ID_ bigint not null
auto_increment, CLASS_
> char(1) not null, DESTINATION_ varchar(255), EXCEPTION_
text,
> ISSUSPENDED_ bit, TOKEN_ bigint, TEXT_ varchar(255),
ACTION_ bigint,
> NODE_ bigint, TRANSITIONNAME_ varchar(255),
TASKINSTANCE_ bigint,
> primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_MESSAGE (ID_ bigint not
null
> auto_increment, CLASS_ char(1) not null, DESTINATION_
varchar(255),
> EXCEPTION_ text, ISSUSPENDED_ bit, TOKEN_ bigint, TEXT_
varchar(255),
> ACTION_ bigint, NODE_ bigint, TRANSITIONNAME_
varchar(255),
> TASKINSTANCE_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_MESSAGE
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_MODULEDEFINITION (ID_ bigint not null
auto_increment,
> CLASS_ char(1) not null, NAME_ text, PROCESSDEFINITION_
bigint,
> STARTTASK_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_MODULEDEFINITION (ID_
bigint not null
> auto_increment, CLASS_ char(1) not null, NAME_ text,
PROCESSDEFINITION_
> bigint, STARTTASK_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_MODULEDEFINITION (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_MODULEINSTANCE (ID_ bigint not null
auto_increment,
> CLASS_ char(1) not null, PROCESSINSTANCE_ bigint,
TASKMGMTDEFINITION_
> bigint, NAME_ varchar(255), primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_MODULEINSTANCE (ID_
bigint not null
> auto_increment, CLASS_ char(1) not null,
PROCESSINSTANCE_ bigint,
> TASKMGMTDEFINITION_ bigint, NAME_ varchar(255), primary
key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_MODULEINSTANCE (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_NODE (ID_ bigint not null
auto_increment, CLASS_
> char(1) not null, NAME_ varchar(255),
PROCESSDEFINITION_ bigint,
> ISASYNC_ bit, ACTION_ bigint, SUPERSTATE_ bigint,
SUBPROCESSDEFINITION_
> bigint, DECISIONEXPRESSION_ varchar(255),
DECISIONDELEGATION bigint,
> SIGNAL_ integer, CREATETASKS_ bit, ENDTASKS_ bit,
NODECOLLECTIONINDEX_
> integer, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_NODE (ID_ bigint not
null
> auto_increment, CLASS_ char(1) not null, NAME_
varchar(255),
> PROCESSDEFINITION_ bigint, ISASYNC_ bit, ACTION_
bigint, SUPERSTATE_
> bigint, SUBPROCESSDEFINITION_ bigint,
DECISIONEXPRESSION_ varchar(255),
> DECISIONDELEGATION bigint, SIGNAL_ integer,
CREATETASKS_ bit, ENDTASKS_
> bit, NODECOLLECTIONINDEX_ integer, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_NODE
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_POOLEDACTOR (ID_ bigint not null
auto_increment,
> ACTORID_ varchar(255), SWIMLANEINSTANCE_ bigint,
primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_POOLEDACTOR (ID_ bigint
not null
> auto_increment, ACTORID_ varchar(255),
SWIMLANEINSTANCE_ bigint, primary
> key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_POOLEDACTOR (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_PROCESSDEFINITION (ID_ bigint not
null auto_increment,
> NAME_ varchar(255), VERSION_ integer,
ISTERMINATIONIMPLICIT_ bit,
> STARTSTATE_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_PROCESSDEFINITION (ID_
bigint not null
> auto_increment, NAME_ varchar(255), VERSION_ integer,
> ISTERMINATIONIMPLICIT_ bit, STARTSTATE_ bigint, primary
key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_PROCESSDEFINITION (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_PROCESSINSTANCE (ID_ bigint not null
auto_increment,
> VERSION_ integer not null, START_ datetime, END_
datetime, ISSUSPENDED_
> bit, PROCESSDEFINITION_ bigint, ROOTTOKEN_ bigint,
SUPERPROCESSTOKEN_
> bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_PROCESSINSTANCE (ID_
bigint not null
> auto_increment, VERSION_ integer not null, START_
datetime, END_
> datetime, ISSUSPENDED_ bit, PROCESSDEFINITION_ bigint,
ROOTTOKEN_
> bigint, SUPERPROCESSTOKEN_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_PROCESSINSTANCE (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_RUNTIMEACTION (ID_ bigint not null
auto_increment,
> VERSION_ integer not null, EVENTTYPE_ varchar(255),
TYPE_ char(1),
> GRAPHELEMENT_ bigint, PROCESSINSTANCE_ bigint, ACTION_
bigint,
> PROCESSINSTANCEINDEX_ integer, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_RUNTIMEACTION (ID_
bigint not null
> auto_increment, VERSION_ integer not null, EVENTTYPE_
varchar(255),
> TYPE_ char(1), GRAPHELEMENT_ bigint, PROCESSINSTANCE_
bigint, ACTION_
> bigint, PROCESSINSTANCEINDEX_ integer, primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_RUNTIMEACTION (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_SWIMLANE (ID_ bigint not null
auto_increment, NAME_
> varchar(255), ACTORIDEXPRESSION_ varchar(255),
POOLEDACTORSEXPRESSION_
> varchar(255), ASSIGNMENTDELEGATION_ bigint,
TASKMGMTDEFINITION_ bigint,
> primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_SWIMLANE (ID_ bigint
not null
> auto_increment, NAME_ varchar(255), ACTORIDEXPRESSION_
varchar(255),
> POOLEDACTORSEXPRESSION_ varchar(255),
ASSIGNMENTDELEGATION_ bigint,
> TASKMGMTDEFINITION_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_SWIMLANE (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_SWIMLANEINSTANCE (ID_ bigint not null
auto_increment,
> NAME_ varchar(255), ACTORID_ varchar(255), SWIMLANE_
bigint,
> TASKMGMTINSTANCE_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_SWIMLANEINSTANCE (ID_
bigint not null
> auto_increment, NAME_ varchar(255), ACTORID_
varchar(255), SWIMLANE_
> bigint, TASKMGMTINSTANCE_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_SWIMLANEINSTANCE (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TASK (ID_ bigint not null
auto_increment, NAME_
> varchar(255), PROCESSDEFINITION_ bigint, DESCRIPTION_
text, ISBLOCKING_
> bit, ISSIGNALLING_ bit, DUEDATE_ varchar(255),
ACTORIDEXPRESSION_
> varchar(255), POOLEDACTORSEXPRESSION_ varchar(255),
TASKMGMTDEFINITION_
> bigint, TASKNODE_ bigint, STARTSTATE_ bigint,
ASSIGNMENTDELEGATION_
> bigint, SWIMLANE_ bigint, TASKCONTROLLER_ bigint,
primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_TASK (ID_ bigint not
null
> auto_increment, NAME_ varchar(255), PROCESSDEFINITION_
bigint,
> DESCRIPTION_ text, ISBLOCKING_ bit, ISSIGNALLING_ bit,
DUEDATE_
> varchar(255), ACTORIDEXPRESSION_ varchar(255),
POOLEDACTORSEXPRESSION_
> varchar(255), TASKMGMTDEFINITION_ bigint, TASKNODE_
bigint, STARTSTATE_
> bigint, ASSIGNMENTDELEGATION_ bigint, SWIMLANE_ bigint,
TASKCONTROLLER_
> bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_TASK
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TASKACTORPOOL (TASKINSTANCE_ bigint
not null,
> POOLEDACTOR_ bigint not null, primary key
(TASKINSTANCE_, POOLEDACTOR_))
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TASKCONTROLLER (ID_ bigint not null
auto_increment,
> TASKCONTROLLERDELEGATION_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_TASKCONTROLLER (ID_
bigint not null
> auto_increment, TASKCONTROLLERDELEGATION_ bigint,
primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_TASKCONTROLLER (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TASKINSTANCE (ID_ bigint not null
auto_increment,
> CLASS_ char(1) not null, NAME_ varchar(255),
DESCRIPTION_ text, ACTORID_
> varchar(255), CREATE_ datetime, START_ datetime, END_
datetime, DUEDATE_
> datetime, PRIORITY_ integer, ISCANCELLED_ bit,
ISSUSPENDED_ bit, ISOPEN_
> bit, ISSIGNALLING_ bit, ISBLOCKING_ bit, TASK_ bigint,
TOKEN_ bigint,
> SWIMLANINSTANCE_ bigint, TASKMGMTINSTANCE_ bigint,
ORDER_ integer,
> ISREJECTED_ bit, DIRECTIVE_ varchar(255), COMMENT_
varchar(255), primary
> key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_TASKINSTANCE (ID_
bigint not null
> auto_increment, CLASS_ char(1) not null, NAME_
varchar(255),
> DESCRIPTION_ text, ACTORID_ varchar(255), CREATE_
datetime, START_
> datetime, END_ datetime, DUEDATE_ datetime, PRIORITY_
integer,
> ISCANCELLED_ bit, ISSUSPENDED_ bit, ISOPEN_ bit,
ISSIGNALLING_ bit,
> ISBLOCKING_ bit, TASK_ bigint, TOKEN_ bigint,
SWIMLANINSTANCE_ bigint,
> TASKMGMTINSTANCE_ bigint, ORDER_ integer, ISREJECTED_
bit, DIRECTIVE_
> varchar(255), COMMENT_ varchar(255), primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_TASKINSTANCE (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TIMER (ID_ bigint not null
auto_increment, NAME_
> varchar(255), DUEDATE_ datetime, REPEAT_ varchar(255),
TRANSITIONNAME_
> varchar(255), EXCEPTION_ text, ISSUSPENDED_ bit,
ACTION_ bigint, TOKEN_
> bigint, PROCESSINSTANCE_ bigint, TASKINSTANCE_ bigint,
GRAPHELEMENTTYPE_
> varchar(255), GRAPHELEMENT_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_TIMER (ID_ bigint not
null
> auto_increment, NAME_ varchar(255), DUEDATE_ datetime,
REPEAT_
> varchar(255), TRANSITIONNAME_ varchar(255), EXCEPTION_
text,
> ISSUSPENDED_ bit, ACTION_ bigint, TOKEN_ bigint,
PROCESSINSTANCE_
> bigint, TASKINSTANCE_ bigint, GRAPHELEMENTTYPE_
varchar(255),
> GRAPHELEMENT_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_TIMER
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TOKEN (ID_ bigint not null
auto_increment, VERSION_
> integer not null, NAME_ varchar(255), START_ datetime,
END_ datetime,
> NODEENTER_ datetime, NEXTLOGINDEX_ integer,
ISABLETOREACTIVATEPARENT_
> bit, ISTERMINATIONIMPLICIT_ bit, ISSUSPENDED_ bit,
NODE_ bigint,
> PROCESSINSTANCE_ bigint, PARENT_ bigint,
SUBPROCESSINSTANCE_ bigint,
> primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_TOKEN (ID_ bigint not
null
> auto_increment, VERSION_ integer not null, NAME_
varchar(255), START_
> datetime, END_ datetime, NODEENTER_ datetime,
NEXTLOGINDEX_ integer,
> ISABLETOREACTIVATEPARENT_ bit, ISTERMINATIONIMPLICIT_
bit, ISSUSPENDED_
> bit, NODE_ bigint, PROCESSINSTANCE_ bigint, PARENT_
bigint,
> SUBPROCESSINSTANCE_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table JBPM_TOKEN
> (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TOKENVARIABLEMAP (ID_ bigint not null
auto_increment,
> TOKEN_ bigint, CONTEXTINSTANCE_ bigint, primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_TOKENVARIABLEMAP (ID_
bigint not null
> auto_increment, TOKEN_ bigint, CONTEXTINSTANCE_ bigint,
primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_TOKENVARIABLEMAP (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_TRANSITION (ID_ bigint not null
auto_increment, NAME_
> varchar(255), PROCESSDEFINITION_ bigint, FROM_ bigint,
TO_ bigint,
> FROMINDEX_ integer, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_TRANSITION (ID_ bigint
not null
> auto_increment, NAME_ varchar(255), PROCESSDEFINITION_
bigint, FROM_
> bigint, TO_ bigint, FROMINDEX_ integer, primary key
(ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_TRANSITION (ID_ bigint not null auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_VARIABLEACCESS (ID_ bigint not null
auto_increment,
> VARIABLENAME_ varchar(255), ACCESS_ varchar(255),
MAPPEDNAME_
> varchar(255), PROCESSSTATE_ bigint, TASKCONTROLLER_
bigint, INDEX_
> integer, SCRIPT_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_VARIABLEACCESS (ID_
bigint not null
> auto_increment, VARIABLENAME_ varchar(255), ACCESS_
varchar(255),
> MAPPEDNAME_ varchar(255), PROCESSSTATE_ bigint,
TASKCONTROLLER_ bigint,
> INDEX_ integer, SCRIPT_ bigint, primary key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_VARIABLEACCESS (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> create table JBPM_VARIABLEINSTANCE (ID_ bigint not null
auto_increment,
> CLASS_ char(1) not null, NAME_ varchar(255), CONVERTER_
char(1), TOKEN_
> bigint, TOKENVARIABLEMAP_ bigint, PROCESSINSTANCE_
bigint,
> BYTEARRAYVALUE_ bigint, DATEVALUE_ datetime,
DOUBLEVALUE_ double
> precision, LONGIDCLASS_ varchar(255), LONGVALUE_
bigint, STRINGIDCLASS_
> varchar(255), STRINGVALUE_ varchar(255), TASKINSTANCE_
bigint, primary
> key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: create table JBPM_VARIABLEINSTANCE (ID_
bigint not null
> auto_increment, CLASS_ char(1) not null, NAME_
varchar(255), CONVERTER_
> char(1), TOKEN_ bigint, TOKENVARIABLEMAP_ bigint,
PROCESSINSTANCE_
> bigint, BYTEARRAYVALUE_ bigint, DATEVALUE_ datetime,
DOUBLEVALUE_ double
> precision, LONGIDCLASS_ varchar(255), LONGVALUE_
bigint, STRINGIDCLASS_
> varchar(255), STRINGVALUE_ varchar(255), TASKINSTANCE_
bigint, primary
> key (ID_))
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unexpected token: AUTO_INCREMENT in statement [create
table
> JBPM_VARIABLEINSTANCE (ID_ bigint not null
auto_increment]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_ACTION add index FK_ACTION_EVENT
(EVENT_), add
> constraint FK_ACTION_EVENT foreign key (EVENT_)
references JBPM_EVENT (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_EVENT
> (EVENT_), add constraint FK_ACTION_EVENT foreign key
(EVENT_) references
> JBPM_EVENT (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_ACTION add index FK_ACTION_EXPTHDL
(EXCEPTIONHANDLER_),
> add constraint FK_ACTION_EXPTHDL foreign key
(EXCEPTIONHANDLER_)
> references JBPM_EXCEPTIONHANDLER (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_EXPTHDL
> (EXCEPTIONHANDLER_), add constraint FK_ACTION_EXPTHDL
foreign key
> (EXCEPTIONHANDLER_) references JBPM_EXCEPTIONHANDLER
(ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_ACTION add index FK_ACTION_PROCDEF
> (PROCESSDEFINITION_), add constraint FK_ACTION_PROCDEF
foreign key
> (PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_PROCDEF
> (PROCESSDEFINITION_), add constraint FK_ACTION_PROCDEF
foreign key
> (PROCESSDEFINITION_) references JBPM_PROCESSDEFINITION
(ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_ACTION add index FK_CRTETIMERACT_TA
(TIMERACTION_), add
> constraint FK_CRTETIMERACT_TA foreign key
(TIMERACTION_) references
> JBPM_ACTION (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: alter table JBPM_ACTION add index
FK_CRTETIMERACT_TA
> (TIMERACTION_), add constraint FK_CRTETIMERACT_TA
foreign key
> (TIMERACTION_) references JBPM_ACTION (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_ACTION add index FK_ACTION_ACTNDEL
(ACTIONDELEGATION_),
> add constraint FK_ACTION_ACTNDEL foreign key
(ACTIONDELEGATION_)
> references JBPM_DELEGATION (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_ACTNDEL
> (ACTIONDELEGATION_), add constraint FK_ACTION_ACTNDEL
foreign key
> (ACTIONDELEGATION_) references JBPM_DELEGATION (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_ACTION add index FK_ACTION_REFACT
(REFERENCEDACTION_),
> add constraint FK_ACTION_REFACT foreign key
(REFERENCEDACTION_)
> references JBPM_ACTION (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: alter table JBPM_ACTION add index
FK_ACTION_REFACT
> (REFERENCEDACTION_), add constraint FK_ACTION_REFACT
foreign key
> (REFERENCEDACTION_) references JBPM_ACTION (ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Table not found: JBPM_ACTION in statement [alter table
JBPM_ACTION]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_BYTEARRAY add index FK_BYTEARR_FILDEF
> (FILEDEFINITION_), add constraint FK_BYTEARR_FILDEF
foreign key
> (FILEDEFINITION_) references JBPM_MODULEDEFINITION
(ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Unsuccessful: alter table JBPM_BYTEARRAY add index
FK_BYTEARR_FILDEF
> (FILEDEFINITION_), add constraint FK_BYTEARR_FILDEF
foreign key
> (FILEDEFINITION_) references JBPM_MODULEDEFINITION
(ID_)
> 
> 2007-04-10 11:11:05,799 ERROR
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> Table not found: JBPM_BYTEARRAY in statement [alter
table JBPM_BYTEARRAY]
> 
> 2007-04-10 11:11:05,799 DEBUG
[org.hibernate.tool.hbm2ddl.SchemaUpdate]
> alter table JBPM_BYTEBLOCK add ind