[rules-users] Issue with drools-flow/persistence

nanic23 nanic23 at hotmail.com
Tue Apr 13 12:17:27 EDT 2010


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.



More information about the rules-users mailing list