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

Johan.Parent do-not-reply at jboss.com
Thu Jul 26 05:04:58 EDT 2007


It is a long shot but do you have a logging service in your jbpm.cfg.xml if not then nothing gets written in the JBPM_LOG (example below).

Regards,

Johan


  <jbpm-context>
  |     <service name="persistence" factory="org.jbpm.persistence.db.DbPersistenceServiceFactory" />
  |     <service name="message" factory="org.jbpm.msg.db.DbMessageServiceFactory" />
  |     <service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
  |     <service name="logging" factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
  |     <service name="authentication" factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory" />
  |   </jbpm-context>

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

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



More information about the jboss-dev-forums mailing list