Hi,
I'm using BonitaSoft version 6.2.1.
Anybody ever has been coded a Recorder? I have trying code, but I hadn't success.
Anybody has an example?
BR
Hi,
I'm using BonitaSoft version 6.2.1.
Anybody ever has been coded a Recorder? I have trying code, but I hadn't success.
Anybody has an example?
BR
ttoine
I’m using this - http://documentation.bonitasoft.com/5x/bos-56/development/use-recorders-track-engine-events (version 5.10).
We found several troubles on version 5.10: deadlocks, transaction timeout, … The bonitaSoft server 6.x is better (BonitaSoft says that), but I don’t know how could I code that feature - recorder track engine events.
A BonitaSoft Consultant said me the feature isn’t found it on community edition.
I found on file (/opt/bonita/bonita_home-6.2.1/server/platform/tenant-template/conf/services/cfg.xml) a injection of String (<bean id=“recorderSync” class=“org.bonitasoft.engine.recorder.impl.RecorderImpl”>).
I think there is a manner to bind this feature and the bonitaSoft server loads the “recorder”. I has been used the “recorder” how a trigger for communicate to other server.
hello, what do you mean by "recorder" ? Could you provide the code examples you tried ?
My inspiration:
https://github.com/bonitasoft/bonita-engine/blob/master/services/bonita-recorder/bonita-recorder-impl/src/main/java/org/bonitasoft/engine/recorder/impl/RecorderImpl.java