antelder    2002/11/04 08:55:16

  Modified:    java/src/org/apache/wsif/providers/soap/apacheaxis
                        WSIFOperation_ApacheAxis.java
  Log:
  Correct the order which jms:properties get  set so that the properties in the wsif 
conext message take precedence
  
  Revision  Changes    Path
  1.29      +1 -2      
xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java
  
  Index: WSIFOperation_ApacheAxis.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- WSIFOperation_ApacheAxis.java     24 Oct 2002 17:24:09 -0000      1.28
  +++ WSIFOperation_ApacheAxis.java     4 Nov 2002 16:55:16 -0000       1.29
  @@ -620,8 +620,6 @@
                        dest.setProperties(inJmsPropVals);
                }
   
  -             setDestinationContext(dest); // TODO WSDL props override context???
  -
                ArrayList objects = new ArrayList();
                for (int i = 0; i < names.length; i++) {
                        Object obj;
  @@ -657,6 +655,7 @@
                        }
                }
   
  +             setDestinationContext(dest);
                setCallContext(call);
                call.setSOAPActionURI(getSoapActionURI());
   
  
  
  


Reply via email to