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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...