Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 13064 invoked by uid 500); 14 Oct 2002 14:02:36 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 13054 invoked from network); 14 Oct 2002 14:02:35 -0000 Message-ID: From: Tom Jordahl To: "'axis-dev@xml.apache.org'" Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTabl e SymbolTable.java Date: Mon, 14 Oct 2002 10:02:28 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was wondering why we were seeing that warning message from WSDL2Java. Good catch Russell! -- Tom Jordahl Macromedia Server Development -----Original Message----- From: butek@apache.org [mailto:butek@apache.org] Sent: Thursday, October 10, 2002 4:59 PM To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java butek 2002/10/10 13:58:47 Modified: java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java Log: SymbolTable.populateBindings has had two symbolTablePut calls for some time now, but only today did it start complaining about it. Since we don't need them both, I've gotten rid of one so we don't see this silly error. Revision Changes Path 1.48 +0 -1 xml-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTable.java Index: SymbolTable.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTable.java,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- SymbolTable.java 10 Oct 2002 19:56:45 -0000 1.47 +++ SymbolTable.java 10 Oct 2002 20:58:47 -0000 1.48 @@ -1609,7 +1609,6 @@ } // binding operations bEntry.setFaults(faultMap); - symbolTablePut(bEntry); } } // populateBindings