cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java

2003-01-01 Thread dims
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

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable Utils.java

2003-01-01 Thread haddadc
haddadc 2003/01/01 14:29:14 Modified:java/src/org/apache/axis/wsdl/symbolTable Utils.java Log: Fix for Bug# 15752. TypeEntry QName for elements below anonymous elements were being assigned a QName that did not match the QName associated with deserialized elements. The two lines m

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java

2003-01-01 Thread gdaniels
gdaniels2003/01/01 14:21:43 Modified:java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java Log: Don't repeat overloaded method names in allowedMethods Revision ChangesPath 1.72 +15 -4 xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaDeployWriter.java

Re: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

2003-01-01 Thread Chris Haddad
Steve - for some reason, that's not what works on my NT box here's the output from happyaxis.jsp when my system works... Found SAAJ API (javax.xml.soap.SOAPMessage) at D:\Tomcat 4.1\common\lib\saaj.jar Found JAX-RPC API (javax.xml.rpc.Service) at D:\Tomcat 4.1\common\lib\jaxrpc.jar Found Apac

Re: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

2003-01-01 Thread Chris Haddad
Steve - i'm still not clear why log4j is the only jar we distribute with a version number tacked onto the end. Irregardless, the class is found even if the jar is named something else. the jarname in the check was chosen because that is the name of the jarfile distributed with Axis. i'd be much

Re: [GUMP] Build Failure - Axis

2003-01-01 Thread Steve Loughran
This may be related to recent 'improvements' in the ant classloader mechanism; forwarded to ant-dev. - Original Message - From: "Sam Ruby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 06:41 Subject: [GUMP] Build Failure - Axis > transport-layer: > Caught

fw: Gump failing for axis

2003-01-01 Thread Steve Loughran
\jakarta-oro\jakarta-oro-20030101.jar;\home\rubys\jakarta\jakart a-ant\dist\lib\ant.jar;\home\rubys\jakarta\jakarta-ant\dist\lib\nodeps.jar;\ home\rubys\jakarta\jakarta-ant\dist\lib\ant-junit.jar;\home\rubys\jakarta\ja karta-ant\dist\lib\ant-stylebook.jar;\home\rubys\jakarta\jakarta-ant\dist\li b\ant

Re: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

2003-01-01 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 22:19 Subject: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp > +needed+=needClass(out, "org.apache.log4j.Layout", > +"log4j-1.2.4.jar", > +"L

Re: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

2003-01-01 Thread Steve Loughran
- Original Message - From: "Chris Haddad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 08:15 Subject: Re: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp > Dims, i agree with your statement. i believe that i'm running into some >

Re: status? - offline support for axis tests

2003-01-01 Thread Steve Loughran
- Original Message - From: "Chris Haddad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 07:18 Subject: status? - offline support for axis tests > Team - i have a case where there's an interop issue with a .NET > web service passing a strongly typed dataset

DO NOT REPLY [Bug 11766] - The wsdl used by axis when a service is called is not the same as generated by java2wsdl

2003-01-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13146] - On-the-fly wsdl generation incorrect for some overloaded methods

2003-01-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/description ServiceDesc.java

2003-01-01 Thread gdaniels
gdaniels2003/01/01 09:45:52 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Fix bugs: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13146 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11766 Be more careful about matching overloaded methods with

Re: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

2003-01-01 Thread Chris Haddad
Dims, i agree with your statement. i believe that i'm running into some very strange classloading issues under Tomcat4.1.12. maybe i need advice on the proper configuration. i'm using the default reliance on log4j logging. If log4j-1.2.4.jar is in /commons/lib all is well, if it is moved to /w

status? - offline support for axis tests

2003-01-01 Thread Chris Haddad
Team - i have a case where there's an interop issue with a .NET web service passing a strongly typed dataset. the offline support for axis tests would be a perfect solution for adding the test case to the axis code base. is this functionality checked in? if so, where would i find an example of i

[GUMP] Build Failure - Axis

2003-01-01 Thread Sam Ruby
s\java\external\build\xml-apis.jar;\home\rubys\jakarta\xml-xerces2\java\build\xmlParserAPIs.jar;\home\rubys\jakarta\xml-xerces2\java\build\xercesImpl.jar;\home\rubys\jakarta\xml-axis\java;\usr\java\j2sdk1.4.1_01\jre\lib\rt.jar;\home\rubys\jakarta\jakarta-oro\jakarta-oro-20030101.jar;\home\rubys\jakarta\j

Re: cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

2003-01-01 Thread Davanum Srinivas
Chris, We need to find the source of this dependency (and try to remove it). It should be able to use commons logger and jdk14's logging capability without needing log4j. Thanks, dims --- [EMAIL PROTECTED] wrote: > haddadc 2002/12/31 22:19:26 > > Modified:java/webapps/axis happyaxis.

DO NOT REPLY [Bug 15750] New: - JAXRPCHandler is invalid

2003-01-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu