cvs commit: xml-axis/c/src/common BasicTypeSerializer.h BasicTypeSerializer.cpp

2003-07-22 Thread susantha
susantha2003/07/21 23:03:00 Modified:c/src/common BasicTypeSerializer.h BasicTypeSerializer.cpp Log: no message Revision ChangesPath 1.7 +1 -1 xml-axis/c/src/common/BasicTypeSerializer.h Index: BasicTypeSerializer.h

encoded characters in SOAP Axis

2003-07-22 Thread Jan Hudec
Hello, I have very simple Axis SOAP client calling service with 3 arguments from this code: ... String ret = (String) call.invoke( new Object[] { pina,datatest/data, datapina/data } ); ... which generates this SOAP request: soapenv:Envelope

Bugzilla module for Axis-C++

2003-07-22 Thread Lilantha Darshana
Hi All, We would like to know how to create a new Bugzilla module for Axis-C++ in Apache or could somebody helps us on creating this. regards Lilantha [EMAIL PROTECTED]

Moving TypeMapping.h from /src/soap/ to /src/common

2003-07-22 Thread Susantha Kumara
Hi Axis C++ team, I am going to move TypeMapping.h from /src/soap folder to /src/common folder because its the only remaining file in /src/soap and needed by the Web service wrapper classes. Also I need to separate the header files needed by the wrapper class by rest of the files in

Re: Bugzilla module for Axis-C++

2003-07-22 Thread Davanum Srinivas
Done. Copied components, versions, milestones etc from regular Axis project. I can add/modify/delete these whenever you want. -- dims --- Lilantha Darshana [EMAIL PROTECTED] wrote: Hi All, We would like to know how to create a new Bugzilla module for Axis-C++ in Apache or could somebody

Re: Bugzilla module for Axis-C++

2003-07-22 Thread Adhamh Findlay
How does the C++ version hold up in comparison to the Java version? We are thinking about adding SOAP services to our CRM and it would require using the C++ AXIS train. I guess there not being a C++ bug tree has me a little worried... Adhamh On 7/22/03 8:38 AM, Davanum Srinivas [EMAIL

Re: [GUMP] Build Failure - Axis

2003-07-22 Thread Davanum Srinivas
gump was looking for xmlunit jar's...Added xmlunit as a dependency. Thanks, dims --- Sam Ruby [EMAIL PROTECTED] wrote: This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-07-22/xml-axis.html

DO NOT REPLY [Bug 21798] - Error in definition of option for handler in reference.html

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

DO NOT REPLY [Bug 21771] - faultString: java.lang.Exception: FIXME

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

cvs commit: xml-axis/java/src/org/apache/axis/providers/java JavaProvider.java

2003-07-22 Thread dims
dims2003/07/22 08:34:10 Modified:java/src/org/apache/axis/providers/java JavaProvider.java Log: Fix for Bug 21776 - Duplicated constants from superclass in JavaProvider.java Revision ChangesPath 1.102 +0 -5

DO NOT REPLY [Bug 21776] - Duplicated constants from superclass in JavaProvider.java

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

cvs commit: xml-axis/java/src/org/apache/axis/handlers/soap SOAPService.java

2003-07-22 Thread dims
dims2003/07/22 08:45:18 Modified:java/src/org/apache/axis/handlers EchoHandler.java JWSHandler.java LogHandler.java SOAPMonitorHandler.java java/src/org/apache/axis/handlers/soap SOAPService.java Log: Code cleanup

DO NOT REPLY [Bug 21778] - Bug in build.xml (missing exclude in compile target)

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

testing optional components (was RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http CommonsHTTPSender.java)

2003-07-22 Thread Eric . D . Friedman
Thanks Tom. Apropos of this changeset, does anyone have any advice on how best to provide tests/samples for the CommonsHTTPSender integration? I hacked up a copy of samples.client.DynamicInvoker last night to make it invoke the same service in multiple threads, cranked up the logging on

Re: testing optional components (was RE: cvs commit: xml-axis/java/src/org/apache/axis/transport/http CommonsHTTPSender.java)

2003-07-22 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Thanks Tom. Apropos of this changeset, does anyone have any advice on how best to provide tests/samples for the CommonsHTTPSender integration? I hacked up a copy of samples.client.DynamicInvoker last night to make it invoke the same service in multiple threads, cranked

cvs commit: xml-axis/java/src/org/apache/axis/handlers/soap SOAPService.java

2003-07-22 Thread dims
dims2003/07/22 12:28:13 Modified:java/src/org/apache/axis SimpleChain.java java/src/org/apache/axis/handlers/soap SOAPService.java Log: make some log's private (previous change broke build) Revision ChangesPath 1.58 +1 -1

cvs commit: xml-axis/java/src/org/apache/axis/handlers BasicHandler.java

2003-07-22 Thread dims
dims2003/07/22 12:35:00 Modified:java/src/org/apache/axis/handlers BasicHandler.java Log: make some log's private (previous change broke build) Revision ChangesPath 1.42 +1 -1 xml-axis/java/src/org/apache/axis/handlers/BasicHandler.java Index:

Re: Bugzilla module for Axis-C++

2003-07-22 Thread Sanjiva Weerawarana
Adhamh Findlay [EMAIL PROTECTED] writes: How does the C++ version hold up in comparison to the Java version? We are thinking about adding SOAP services to our CRM and it would require using the C++ AXIS train. I guess there not being a C++ bug tree has me a little worried... Adhamh The

Re: Axis HTTPSender

2003-07-22 Thread Davanum Srinivas
Please open a bug report in bugzilla. If you could send in a patch that would be great as well. (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches) Thanks, dims --- [EMAIL PROTECTED] wrote: Hi there, You two are listed as authors of the HTTPSender class in

DO NOT REPLY [Bug 21812] New: - HTTPSender strips user headers

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

DO NOT REPLY [Bug 21817] New: - Java2WSDL creates elements for read only bean properties

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

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

2003-07-22 Thread rkellogg
rkellogg2003/07/22 19:08:42 Modified:java/src/org/apache/axis/client AdminClient.java Log: Updated to provide additional details when AxisFault occurs. Previously when server was unavailable or url was incorrect no information was provided. Revision ChangesPath 1.79

DO NOT REPLY [Bug 19435] - awkward documentation for novices (clarification herein)

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

DO NOT REPLY [Bug 19435] - awkward documentation for novices (clarification herein)

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

DO NOT REPLY [Bug 14287] - How to deploy an EJB into Axis 1.0

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

MessageContext Interface in JAX-RPC

2003-07-22 Thread Dimuthu Leelarathne
Hi all, I was going through MessageContext interface provided in JAX-RPC i.e. "javax.xml.rpc.handler.MessageContext". It contains 4 methods as containsProperty(String name), getProperty(Stirng name), getPropertyNames( ), removeProperty(String name) Now my question is what is this

Re: [AXIS-C++] AxisEngine should not be a singleton it needs refact oring.

2003-07-22 Thread sanjayasing
What would be engine configuration properties. can you give an example? On Mon, 21 Jul 2003 08:32:05 -0400, Lilantha Darshana wrote Hi C++ team, I guess AxisEngine SHOULD NOT be a class-wide global singleton object. Engine configuration should be done for each user sessions. So singleton