1 Reply Latest reply on Aug 8, 2011 10:45 AM by tigerblue

    Websphere: SOAP hanlder called from different threads?

    tigerblue

      I am currently wrestling with porting to Websphere (http://seamframework.org/Community/WebsphereAndWebserviceNoSeamContextSOAPHandlerNotCalled).


      I have written (aka copied and modified) a SOAPHandler.


      However when trying to restore a conversation I always get null as a conversation context (from Contexts.getConversationContext()).


      Each single call to a webservice method and consequently to the hanlder handleInbound() method seems to be done from a different thread.


      Question: Is this normal?
      Can/should calls to handler methods be from different threads?