[jboss-user] [JBoss jBPM] - Re: Some clarifications on jBPM audit logging
jbarrez
do-not-reply at jboss.com
Fri Oct 31 04:08:35 EDT 2008
1. logging is tunred on by adding <service name='logging' factory='org.jbpm.logging.db.DbLoggingServiceFactory' /> to the jbpm.cfg.xml
2. In the database, in the table JBPM_LOG. All process activity is stored there. Try to use the Hibernate LogInstance class and subclasses to make reading the data there a bit easier.
3. No existing tools atm
4. No, you will have to code it yourself
5. There is an excellent document (+70pages), but I can't seem to find it on the SeeWhy website. Perhaps you should email them (that's how I got the document)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185919#4185919
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185919
More information about the jboss-user
mailing list