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
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
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
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
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