Re: Help with Web Service Specific Properties

2003-08-15 Thread Steve Loughran
Axis is a webapp; it can be configured like any other. My code -boots up & gets its hostname from the hostname it reads in a configuration resource -this file can either be a full config or a redirect to a cluster config -or (still working on this :) a redirect to an LDAP system with the latter y

cvs commit: xml-axis/java/test/encoding EncodingTest.java

2003-08-15 Thread stevel
stevel 2003/08/15 16:14:27 Modified:java/test/encoding EncodingTest.java Log: bug#22352 followon; alternate way to get a char to a string that works in Java1.3 Revision ChangesPath 1.3 +1 -1 xml-axis/java/test/encoding/EncodingTest.java Index: EncodingTes

RE: Help with Web Service Specific Properties

2003-08-15 Thread Eric . D . Friedman
How about AxisProperties? That works pretty well. Or, more neutrally, the discovery API (commons-discovery). -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 2:38 PM To: '[EMAIL PROTECTED]' Subject: RE: Help with Web Service Specific Proper

RE: Help with Web Service Specific Properties

2003-08-15 Thread Hansen, Richard
There probably is no way to do it, I don't see any at least. I suppose people just load a file (prefferably off the classpath) in the constructor. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2003 2:27 PM > To: [EMAIL PROTECTED] > Subj

DO NOT REPLY [Bug 22352] - Axis puts " " instead of newlines in many text files

2003-08-15 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

Help with Web Service Specific Properties

2003-08-15 Thread Joe_Rattz
I am a user of Axis. I have posted this message on the axis-user mail list but do not get any responses. I have a question about implementing a web service in Axis. I want to know how and where to configure properties so that my Web Service can retrieve them. I would also need to know what c

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AbstractQueryStringHandler.java QSWSDLHandler.java QSMethodHandler.java QSListHandler.java QSHandler.java

2003-08-15 Thread stevel
stevel 2003/08/15 12:19:32 Modified:java/src/org/apache/axis/transport/http QSWSDLHandler.java QSMethodHandler.java QSListHandler.java QSHandler.java Added: java/src/org/apache/axis/transport/http AbstractQu

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

2003-08-15 Thread stevel
stevel 2003/08/15 12:17:48 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: pull a line we no longer need Revision ChangesPath 1.167 +0 -2 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServlet.java ===

Re: Pluggable query string support broke links in 'Installing anddeploying web applications using xml-axis'.

2003-08-15 Thread Steve Loughran
SUZUKI, Shinji wrote: Recently added processQuery() method in AxisServlet.java will cause array bounds index exception when requestURI ends with servlet path trying to extract serviceName that is not there. http://localhost:8080/axis/EchoHeaders.jws?method=list will fail for example. Also using Str

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

2003-08-15 Thread stevel
stevel 2003/08/15 12:08:17 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Fix out of bounds exception, patch supplied by Shinji Suzuki Revision ChangesPath 1.166 +9 -3 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java

cvs commit: xml-axis/java/xmls deploy_jboss_local.xml properties.xml

2003-08-15 Thread stevel
stevel 2003/08/15 12:06:36 Modified:java/xmls properties.xml Added: java/xmls deploy_jboss_local.xml Log: Jboss deployment Revision ChangesPath 1.46 +2 -0 xml-axis/java/xmls/properties.xml Index: properties.xml ===

DO NOT REPLY [Bug 22169] - Could MessageElement.asString() be made public?

2003-08-15 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 22352] - Axis puts " " instead of newlines in many text files

2003-08-15 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: UUID Reuse proposal

2003-08-15 Thread Eric . D . Friedman
Same as Tom: +1 on the idea of an Axis class being useful to others and getting 'promoted' to commons. -1 to adding another jar file dependency to Axis. -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 11:19 AM To: '[EMAIL PROTECTED]' Cc: [EMAIL

RE: UUID Reuse proposal

2003-08-15 Thread Tom Jordahl
+1 on the idea of an Axis class being useful to others and getting 'promoted' to commons. -1 to adding another jar file dependency to Axis. My feeling would be: feel free to take the code and put it in commons, but axis should just sit tight. -- Tom Jordahl Macromedia -Original Message--

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

2003-08-15 Thread stevel
stevel 2003/08/15 11:12:55 Modified:java/test/encoding EncodingTest.java java/src/org/apache/axis/components/encoding AbstractXMLEncoder.java Log: Retain \n \r and \t without escaping, as we have done till now. More tests. I am not sure these

Re: UUID Reuse proposal

2003-08-15 Thread Steve Loughran
Tim Reilly wrote: I'd like to ask the axis developers to donate the java package org.apache.axis.components.uuid to the Jakarta commons. UUID creation is an important thing in many places (POI?), so, yes, having a commons impl is a good thing. The only worry I have is that it adds another core de

Notes on Axis fault handling

2003-08-15 Thread Hansen, Richard
Axis fault handling is essentialy undocumented, at least anywhere I could find. I spent the better part of the last two days experimenting so I could understand how to properly do some error handling. This seems like an important thing, and seems to generate quite a few email, so to save others som

Re: WSDL2Java code generation req'ts

2003-08-15 Thread Jim Murphy
FYI, Eclipse has a schema parser project too[1]. Its not perfect - has a few too many "Eclipsisms" but it may seed thought. Regards Jim Murphy Mindreef, Inc. [1] - www.eclipse.org/xsd/

cvs commit: xml-axis/c/vc/server/samples/serviceinteropgroupb ServiceInteropGroupB.plg

2003-08-15 Thread roshan
roshan 2003/08/15 03:13:17 Modified:c/vc/server/samples/libinteropbase LibInteropBase.plg c/vc/server/samples/libinteropgroupb LibInteropGroupB.plg c/vc/server/samples/serviceinteropbase ServiceInteropBase.plg c/vc/ser

cvs commit: xml-axis/c/vc/server/handlers/global/testhandler1 testhandler1.dsp testhandler1.plg

2003-08-15 Thread roshan
roshan 2003/08/15 03:11:06 Modified:c/vc/engine Engine.dsp c/vc/server/handlers/custom/echoStringHeaderHandler echoStringHeaderHandler.dsp echoStringHeaderHandler.plg c/vc/server/handlers/global/testhandler1 t

cvs commit: xml-axis/c/src/server/handlers/custom/echoStringHeaderHandler ESHHandler.h ESHHandler.cpp

2003-08-15 Thread roshan
roshan 2003/08/15 03:00:10 Modified:c/src/server/handlers/custom/echoStringHeaderHandler ESHHandler.h ESHHandler.cpp Log: changed the handler to reflect new changes Revision ChangesPath 1.2 +2 -0 xml-axis/c/src/server/handlers/custom/e

cvs commit: xml-axis/c/vc/server/apache1_3 Apache1_3.dsp

2003-08-15 Thread susantha
susantha2003/08/15 02:46:19 Modified:c/vc/server/apache1_3 Apache1_3.dsp Log: latest vc++ project settings Revision ChangesPath 1.3 +2 -2 xml-axis/c/vc/server/apache1_3/Apache1_3.dsp Index: Apache1_3.dsp ==

cvs commit: xml-axis/c/vc/xml XML.dsp

2003-08-15 Thread susantha
susantha2003/08/15 00:58:33 Modified:c/vc/common Common.dsp c/vc/engine Engine.dsp c/vc/server/apache1_3 Apache1_3.dsp c/vc/server/samples/libinteropbase LibInteropBase.dsp c/vc/server/samples/libinteropgroupb LibInteropGroupB.d

cvs commit: xml-axis/c/src/soap SoapMethod.cpp

2003-08-15 Thread susantha
susantha2003/08/15 00:54:44 Modified:c/src/soap SoapMethod.cpp Log: some changes that fixes a memory leak Revision ChangesPath 1.8 +8 -4 xml-axis/c/src/soap/SoapMethod.cpp Index: SoapMethod.cpp

cvs commit: xml-axis/c/src/server/handlers/global/testhandler1 TestHandler1.cpp TestGlobal.h TestGlobal.cpp

2003-08-15 Thread roshan
roshan 2003/08/15 00:17:34 Modified:c/src/server/handlers/global/testhandler1 TestHandler1.cpp TestGlobal.h TestGlobal.cpp Log: changed the handler to reflect new changes Revision ChangesPath 1.2 +1 -0 xml-axis/c/src/server/handlers/gl