You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by wh...@apache.org on 2002/09/03 16:04:43 UTC

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/jms WSIFPort_Jms.java WSIFOperation_Jms.java

whitlock    2002/09/03 07:04:43

  Modified:    java/src/org/apache/wsif/providers/jms WSIFPort_Jms.java
                        WSIFOperation_Jms.java
  Log:
  Fix async operation by making non-serializables transient
  
  Revision  Changes    Path
  1.10      +1 -1      xml-axis-wsif/java/src/org/apache/wsif/providers/jms/WSIFPort_Jms.java
  
  Index: WSIFPort_Jms.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/jms/WSIFPort_Jms.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- WSIFPort_Jms.java	27 Aug 2002 15:40:36 -0000	1.9
  +++ WSIFPort_Jms.java	3 Sep 2002 14:04:43 -0000	1.10
  @@ -92,7 +92,7 @@
       private JMSAddress fieldObjectReference = null; // 'physical connection'
   
       protected Map operationInstances = new HashMap();
  -    private WSIFJMSDestination jmsDest;
  +    transient private WSIFJMSDestination jmsDest;
   
       /**
        * ctor
  
  
  
  1.21      +1 -1      xml-axis-wsif/java/src/org/apache/wsif/providers/jms/WSIFOperation_Jms.java
  
  Index: WSIFOperation_Jms.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/jms/WSIFOperation_Jms.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- WSIFOperation_Jms.java	27 Aug 2002 15:40:36 -0000	1.20
  +++ WSIFOperation_Jms.java	3 Sep 2002 14:04:43 -0000	1.21
  @@ -132,7 +132,7 @@
       private boolean asyncOperation;
       private JMSFormatter formatter;
       private static final long ASYNC_TIMEOUT = WSIFProperties.getAsyncTimeout();
  -    private WSIFJMSDestination jmsDest;
  +    transient private WSIFJMSDestination jmsDest;
   
       /**
        * ctor