You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Achim Derigs <Ac...@InnoviData.COM> on 2001/04/19 13:08:39 UTC

Found bug in StatefulEJBProvider

Hi,

I found a bug in SOAP 2.1:

*** xml-soap/java/src/org/apache/soap/providers/StatefulEJBProvider.java	Tue Jan 16 09:26:40 2001
--- ../../external/tss/mcp/databus/soap/src/org/apache/soap/providers/StatefulEJBProvider.java	Thu Apr 19 13:03:24 2001
***************
*** 222,228 ****
      targetObjectURI = origCall.getTargetObjectURI() ;
      servlet         = servletRef ;
      session         = sessObj ;
!     methodName = origCall.getMethodName();
      methodParameters = origCall.getParams();
  
      // Check if there is a key appended to the URI;
--- 222,228 ----
      targetObjectURI = origCall.getTargetObjectURI() ;
      servlet         = servletRef ;
      session         = sessObj ;
!     this.methodName = methodName;
      methodParameters = origCall.getParams();
  
      // Check if there is a key appended to the URI;

Regards
Achim