[
https://jira.jboss.org/jira/browse/JBPM-1755?page=com.atlassian.jira.plug...
]
Heiko Braun reopened JBPM-1755:
-------------------------------
Alejandro, your last fix is incomplete:
cd modules/enterprise
mvn test
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jbpm.persistence.jta.JtaDbPersistenceTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 10.892 sec <<<
FAILURE!
results in
10:29:25,503 ERROR [JDBCExceptionReporter] Column not found: NODE0_.PARENTLOCKMODE_ in
statement [/* load org.jbpm.graph.def.Node */ select node0_.ID_ as ID1_5_0_, node0_.NAME_
as NAME3_5_0_, node0_.DESCRIPTION_ as DESCRIPT4_5_0_, node0_.PROCESSDEFINITION_ as
PROCESSD5_5_0_, node0_.ISASYNC_ as ISASYNC6_5_0_, node0_.ISASYNCEXCL_ as ISASYNCE7_5_0_,
node0_.ACTION_ as ACTION8_5_0_, node0_.SUPERSTATE_ as SUPERSTATE9_5_0_,
node0_.SUBPROCNAME_ as SUBPROC10_5_0_, node0_.SUBPROCESSDEFINITION_ as SUBPROC11_5_0_,
node0_.DECISIONEXPRESSION_ as DECISIO12_5_0_, node0_.DECISIONDELEGATION as DECISIO13_5_0_,
node0_.SCRIPT_ as SCRIPT14_5_0_, node0_.PARENTLOCKMODE_ as PARENTL15_5_0_, node0_.SIGNAL_
as SIGNAL16_5_0_, node0_.CREATETASKS_ as CREATET17_5_0_, node0_.ENDTASKS_ as
ENDTASKS18_5_0_, node0_.CLASS_ as CLASS2_5_0_ from JBPM_NODE node0_ where node0_.ID_=?]
make field Join.parentLockMode persistent
-----------------------------------------
Key: JBPM-1755
URL:
https://jira.jboss.org/jira/browse/JBPM-1755
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Engine
Affects Versions: jBPM 3.3.0 CR1
Reporter: Alejandro Guizar
Assignee: Alejandro Guizar
Fix For: jBPM 3.3.0 GA
The value of field Join.parentLockMode is read from the process definition but no
database mapping was defined for it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira