cvs commit: xml-soap/java/src/org/apache/soap Constants.java

2001-06-28 Thread nagy
nagy01/06/28 13:02:47 Modified:java/src/org/apache/soap Constants.java Log: Changed default schema to 2001 spec. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2388 for the details. PR: 2388 Revision ChangesPath 1.21 +2 -2 xml-soap/java/src/org

cvs commit: xml-soap/java/src/org/apache/soap/server ServiceManager.java

2001-06-28 Thread nagy
nagy01/06/28 13:08:48 Modified:java soap.xml java/src/org/apache/soap/server ServiceManager.java Log: Added support for config file element to allow users to enable or disable SOAP interface to Service Manager. See http://nagoya.apache.org/bugzilla

cvs commit: xml-soap/java/src/org/apache/soap/util/net Relay.java

2001-06-28 Thread nagy
nagy01/06/28 13:12:11 Modified:java/src/org/apache/soap/transport/http SOAPHTTPConnection.java java/src/org/apache/soap/util/net Relay.java Log: Fixed encoding for systems whose default codepage is not 8859_1. See http

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2001-06-28 Thread nagy
nagy01/06/28 14:16:38 Modified:java/samples/interop EchoTestClient.java Log: Changed the call to the SOAPMappingRegistry constructor because the one which was being called no longer exists. Revision ChangesPath 1.2 +2 -2 xml-soap/java/samples/interop

cvs commit: xml-soap/java/docs/guide config.html interop.html manage.html

2001-06-29 Thread nagy
nagy01/06/29 08:03:58 Modified:java/docs/guide config.html interop.html manage.html Log: Updated User's Guide to reflect recent changes in codebase Revision ChangesPath 1.5 +31 -5 xml-soap/java/docs/guide/config.html Index: config

cvs commit: xml-soap/java/docs/schema - New directory

2001-07-03 Thread nagy
nagy01/07/03 10:31:26 xml-soap/java/docs/schema - New directory

cvs commit: xml-soap/java/docs/schema dd.xsd

2001-07-03 Thread nagy
nagy01/07/03 10:32:37 Added: java/docs/schema dd.xsd Log: Schema for the Apache SOAP Deployment Descriptor. Revision ChangesPath 1.1 xml-soap/java/docs/schema/dd.xsd Index: dd.xsd

cvs commit: xml-soap/java/src/org/apache/soap/providers EntityEJBProvider.java StatefulEJBProvider.java StatelessEJBProvider.java

2002-05-01 Thread nagy
nagy02/05/01 12:29:52 Modified:java/src/org/apache/soap/providers EntityEJBProvider.java StatefulEJBProvider.java StatelessEJBProvider.java Log: Fixed a bug in the EJB providers which printed out the wrong error message. Changed context intialization

cvs commit: xml-soap/java/docs intro.html

2002-05-02 Thread nagy
nagy02/05/02 12:09:14 Modified:java/docs intro.html Log: Updated docs to reflect Java 1.2+ requirement Revision ChangesPath 1.10 +4 -3 xml-soap/java/docs/intro.html Index: intro.html

cvs commit: xml-soap/java/samples/ejb ejbtest.java

2002-05-03 Thread nagy
nagy02/05/03 09:17:31 Modified:java/samples/ejb ejbtest.java Log: Pass in correct parameter to EJB method. For more info, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5193 Submitted by: Bernd Proissl ([EMAIL PROTECTED]) Reviewed by: Bill Nagy ([EMAIL PROTECTED

cvs commit: xml-soap/java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java

2002-05-06 Thread nagy
nagy02/05/06 07:42:14 Modified:java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java Log: Fixed problem of attempting to store null as the classloader in the servlet attributes. For more info, see: http

cvs commit: xml-soap/java/docs/install websphere.html

2002-05-06 Thread nagy
nagy02/05/06 08:20:54 Modified:java/docs/install websphere.html Log: Fixed instructions for getting WAS to use the correct xerces JAR. For more info, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4125 Submitted by: Alexandre Polozoff ([EMAIL PROTECTED

cvs commit: xml-soap/java/webapps/soap/admin deploy.jsp list.jsp showdetails.jsp undeploy.jsp

2002-05-07 Thread nagy
nagy02/05/07 08:01:23 Modified:java/docs/guide config.html java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java java/webapps/soap/admin deploy.jsp list.jsp showdetails.jsp

cvs commit: xml-soap/java/src/org/apache/soap/util/mime MimeUtils.java

2002-05-14 Thread nagy
nagy02/05/14 07:52:06 Modified:java/src/org/apache/soap/util/mime MimeUtils.java Log: Removed unnecessary reference to Sun class Revision ChangesPath 1.4 +0 -1 xml-soap/java/src/org/apache/soap/util/mime/MimeUtils.java Index: MimeUtils.java

cvs commit: xml-soap/java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java

2002-05-14 Thread nagy
nagy02/05/14 07:53:32 Modified:java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java Log: Retrieve the classloader from the thread instead of the servlet class, since the one that loaded the servlet may not be the top

cvs commit: xml-soap/java/docs/install FAQ_Tomcat_SOAP_SSL.html JRun.html iPlanet.html index.html tomcat.html weblogic51.html weblogic60.html websphere.html

2002-05-16 Thread nagy
nagy02/05/16 06:27:23 Modified:java/docs changes.html head.html java/docs/guide interop.html java/docs/install FAQ_Tomcat_SOAP_SSL.html JRun.html iPlanet.html index.html tomcat.html weblogic51.html

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-05-23 Thread nagy
nagy02/05/23 11:20:23 Modified:java/docs changes.html java/src/org/apache/soap/transport/http SOAPHTTPConnection.java java/src/org/apache/soap/util/net HTTPUtils.java Log: Added mechanism to set TcpNoDelay on the socket for

Re: Usage of mail.jar,activation.jar

2001-07-03 Thread William A. Nagy
>Hi >Can anyone let me know the functionality of mail.jar & activation.jar >in the Apache Soap ? If you are asking why they are needed, then the answer is for the "SOAP Messages with Attachments" support. "SOAP Messages with Attachments" relies on MIME support, and mail.jar/activation.jar provid

Stateful Session Bean service and iPlanet App Server

2001-10-26 Thread William A. Nagy
Does anyone have a SOAP service working on an iPlanet App Server (particularily iAS 6.0 SP3) that uses a stateful session bean as the service implementation? I'm looking at Bugzilla bug 3950, but I don't have access to an iPlanet App Server. The stateful session bean provider works fine for me u

ANN: Language for Enabling Sites to be Inspected for the Presence of Web Services

2001-11-02 Thread William A. Nagy
26/002/541/msdncompositedoc.xml -Bill Nagy [EMAIL PROTECTED]

Vote: Apache SOAP 2.3 Release Schedule

2002-05-13 Thread William A. Nagy
I'd like to call for a vote on the Apache SOAP 2.3 Release Plan. The vote will run until 04/25. [ ] +1 I approve this plan, and will help [ ] +0 I approve this plan, but can't help [ ] -0 I am not in favor of this plan [ ] -1 I am against this plan, because: -Bill Release

[ANNOUNCE] Apache SOAP 2.3 Release Candidate 1 has been posted

2002-05-16 Thread William A. Nagy
The first release candidate/beta/whatever for Apache SOAP 2.3 has been posted to the website. Please try it out. -Bill

Re: Apache SOAP 2.3 Release Schedule

2002-05-23 Thread William A. Nagy
We don't tag (or branch) the code until we do an actual release. You're pretty safe with just doing a cvs checkout (we haven't made a lot of modifications since the rc went up.) If you want the exact code, you can checkout the code from the exact day that we put the rc up. -Bill

Re: Vote: Apache SOAP 2.3 Release Schedule

2002-05-23 Thread William A. Nagy
I was able to completely isolate the change, so I have added it in. There is now a method on SOAPHTTPConnection which will allow you to set the value for TcpNoDelay. The default remains whatever your JVM/socket implementation has chosen it to be. We hope to put RC2 up either later today or early

[ANNOUNCE] Apache SOAP 2.3 Release Candidate 2 has been posted

2002-05-23 Thread William A. Nagy
The second release candidate/beta/whatever for Apache SOAP 2.3 has been posted to the website. It contains the following three fixes: * Made the XMLParserUtils.getXMLDocBuilder() method synchronized. * Added support for turning off Nagle's algorithm under TCP (HTTP). * Fixed ArraySer

Re: Changes to Apache SOAP 2.2

2002-05-23 Thread William A. Nagy
>My Name is Raj . I work for Insurance Company in Scottsdale. Recently >my company asked me to look into web services. I started downloading >SOAP stuff from apache site, I wrote small programs every thing works >great. But when I really started doing prototype of an existing application >, it

Re: TODO list item

2002-05-30 Thread William A. Nagy
Hi Mike, Thanks for your diff. Right now we're trying to finish up the 2.3 release, and are not currently adding new functionality until it's done. We will look at your patch after the release and commit it to the CVS tree if everything looks OK. -Bill > Hi, > > I noticed on the TODO list t

Re: [PATCH] wire tapping in SOAP 2.3

2002-05-30 Thread William A. Nagy
Hi Arek, Thanks for your patch. Right now we're trying to finish up the 2.3 release, and are not currently adding new functionality until it's done. We will look at your patch after the release and commit it to the CVS tree if everything looks OK. -Bill >Hello again, > >I hope I will not offe

Vote: SOAP 2.3 Release

2002-05-30 Thread William A. Nagy
Apache SOAP 2.3 RC2 has been up for a week now, and we haven't received any horrible complaints. I would therefore like to create the final release tomorrow. If you wish to object, speak now, or forever hold your peace 8-] -Bill

[ANNOUNCE] Apache SOAP 2.3 Released

2002-05-31 Thread William A. Nagy
Matt and I (mostly Matt) performed the final build for 2.3 and placed it on the website. The source tree has been tagged appropriately. Enjoy. -Bill

Re: VOTE: Scott Nichol for committer

2002-06-11 Thread William A. Nagy
>I'd like to nominate Scott for committer status. He has been >one of the most consistent contributors to this project, but >for some reason we neglected to make him a committer. Scott >is also a frequest contributor to soap-user. +1 -Bill