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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to