Re: Timing and null patch

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 17:00 Subject: Re: Timing and null patch > On Thu, 27 Jun 2002, Steve Loughran wrote: > > > > Unfortunately - no. I just got stack traces, no time to investigate > > > the real cause for the objects beeing null

Re: Nil problem - one more step

2002-06-27 Thread Sam Ruby
[EMAIL PROTECTED] wrote: > > I'll just try to move to axis on both ends ( well, a modified axis > that uses Hashtables for maps, otherwise I'll have to edit too > much code ) > > Any info on this one ? Is the correct mapping a Hashtable or a > HashMap ? Now we should support either. Give it a

cvs commit: xml-axis/java/test/utils TestJavaUtils.java

2002-06-27 Thread rubys
rubys 2002/06/27 23:17:55 Modified:java/src/org/apache/axis/encoding DefaultTypeMappingImpl.java java/src/org/apache/axis/utils JavaUtils.java java/test/encoding TestDeser.java java/test/utils TestJavaUtils.java Lo

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-06-27 Thread stevel
stevel 2002/06/27 23:09:23 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: I commented this out so we can get the test data to fix the problem. Added a note for anyone debugging the class. Revision ChangesPath 1.38 +5 -0 xml-axis/java/src/org/

Re: Nil problem - one more step

2002-06-27 Thread costinm
On Thu, 27 Jun 2002 [EMAIL PROTECTED] wrote: > I'll just try to move to axis on both ends ( well, a modified axis Done. Sam and everybody - many thanks for your help, I got everything working on axis. There is only the Hashtable problem, but I'll just use a modified axis for now. Costin

Re: Nil problem - one more step

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Sam Ruby wrote: > > targetException=java.lang.IllegalArgumentException: No mapping found for > > ':name' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.] > > > > at org.apache.soap.rpc.Call.invoke(Call.java:296) > > So, provide a mapping

Re: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread Sanjiva Weerawarana
"Scott Nichol" <[EMAIL PROTECTED]> writes: > > > > I'm not sure I understand - is 'null' valid in the 99 schema ? Isn't Axis > > supposed to interoperate with that particular schema ? I find it hard to > > believe that this level of backward incompatibility is possible. > > In the 1999 and 2000 sc

Re: Nil problem - one more step

2002-06-27 Thread Sam Ruby
Costin Manolache wrote: > > After updating apacheSOAP to the latest version - it > seems it detects nil corectly, and it has another problem. > > What apacheSOAP sends is: > > > What Axis sends: > > > ApacheSOAP doesn't accept this input, since the type is missing > ( xsd:string ) - so it fa

Re: Timing and null patch

2002-06-27 Thread Sam Ruby
Costin Manolache wrote: > > I used an older version initially, but now I updated to HEAD. > > Now apacheSOAP sends nil, but of course that doesn't change the > fact that Axis doesn't accept 'null' - which I think it should. It should already. See http://marc.theaimsgroup.com/?l=axis-dev&m=102

Re: Timing and null patch

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Sam Ruby wrote: > > I think you can drop the 'nil' change for now - it only help > > Axis to accept the input from ApacheSoap, but not the reverse - > > Axis will still send nil which apacheSoap will not recognize. > > What version of Apache SOAP are you using? From what

Nil problem - one more step

2002-06-27 Thread costinm
After updating apacheSOAP to the latest version - it seems it detects nil corectly, and it has another problem. What apacheSOAP sends is: What Axis sends: ApacheSOAP doesn't accept this input, since the type is missing ( xsd:string ) - so it fails with: No mapping found for ':name' using en

Re: Timing and null patch

2002-06-27 Thread Sam Ruby
[EMAIL PROTECTED] wrote: > > I think you can drop the 'nil' change for now - it only help > Axis to accept the input from ApacheSoap, but not the reverse - > Axis will still send nil which apacheSoap will not recognize. What version of Apache SOAP are you using? From what I can see, this was

Re: Timing and null patch

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Steve Loughran wrote: > > Unfortunately - no. I just got stack traces, no time to investigate > > the real cause for the objects beeing null - just put the checks in > > and kept going. Sorry. > > would be nice if the nil patch compiled. The version of java I am using > requ

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 3:54 PM Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java > stevel 2002/06/27 15:54:55 > > Modified:java/src/org/apache/axis/wsdl/fromJava Types.

cvs commit: xml-axis/java/webapps/axis/WEB-INF web.xml

2002-06-27 Thread stevel
stevel 2002/06/27 16:29:22 Modified:java/webapps/axis/WEB-INF web.xml Log: turned admin servlet off; added jsp and jws (!) files to the welcome file list Revision ChangesPath 1.13 +5 -1 xml-axis/java/webapps/axis/WEB-INF/web.xml Index: web.xml =

Re: Soap and Attachment - Huge Data

2002-06-27 Thread lemotz lemotz
I found this discussion in Axis-dev mailing list. This is from last year. Does AXIS still implement DataHandler serializer that encodes the whole attachments into memory? Do you have any suggestions how can AXIS developers avoid this? Any comments/helps will be greatly appreciated. Best regard

cvs commit: xml-axis/java/test/encoding TestDeser.java TestDeser1999.java TestDeser2000.java TestDeser2001.java

2002-06-27 Thread rubys
rubys 2002/06/27 16:10:37 Modified:java/src/org/apache/axis/encoding DeserializerImpl.java java/test/encoding TestDeser.java TestDeser1999.java TestDeser2000.java TestDeser2001.java Log: Add support for 1999 and 2000's schema's xsi:null attri

cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-27 Thread stevel
stevel 2002/06/27 16:06:39 Modified:java/src/org/apache/axis/client Call.java Log: timing from costin Revision ChangesPath 1.149 +12 -1 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java ===

cvs commit: xml-axis/java/src/org/apache/axis/server AxisServer.java

2002-06-27 Thread stevel
stevel 2002/06/27 16:06:14 Modified:java/src/org/apache/axis/server AxisServer.java Log: timing from costin Revision ChangesPath 1.69 +42 -0 xml-axis/java/src/org/apache/axis/server/AxisServer.java Index: AxisServer.java =

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-06-27 Thread stevel
stevel 2002/06/27 15:54:55 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: costin's null patch with some bracing round clauses thrown in. Revision ChangesPath 1.37 +10 -4 xml-axis/java/src/org/apache/axis/wsdl/fromJava/Types.java Index: Typ

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-27 Thread stevel
stevel 2002/06/27 15:44:13 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: costin's logging of times Revision ChangesPath 1.119 +30 -3 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ==

cvs commit: xml-axis/java/src/org/apache/axis/encoding Deserializer.java

2002-06-27 Thread stevel
stevel 2002/06/27 15:42:29 Modified:java/src/org/apache/axis/encoding Deserializer.java Log: comment fixup Revision ChangesPath 1.33 +3 -3 xml-axis/java/src/org/apache/axis/encoding/Deserializer.java Index: Deserializer.java

Re: Timing and null patch

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 3:00 PM Subject: Re: Timing and null patch > On Thu, 27 Jun 2002, Steve Loughran wrote: > > > > The patch adds a new logger named 'org.apache.axis.TIME'. If you enable > > > debugging on

DO NOT REPLY [Bug 10141] - Axis does not serialize custom Exception Data

2002-06-27 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: Timing and null patch

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Steve Loughran wrote: > > The patch adds a new logger named 'org.apache.axis.TIME'. If you enable > > debugging on it, it'll display various interesting times - the > > Call.invoke(), time spent in the real method, time spent decoding > > and sending the response. > > > >

Re: Timing and null patch

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 13:55 Subject: Timing and null patch > The patch adds a new logger named 'org.apache.axis.TIME'. If you enable > debugging on it, it'll display various interesting times - the > Call.i

DO NOT REPLY [Bug 10299] - Bean serialize for bean without getter/setter methods

2002-06-27 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

Timing and null patch

2002-06-27 Thread costinm
The patch adds a new logger named 'org.apache.axis.TIME'. If you enable debugging on it, it'll display various interesting times - the Call.invoke(), time spent in the real method, time spent decoding and sending the response. There is also the quick fix for nil/null, and few null pointer excep

Re: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Sam Ruby wrote: > [EMAIL PROTECTED] wrote: > > > > I can't modify the ApacheSOAP version. > > Actually, you can. ;-) I meant in my application - you know, all the testing and fun involved when you change a library and you have deadlines. Plus understanding the code is ne

DO NOT REPLY [Bug 10300] New: - Bean deserialize for complex types does not work

2002-06-27 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: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Sam Ruby wrote: > +1. Lets start with the wire dump, and determine the correct fix. > > For reference, > > http://www.w3.org/TR/xmlschema-0/#Nils > http://www.w3.org/TR/2000/CR-xmlschema-0-20001024/#Nulls > > The original Apache SOAP didn't support 2001 schema because, we

DO NOT REPLY [Bug 10299] New: - Bean serialize for bean without getter/setter methods

2002-06-27 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: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread Sam Ruby
[EMAIL PROTECTED] wrote: > > I can't modify the ApacheSOAP version. Actually, you can. ;-) > I'm not sure I understand - is 'null' valid in the 99 schema ? Isn't Axis > supposed to interoperate with that particular schema ? I find it hard to > believe that this level of backward incompatibilit

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-06-27 Thread scheu
This change will help Axis pass one of the TCK tests, but the solution is not compliant with JSR 101. If WSDL is not present, getPorts should throw a ServiceException not return a null iterator. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-51

Re: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread Sam Ruby
Scott Nichol wrote: > >>>First, I noticed that apache-soap is sometimes using 'null' while >>>axis is using 'nil'. I have no idea why this happens - but it >>>affects the interoperability ( i.e. can't make calls from apache-soap >>>to axis ). I have a simple patch that would accept null - let

Re: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Scott Nichol wrote: > > I'm not sure I understand - is 'null' valid in the 99 schema ? Isn't Axis > > supposed to interoperate with that particular schema ? I find it hard to > > believe that this level of backward incompatibility is possible. > > In the 1999 and 2000 schema

Re: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread Scott Nichol
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 2:51 PM Subject: Re: HashMap/Hashtable, nil/null and timing. > On Thu, 27 Jun 2002, Scott Nichol wrote: > > > > > First, I noticed that apache-soap is sometimes using 'null' while > > >

cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-06-27 Thread dims
dims2002/06/27 12:37:00 Modified:java/src/org/apache/axis/client Service.java Log: Handle the case where wsdlService is null. Revision ChangesPath 1.63 +2 -5 xml-axis/java/src/org/apache/axis/client/Service.java Index: Service.java ==

DO NOT REPLY [Bug 9405] - Need to support qualified and unqualified attributes

2002-06-27 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 10292] - org.apache.axis.wsdl.toJava.Emitter.getGeneratedFileNames() includes Helpers even when they're not generated

2002-06-27 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: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Scott Nichol wrote: > > > First, I noticed that apache-soap is sometimes using 'null' while > > > axis is using 'nil'. I have no idea why this happens - but it > > > affects the interoperability ( i.e. can't make calls from apache-soap > > > to axis ). I have a simple patch t

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

2002-06-27 Thread tomj
tomj2002/06/27 11:51:38 Modified:java/src/org/apache/axis/wsdl/toJava JavaBeanHelperWriter.java Emitter.java Log: Fix bug 10292: Generated file info contains Helper class even when not generated. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10292

DO NOT REPLY [Bug 10292] - org.apache.axis.wsdl.toJava.Emitter.getGeneratedFileNames() includes Helpers even when they're not generated

2002-06-27 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

DO NOT REPLY [Bug 9966] - WSDL2Java Doesn't support any unsigned types.

2002-06-27 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 9967] - WSDL2Java Doesn't support xsd:time

2002-06-27 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 9717] - wsdl2java doesn't seem to understand some of the basic schema types

2002-06-27 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

Re: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread Scott Nichol
> > First, I noticed that apache-soap is sometimes using 'null' while > > axis is using 'nil'. I have no idea why this happens - but it > > affects the interoperability ( i.e. can't make calls from apache-soap > > to axis ). I have a simple patch that would accept null - let me know > > if I can s

cvs commit: xml-axis/java/src/org/apache/axis/client Service.java ServiceFactory.java

2002-06-27 Thread dims
dims2002/06/27 11:06:17 Modified:java/src/org/apache/axis/utils axisNLS.properties java/test/wsdl/types DynamicProxyTestCase.java java/src/org/apache/axis/client Service.java ServiceFactory.java Log: TCK compliance fixes.

cvs commit: xml-axis/java/src/org/apache/axis/utils ClassUtils.java

2002-06-27 Thread scheu
scheu 2002/06/27 10:22:32 Modified:java/src/org/apache/axis/encoding SerializationContextImpl.java java/src/org/apache/axis/encoding/ser BaseDeserializerFactory.java BaseSerializerFactory.java

Re: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 9:46 AM Subject: Re: HashMap/Hashtable, nil/null and timing. > Hello ? > > Anyone interested in interoperability or migration from ApacheSOAP ? yeah, I guess we should interop with our

DO NOT REPLY [Bug 10292] New: - org.apache.axis.wsdl.toJava.Emitter.getGeneratedFileNames() includes Helpers even when they're not generated

2002-06-27 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: HashMap/Hashtable, nil/null and timing.

2002-06-27 Thread costinm
Hello ? Anyone interested in interoperability or migration from ApacheSOAP ? Costin On Wed, 26 Jun 2002 [EMAIL PROTECTED] wrote: > I have 3 problems. > > First, I noticed that apache-soap is sometimes using 'null' while > axis is using 'nil'. I have no idea why this happens - but it > affec

cvs commit: xml-axis/java/test/wsdl Wsdl2javaTestSuite.xml

2002-06-27 Thread dims
dims2002/06/27 09:36:10 Modified:java/src/org/apache/axis/client AxisClient.java Call.java java/src/org/apache/axis AxisEngine.java java/src/org/apache/axis/utils axisNLS.properties java/test/functional TestJAXRPCSamples.java

cvs commit: xml-axis/java/samples/jaxrpc/hello - New directory

2002-06-27 Thread dims
dims2002/06/27 09:32:19 xml-axis/java/samples/jaxrpc/hello - New directory

DO NOT REPLY [Bug 10290] New: - Use of common Java classes like String and Object is not fully scoped in some stubs (for example enums).

2002-06-27 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

FYI: WS-Security to Oasis

2002-06-27 Thread James M Snell
FYI: Thought y'all might be interested in this . "Microsoft, IBM, and VeriSign have submitted WS-Security, a group of Web services security specs first announced last April, to the Oasis standards group. The growing list of all-star players that have already agreed to serve on the Oasis te

Release manager AWOL?

2002-06-27 Thread Sam Ruby
Glen Daniels wrote: > > > Please be careful about major changes at this point as we rev up for beta-3. > At some point soon (maybe tomorrow?), I'd like to cut a beta-3 branch, and then > let people continue with TCK-related changes, etc. on the HEAD. Then we can > more easily freeze the release

Re: [Logging] NullPointerException at getCachedFactory/Hashtable inAxisServlet

2002-06-27 Thread Glyn Normington
This may be a red herring, but it may help anyone digging into this problem. Hashtable can behave unpredictably (which could include throwing a NPE) if a key object is updated after it has been added to a Hashtable, especially if this changes the hash value of the key. The unpredictable behaviour

cvs commit: xml-axis-wsif/java/test/shop _ShoppingCartHome_Stub.java _ShoppingCart_Stub.java

2002-06-27 Thread owenb
owenb 2002/06/27 07:50:43 Removed: java/test/shop _ShoppingCartHome_Stub.java _ShoppingCart_Stub.java Log: Removed generated stub code for ShoppingCart EJB

cvs commit: xml-axis-wsif/java/test/jrom JROMTests.java

2002-06-27 Thread owenb
owenb 2002/06/27 07:46:42 Modified:java/src/org/apache/wsif/providers/soap/apachesoap WSIFPort_ApacheSOAP.java WSIFOperation_ApacheSOAP.java java/src/org/apache/wsif/base WSIFServiceImpl.java WSIFDe

[Logging] NullPointerException at getCachedFactory/Hashtable in AxisServlet

2002-06-27 Thread Miguel A Paraz
Hi, I can't tell if this is a Commons Logging or Axis problem: When I run the Axis AdminClient for a deploy.wsdd, I get the attached file in the Tomcat log. For this part: Caused by: java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:326) at org.apache.comm

RE: code contribution

2002-06-27 Thread Geza.Szocs
Hi, Here is the stuff I promised. It is not compeletely finished, but I thought you'd better receive this working version as soon as possible, otherwise Axis code might change quite a lot. So this is a modified HTTPSender, which supports some Digest authentication. More SSL customization is

RE: [PATCH] for RPCProvider.java

2002-06-27 Thread Tom Jordahl
John, Please feel free to submit some new tests. We always need more tests! -- Tom Jordahl -Original Message- From: John Gregg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 6:12 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PATCH] for RPCProvider.java I loo

BeanSerializer bug?

2002-06-27 Thread Joseph Carew
I posted this on axis-user yesterday and haven't heard anything so I hoping that it was the wrong forum.  Here is the issue.  I have a "Bean" that I am passing to the call object as an argument to my service.  The call never makes it out of the client VM.  The code is in the main method of

[GUMP] Build timed out - Axis

2002-06-27 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details. Last

XML Protocol WG's Last Call for Review of SOAP 1.2

2002-06-27 Thread Glyn Normington
If you haven't seen this already Glyn - Forwarded by Glyn Normington/UK/IBM on 27/06/02 13:48 - David

Help needed for Axis setup

2002-06-27 Thread Ramamoorthy Namachivayam
Dear Friends, I am new to Axis - SOAP implementation. As per the document available from Apache,i hv downloaded tomcat4.0.4 and also xml-axis-beta1 from that site. As per the instructions i hv installed the tomcat and xml-axis and moved the respective jar files to tomcat\webapps folder.However

Problem (Bug?) in WSDL2Java

2002-06-27 Thread Dittmann Werner
Hi all, during generation of the client-side files from a WSDL file I spotted a problem. The following WSDL fragment (extracted from the GetQute example) shows the problem: ... lines deleted http://schemas.xmlsoap.org/soap/http"/> ** here i

Re: handling java.lang.Error

2002-06-27 Thread Davanum Srinivas
John, If you are using latest nightly or cvs. Please ONE breakpoint in ClassUtils's loadClass method. Thanks, dims --- John Gregg <[EMAIL PROTECTED]> wrote: > Hi all. > > I checked the developer's guide but didn't see an answer. > > I tend to see a lot of catch clauses that specify either Ax

Re: cvs commit: xml-axis/java/src/org/apache/axis/deployment/wsdd/providersWSDDHandlerProvider.java

2002-06-27 Thread Glyn Normington
dims, Thanks for your recent cleanup activities! Deleting code is a hallmark of good programming and certainly helps the rest of us understand the code that remains. Glyn

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/logging Tr.java

2002-06-27 Thread whitlock
whitlock2002/06/27 03:44:49 Modified:java/src/org/apache/wsif/providers/ejb WSIFDynamicProvider_EJB.java WSIFOperation_EJB.java WSIFPort_EJB.java java/src/org/apache/wsif/logging Tr.java Log: Improve trace Revision

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java WSIFJmsSender.java

2002-06-27 Thread whitlock
whitlock2002/06/27 03:40:33 Modified:java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java WSIFJmsSender.java Log: Make WSIF use axis nightly build 240602 Revision ChangesPath 1.12 +11 -18 xml-axis-wsif/java/src

Re: Axis Beta 2 Questoins

2002-06-27 Thread Harald Schmitt
Hi, you can configure your client with a file called client-config.wsdd. Within the Element you can specify a for custom ser/deser, a , a , a and a for error handling. In , and you can use a chain or a handler. You could look at the html file in the wsdd directory to view the schema of a