[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database
pattchen
do-not-reply at jboss.com
Mon May 28 07:16:49 EDT 2007
I've looked at services configuration in jBPM doc.
By default,jBPM provides an implementation of Logging services through 2 classes:
DbLoggingServiceFactory which implements ServiceFactory
| DbLoggingService which implements LoggingService
|
| I guess that for my problem, I should provide a class FileLoggingServiceFactory which must implement ServiceFactory, and is a factory for FileLoggingService which must implement LoggingService.
|
| It doesn't seem to be easy...I'm still surprised to be the first person to have this need -:).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049012#4049012
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049012
More information about the jboss-user
mailing list