I was wondering why we were seeing that warning message from WSDL2Java. Good catch Russell!
-- Tom Jordahl Macromedia Server Development -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 4:59 PM To: [EMAIL PROTECTED] 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