Hello,
I'm writing and Interceptor and I would like to store custom data in the EntityEnterpriceContext. I'm looking for something much like the payload mechanism in the Invocation class (which is great by the way). The data I want to store is Context specific and storing it in the Invocation does not work for me.
Writting a Service just to hold a Context flag seems like overkill to me. Is there anywhere I can put this Context data?
Philippe