[Design of JBoss jBPM] - Re: Schema for the current BI implementation?
by heiko.braun@jboss.com
What's all this?
| OLDBYTEARRAY_ bigint,
| NEWBYTEARRAY_ bigint,
| OLDDATEVALUE_ timestamp,
| NEWDATEVALUE_ timestamp,
| OLDDOUBLEVALUE_ double,
| NEWDOUBLEVALUE_ double,
| 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_ varchar(4000),
| NEWSTRINGVALUE_ varchar(4000),
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165818#4165818
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165818
16 years, 4 months
[Design of JBoss jBPM] - Re: Schema for the current BI implementation?
by tom.baeyens@jboss.com
create table JBPM_LOG (
| ID_ bigint generated by default as identity (start with 1),
| CLASS_ char(1) not null,
| INDEX_ integer,
| DATE_ timestamp,
| TOKEN_ bigint,
| PARENT_ bigint,
| MESSAGE_ varchar(4000),
| EXCEPTION_ varchar(4000),
| ACTION_ bigint,
| NODE_ bigint,
| ENTER_ timestamp,
| LEAVE_ timestamp,
| DURATION_ bigint,
| NEWLONGVALUE_ bigint,
| TRANSITION_ bigint,
| CHILD_ bigint,
| SOURCENODE_ bigint,
| DESTINATIONNODE_ bigint,
| VARIABLEINSTANCE_ bigint,
| OLDBYTEARRAY_ bigint,
| NEWBYTEARRAY_ bigint,
| OLDDATEVALUE_ timestamp,
| NEWDATEVALUE_ timestamp,
| OLDDOUBLEVALUE_ double,
| NEWDOUBLEVALUE_ double,
| 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_ varchar(4000),
| NEWSTRINGVALUE_ varchar(4000),
| TASKINSTANCE_ bigint,
| TASKACTORID_ varchar(255),
| TASKOLDACTORID_ varchar(255),
| SWIMLANEINSTANCE_ bigint,
| primary key (ID_)
| )
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165814#4165814
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165814
16 years, 4 months
jBPM3 module ownership
by Thomas Diesler
Hi Tom/Team,
I am in the search of component owners for these modules in jBPM3. Every
component should be owned by a living soul that I can talk to if there
is an issue with that module.
console
distribution (thomas)
enterprise
jbpm4jsf
jpdl/core
jpdl/db
jpdl/examples
jpdl/identity
jpdl/simulation
jpdl/userguide (tom)
jpdl/ws (heiko)
I filled in the owners for the modules that I know of. Please provide
the missing information.
https://jira.jboss.org/jira/browse/JBPM-1403
cheers
-thomas
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
BPM Product Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
16 years, 4 months