[jboss-dev-forums] [Design of JBoss jBPM] - JBPM_LOG issue

prassib do-not-reply at jboss.com
Thu Jan 25 18:49:22 EST 2007


I wrote a test program that runs against an in-memory database. I can successfully create a LoggingInstance by calling the method getLoggingInstance on the ProcessInstance. I can catch hold of the NodeLogs from the LoggingInstance & get the Node_Enter & Node_leave times.

when we run similar code inside my application against my production database(DB2), my NodeLogs List size is always 0. I checked the database, there are no records in the JBPM_LOG table. Other tables like JBPM_PROCESSINSTANCE, JBPM_TOKEN, JBPM_TRANSITION show all the appropriate records but the JBPM_LOG table is always empty.

Could anyone throw some light, why this could be happening?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006607#4006607

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006607



More information about the jboss-dev-forums mailing list