0 Replies Latest reply on Jul 6, 2009 9:02 AM by david.boaz

    passing context information in remote bean

      Hi all,

      I have an existing API with already defined method signatures. The interface is a @Stateful @Remote bean.

      I'd like to pass additional information (not part of the signature) to the bean. for example, to pass the user locale and timezone.
      (actually, we did a similar trick with our existing WebService interface using the SOAP Headers).

      Is it possible to use a 'context' that will contain that additional information? How the client should write to that context, and how the service should extract that information?

      Thanks, David