Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-5021

Client EJB Interceptor context data serialized into privateData map on server side

XMLWordPrintable

      On the client side we have an ejb interceptor which puts some custom data to the ContextData map with context.getContextData().put(...). This data is then serialized to the invocation stream (via writeAttachements). But on the server side this data is deserialized to the 'priveData' member of the enclosing InterceptorContext instance of the current InvocationContext object (with readAttachments). This data map is not accessable from our server side standard ejb interceptor with context.getContextData().get(...)

              jaikiran Jaikiran Pai (Inactive)
              Michael_Gronau Michael Gronau (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: