antelder    2002/11/01 09:16:00

  Modified:    java/src/org/apache/wsif/base
                        PrivateCompositeExtensionRegistry.java
  Log:
  fix trace to not do full trace of the ignored exception
  
  Revision  Changes    Path
  1.3       +1 -1      
xml-axis-wsif/java/src/org/apache/wsif/base/PrivateCompositeExtensionRegistry.java
  
  Index: PrivateCompositeExtensionRegistry.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/base/PrivateCompositeExtensionRegistry.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PrivateCompositeExtensionRegistry.java    30 Oct 2002 15:42:21 -0000      1.2
  +++ PrivateCompositeExtensionRegistry.java    1 Nov 2002 17:16:00 -0000       1.3
  @@ -202,7 +202,7 @@
                   Trc.exit(ee);
                   return ee;
               } catch (WSDLException ignored) {
  -                     Trc.exception(ignored);
  +                     Trc.ignoredException(ignored);
               }
           }
           ee = super.createExtension(parentType, elementType);
  
  
  


Reply via email to