Re: [DISCUSS] CallContext and related questions

2019-03-12 Thread Daan Hoogland
Yes, that would seem appropriate On Tue, Mar 12, 2019 at 12:08 AM Nikolaos Dalezios wrote: > To simplify the question, > How to share a variable/object from ApiServlet class to ActionEventUtils > class? Is CallCotnext the correct way? > > Στις Κυρ, 10 Μαρ 2019 στις 11:12 μ.μ., ο/η Nikolaos Dalez

Re: [DISCUSS] CallContext and related questions

2019-03-11 Thread Nikolaos Dalezios
To simplify the question, How to share a variable/object from ApiServlet class to ActionEventUtils class? Is CallCotnext the correct way? Στις Κυρ, 10 Μαρ 2019 στις 11:12 μ.μ., ο/η Nikolaos Dalezios < dale...@gmail.com> έγραψε: > Thank you Daan, > I'm proposing an alternative format to store even

Re: [DISCUSS] CallContext and related questions

2019-03-10 Thread Nikolaos Dalezios
Thank you Daan, I'm proposing an alternative format to store events (at the moment to a log file, not to database). You are right about the fact that all necessary information is in the event. But, in order to extend the auditing capabilities, additional information would be nice to be added to th

Re: [DISCUSS] CallContext and related questions

2019-03-10 Thread Daan Hoogland
Nikos, I am not sure if I understand your objective. It would seem to me that all information to proces an event should be in the event. Does it suffice to add information to the event message for your purposes? On Sun, Mar 10, 2019 at 10:52 AM Nikolaos Dalezios wrote: > Hello developers. I am i

[DISCUSS] CallContext and related questions

2019-03-10 Thread Nikolaos Dalezios
Hello developers. I am implementing CADF event logging . In "server" project, in class ActionEventUtils, I am calling my method to log the CADF event. Something like createCadfRecord(EventVO event) All the mapping and information I am using for CADF are being extracted from the event. My problem