When i try to deploy an ear on
jboss I get the following errors:
ERROR [SchemaExport] Unsuccessful: create table JBPM_ACTION (ID_ int8 not null, class char(1) not null, NAME_ varchar(255), ISPROPAGATIONALLOWED_ bool, ACTIONEXPRESSION_ varchar(255), ISASYNC_ bool, REFERENCEDACTION_ int8, ACTIONDELEGATION_ int8, EVENT_ int8, PROCESSDEFINITION_ int8, EXPRESSION_ varchar(4000), TIMERNAME_ varchar(255), DUEDATE_ varchar(255), REPEAT_ varchar(255), TRANSITIONNAME_ varchar(255), TIMERACTION_ int8, EVENTINDEX_ int4, EXCEPTIONHANDLER_ int8, EXCEPTIONHANDLERINDEX_ int4, primary key (ID_))
17:24:47,468 ERROR [SchemaExport] Wrong data type: INT8 in statement [create table JBPM_ACTION (ID_ int8]
.................
.....................................
...............................
I've tried with PostgreSQL, MYSQL, HSQL...I get the same error.
Does anybody have a clue?
Thanks!