[jboss-user] [JBoss jBPM] - Re: Process Logging Not Happening Correctly

2008-02-23 Thread etluchs
For me, the solution was to explicitly call ProcessContext.save(ProcessInstance) before the end of each transactions. Obviously, some kinds of log-entries are not saved automatically via some cascading collection, but require explicit saving. View the original post :

[jboss-user] [JBoss jBPM] - Re: Process Logging Not Happening Correctly

2008-02-22 Thread etluchs
I've got a similar problem with jbpm-jpdl 3.2.1. Funnily, only variable instance changes are logged, nothing else. Maybe, there's some logging-configuration necessary which is not obvious from the docs? View the original post :