[jbpm-dev] [Design of JBoss jBPM] - Drill down on database incompatibilities

thomas.diesler@jboss.com do-not-reply at jboss.com
Tue Nov 18 09:37:36 EST 2008


Folks,

I compared the generated DDL scripts between

* jpdl-3.2.2-SOA-4.2.0.CP02
* jbpm-3.3.0.GA

Here the results


  | --- src/main/resources/ddl/jbpm.jpdl.mysql.sql	(revision 2985)
  | +++ src/main/resources/ddl/jbpm.jpdl.mysql.sql	(working copy)
  | 
  | -create table JBPM_MODULEDEFINITION (... NAME_ text,         ...)
  | +create table JBPM_MODULEDEFINITION (... NAME_ varchar(255), ...)
  | 
  | -create table JBPM_NODE (...                               SIGNAL_ integer, ...)
  | +create table JBPM_NODE (... PARENTLOCKMODE_ varchar(255), SIGNAL_ integer, ...)
  | 
  | -create table JBPM_VARIABLEINSTANCE (... STRINGVALUE_ text,         ...)
  | +create table JBPM_VARIABLEINSTANCE (... STRINGVALUE_ varchar(255), ...)
  | 

Is this what you would expect?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190144#4190144

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190144



More information about the jbpm-dev mailing list