dims2003/01/20 10:07:00
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Temporary fix for Gump Failure with soap12-add-test.wsdl
Notes:
- Is the WSDL bad? Need to rollback this fix if so.
Revision ChangesPath
1.71 +2 -0
xml-a
dims2003/01/15 05:38:34
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix for Bug 16083 - WSDL2Java suddenly breaking with NPE
Notes:
- If we dont find type="???" in mime:content set it by default to text/plain.
- probably broke when i was addi
dims2003/01/01 16:02:42
Modified:java/test/wsdl/interop4/groupG/dime/doc build.xml
dime-doc.wsdl
java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Added: java/test/wsdl/interop4/groupG/dime/doc
Attachment
dims2002/12/26 13:37:01
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix for 15669 - W2DL2Java - NullPointerException if PortType for Port is missing
Revision ChangesPath
1.62 +5 -3
xml-axis/java/src/org/apache/axis/wsdl/symbolT
dims2002/12/01 14:28:56
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix for Bug 13562 - WSDL2Java -n with xsd:include causes stack overflow
Revision ChangesPath
1.57 +2 -1
xml-axis/java/src/org/apache/axis/wsdl/symbolTable/Symbo
dims2002/11/30 19:09:44
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Throw exception only if we are about to add it to the symbolTable.
Revision ChangesPath
1.56 +3 -4
xml-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTabl
dims2002/11/30 16:03:42
Modified:java/src/org/apache/axis/i18n resource.properties
java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix for Bug 13901 - Null pointer exception occurred while parsing WSDL
Notes:
- Am throwing exception with info
dims2002/11/29 19:55:11
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix for Bug 13950 - Parser error for HTTP-style message parts
Revision ChangesPath
1.54 +4 -1
xml-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTable.jav
dims2002/11/22 06:38:54
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix for Bug 14712 - wsdl2java can not do standard s and does not support
xml:lang and xsi:schemaLocation
Revision ChangesPath
1.52 +18 -1
xml-axis/java/src/org/
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 12:14 PM
Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable
SymbolTable.java
> +}
> +
> +/**
> + * Option attribute
dims2002/11/01 12:14:57
Modified:java/docs/ant axis-java2wsdl.html
java/src/org/apache/axis/wsdl/fromJava Emitter.java
Types.java
java/src/org/apache/axis/wsdl Java2WSDL.java
java/tools/org/apache/axis/tools/ant/wsd
dims2002/10/29 14:07:28
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix problem reported by "Peake, Chris" <[EMAIL PROTECTED]>
http://marc.theaimsgroup.com/?l=axis-dev&m=103584380417649&w=2
Note:
We should call setQName ONLY for CollectionEle
scheu 2002/10/15 10:13:57
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
minor NPE fix
Revision ChangesPath
1.49 +2 -2
xml-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTable.java
Index: SymbolTable.java
==
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
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
butek 2002/10/02 13:46:55
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fix for http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13214.
XML import processing was faulty. Thanks to Charles Savage
([EMAIL PROTECTED]) for the fix.
Revision Ch
butek 2002/09/24 13:29:18
Modified:java/src/org/apache/axis/i18n resource.properties
java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Fixed http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10365.
If a binding operation doesn't match a portType oper
tomj2002/09/24 13:19:57
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Added: java/test/wsdl/wrapped_inout WrappedInOutTestCase.java
WrappedInOutSoapImpl.java wrapped_inout.wsdl
build.xml
Log:
Fix bug 1
tomj2002/09/24 09:03:38
Modified:java/src/org/apache/axis/encoding/ser ArraySerializer.java
java/src/org/apache/axis/wsdl/gen Parser.java
java/src/org/apache/axis/providers/java RPCProvider.java
java/src/org/apache/axis/wsdl/symbolTable S
gdaniels2002/09/19 13:45:54
Modified:java/src/org/apache/axis/wsdl/fromJava Types.java
java/src/org/apache/axis/wsdl/gen Parser.java
java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
A little cleanup of unused stuff.
Revision Changes
tomj02/05/09 11:38:23
Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java
Log:
Once more fix the getURL function to correctly do imports.
Convert backslashes to forward slashes for URL processing.
The URL class does NOT treat them as the same for file URLs
21 matches
Mail list logo