DO NOT REPLY [Bug 13154] - BeanDeser... and java.sql.Date

2002-10-06 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_b

RE: rpc/literal support in explicitHeaderWork branch

2002-10-06 Thread Glen Daniels
Hi Rich! I haven't had a chance to review the code yet, but the description below sounds great. My only concern is the connection between multirefs and encodingStyle - there might be other encodingStyles which people come up with (Use.ENCODED?) which don't support multi-ref. I'd been thi

RE: ant functional-tests fails? class LogEntry not recognized

2002-10-06 Thread Manoj Sharma
Thanks. Ill give the latest build a try. Yes I am using JDK1.4. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 06, 2002 9:58 AM To: [EMAIL PROTECTED] Subject: Re: ant functional-tests fails? class LogEntry not recognized Please try latest bui

cvs commit: xml-axis/java/test/wsdl/interop4/groupH/complexRPCenc ComplexRpcEncServiceTestCase.java

2002-10-06 Thread gdaniels
gdaniels2002/10/06 21:12:23 Modified:java/test/wsdl/interop4/groupH/complexDocLit Tag: interop4 ComplexDocLitBindingImpl.java ComplexDocLitServiceTestCase.java java/test/wsdl/interop4/groupH/complexRPCenc Tag: interop4

cvs commit: xml-axis/java/test/wsdl/interop4/groupH/simpleDocLit build.xml

2002-10-06 Thread gdaniels
gdaniels2002/10/06 20:49:39 Modified:java/test/wsdl/interop4/groupH/simpleDocLit Tag: interop4 build.xml Added: java/test/wsdl/interop4/groupH/complexDocLit Tag: interop4 ComplexDocLitBindingImpl.java Comple

cvs commit: xml-axis/java/test/wsdl/interop4/groupH/simpleDocLit SimpleDocLitBindingImpl.java SimpleDocLitServiceTestCase.java build.xml

2002-10-06 Thread gdaniels
gdaniels2002/10/06 20:42:28 Modified:java/src/org/apache/axis/encoding Tag: interop4 DeserializerImpl.java java/src/org/apache/axis/encoding/ser Tag: interop4 ArrayDeserializer.java SimpleDeserializer.java jav

cvs commit: xml-axis/java/test/wsdl/types ComprehensiveTypes.wsdl

2002-10-06 Thread gdaniels
gdaniels2002/10/06 19:23:29 Modified:java/src/org/apache/axis Tag: interop4 AxisFault.java java/src/org/apache/axis/description Tag: interop4 OperationDesc.java java/src/org/apache/axis/encoding Tag: interop4

cvs commit: xml-axis/java/samples/userguide build.xml

2002-10-06 Thread rubys
rubys 2002/10/06 17:34:03 Modified:java/docs Tag: axis1_0 axis-bibliography.bib integration-guide.html reading.html reference.html user-guide.html java/samples/userguide Tag: axis1_0 build.xml Added: java/docs Tag:

BUG: onFault gets invoked only in the same chain

2002-10-06 Thread Geza.Szocs
Hi, I don't exactly know if this is supposed to work this way: when a handler throws a fault, the onFault method only gets invoked for the handlers in the same chain. For example if the fault is in transport chain, the global chain handlers' onFault won't be invoked. Is this a bug ?

auto types in TypeMappingImpl

2002-10-06 Thread Jianliang Zhao
Hi All, I was using the auto typing feature in RC1, and it was working fine. After I upgraded Axis to RC2, the WSDL generation works fine with automatic type mapping for java types without explicit type mapping, but at the serialization time, I got the error saying no serializer found for the

Axis 1.0rc2 soapmonitor

2002-10-06 Thread Bill Grubbs
According to the axis bug page (http://xml.apache.org/axis/bugs.html) this should be the axis-user mail group, but I don't think so...   I'll try anyway.  The SOAPMonitor applet has just the .java and not the .class file in the distribution directories as part of the installation.  Is this

How do I change the axis environment's default socket factory ???

2002-10-06 Thread Mark Hansen
Can anyone explain (or point to documentation) that tells me how I can change the axis environment's default socket factory (and default secure socket factory). My goal is to have the class org.apache.axis.components.net.SocketFactoryFactory return a custome socket factory that I've written for m

RE: Char datatypes with SOAP

2002-10-06 Thread Jianliang Zhao
I got the same problem and didn't find anything in the documentation to deal with it. Could someone give us a solution? -Original Message- From: Alphonsus [mailto:[EMAIL PROTECTED]] Sent: 2002?10?3? 12:21 To: SOAP List Subject: Char datatypes with SOAP Hi all, has anyone had tr

Problem compiling RC1...

2002-10-06 Thread Sreekanth Thirunagari
Hi all, I am not sure if i have to send this mail to developer or user list. I just downloaded the 1.0rc1 and I am not able to build it using the ant compile command. It gives me the following exception: C:\axis-1_0>ant compile Buildfile: build.xml BUILD FAILED Total time: 4 seconds C:\axis

Re: dependencies

2002-10-06 Thread David Chappell
FYI - This page loads OK under IE, but I get a javascript error from Netscape - Not Found The requested URL /axis/dist/1_0rc2/resources/script.js was not found on this server. Apache/2.0.42 Server at xml.apache.org Port 80 I'm using Netscape 4.77 (lame, I know). If anyone has v6 or v7 and it

DO NOT REPLY [Bug 13346] New: - Tomcat thorws NullPointerException

2002-10-06 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_b

Re: ant functional-tests fails? class LogEntry not recognized

2002-10-06 Thread Davanum Srinivas
Please try latest build from http://xml.apache.org/dist/axis/nightly. (Are u using JDK14?) Thanks, dims --- Manoj Sharma <[EMAIL PROTECTED]> wrote: > Hi, > > > Get an error while trying to run ant functional-tests.The LogEntry class in > the comprehensive_types packages is not being created a