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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...