Demian Calcaprina [http://community.jboss.org/people/calca] created the discussion
"Re: jBPM5.1 : History Information and Reporting using API" To view the discussion, visit: http://community.jboss.org/message/638223#638223 -------------------------------------------------------------- It seems to be a bug in dispose method, which is solved in master: https://github.com/droolsjbpm/jbpm/blob/5.1.0.M1.x/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java https://github.com/droolsjbpm/jbpm/blob/5.1.0.M1.x/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java https://github.com/droolsjbpm/jbpm/blob/master/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java https://github.com/droolsjbpm/jbpm/blob/master/jbpm-bam/src/main/java/org/jbpm/process/audit/JPAProcessInstanceDbLog.java em is null because you never used it. Anyway, to use this Process instance Log, you can just use processInstaceLogger.find<Process/Node/Variable>Instances method to get the information you need. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/638223#638223] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
