I am getting exactly the same error in the exactly same way.
Any one knows what might we be doing wrong?
By looking at the database I noticed that for both tables (workiteminfo and
processinstanceinfo) the column
"workitembytearray" and "processinstancebytearray" respectively have
all
NULL entries.
And the exception seems to be thrown from
org.drools.persistence.processinstance.
WorkItemInfo
getWorkItem() {
ByteArrayInputStream bais = new ByteArrayInputStream(
workItemByteArray );
.................
}
AND
ProcessInstanceInfo
getProcessInstance(...,...) {
.........
ByteArrayInputStream bais = new
ByteArrayInputStream(processInstanceByteArray);
..........
}
Any ideas why this is happening and how to solve it?
Anything is very welcome.
Thanks,
Nick.
--
View this message in context:
http://n3.nabble.com/Issue-with-drools-flow-persistence-tp101623p716438.html
Sent from the Drools - User mailing list archive at
Nabble.com.