DO NOT REPLY [Bug 10367] New: - session highjack

2002-07-01 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

cvs commit: xml-axis-wsif/java/test/addressbook AddressBookTest.java

2002-07-01 Thread antelder
antelder2002/07/01 01:46:24 Modified:java/test/addressbook AddressBookTest.java Log: Expand Addressbook testcase to do dynamic tests for all the providers (Which reveals bugs in the Java and native JMS providers) Revision ChangesPath 1.9 +27 -5 xml-axis-wsif

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

2002-07-01 Thread antelder
antelder2002/07/01 01:48:26 Modified:java/src/org/apache/wsif/providers/java WSIFOperation_Java.java Log: Fix NPE on an executeRequestResponse when there is no output message defined Revision ChangesPath 1.6 +1 -1 xml-axis-wsif/java/sr

DO NOT REPLY [Bug 10246] - dynamic classdynamic class/jar loading mechanism

2002-07-01 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

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

2002-07-01 Thread glyn
glyn2002/07/01 02:29:43 Modified:java TODO.txt java/src/org/apache/axis/description TypeDesc.java java/src/org/apache/axis/wsdl/fromJava Emitter.java java/test/utils TestSrcContent.java Log: Fix bugzilla 9987. (Also tweak Emi

DO NOT REPLY [Bug 9987] - TypeDesc throws NPE

2002-07-01 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 9987] - TypeDesc throws NPE

2002-07-01 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: Bug 9987 - NPE

2002-07-01 Thread Glyn Normington
Glen, If addFieldDesc was just an internal interface, I'd be happy if it resulted in a NPE when invoked with a null field, but I think that should be the result of attempting to dereference the null field. However, addFieldDesc is part of a published Axis interface and the NPE is thrown after e

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils JavaUtils .javaaxisNLS.properties

2002-07-01 Thread Rick Rineholt
Thanks Glen. Rick Rineholt "The truth is out there... All you need is a better search engine!" [EMAIL PROTECTED] Glen Daniels <[EMAIL PROTECTED]> on 06/30/2002 04:25:22 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: cvs commit: x

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/ejb WSIFPort_EJB.java

2002-07-01 Thread owenb
owenb 2002/07/01 04:10:33 Modified:java/src/org/apache/wsif/providers/ejb WSIFPort_EJB.java Log: Removed hardcoded jndi property values and altered exception text for errors occuring in the lookup of the EJBHome object. Revision ChangesPath 1.5 +3 -27 xml

cvs commit: xml-axis/java/test/functional TestAttachmentsSample.java

2002-07-01 Thread rineholt
rineholt2002/07/01 05:20:52 Modified:java/samples/attachments EchoAttachment.java java/test/functional TestAttachmentsSample.java Log: Have functional test also send DIME attachments. Revision ChangesPath 1.17 +5 -5 xml-axis/java/samples/attachme

Re: bugfixes

2002-07-01 Thread Glyn Normington
John, Thanks for submitting this. I'd like to commit your fix, but a couple of minor things are holding me up, which you may be able to help with. Firstly, I can't apply the diff against revision 1.43 of SOAPHeader. Is there any chance you could update to the latest revision (1.45 as I write) an

Re: bugfixes

2002-07-01 Thread Glyn Normington
John, Please ignore my problem with your testcase. That seemed to be a problem with the mailing list archive. I got back to the email copy and the testcase looked fine. If you could sort out the SOAPHeader diff, I'd appreciate it. Glyn

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

2002-07-01 Thread owenb
owenb 2002/07/01 05:31:36 Modified:java/src/org/apache/wsif/providers/java WSIFOperation_Java.java Log: When creating arrays of method, constructors or output names, if none exist then create zero length arrays rather than use null to avoid null pointer

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/ejb WSIFOperation_EJB.java

2002-07-01 Thread owenb
owenb 2002/07/01 05:36:55 Modified:java/src/org/apache/wsif/providers/ejb WSIFOperation_EJB.java Log: When creating array of output parameter names, if no output parameters exist then create a zero length array rather than use null to avoid null pointer

cvs commit: xml-axis/java/test/message TestSOAPHeader.java PackageTests.java

2002-07-01 Thread glyn
glyn2002/07/01 05:48:11 Modified:java/test/message PackageTests.java Added: java/test/message TestSOAPHeader.java Log: Add test of SOAPHeader submitted by John Gregg ([EMAIL PROTECTED]). Revision ChangesPath 1.5 +1 -0 xml-axis/java/test/message/Pac

DO NOT REPLY [Bug 10365] - Wrong code generated when using optional "name" attribute of input tag

2002-07-01 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: bugfixes

2002-07-01 Thread Glyn Normington
John, I ran your testcase and it succeeded, so I presume that recent changes have addressed the bug you identified. Perhaps you'd care to eyeball the latest revision of SOAPHeader.java to make sure this is really the case. If it is not, please beef up your test and send another submission. Ther

Re: Should BindingStub wait for one-way RPC return?

2002-07-01 Thread butek
(I was on vacation last week. It looks like no-one else answered your question, so here goes, a bit late...) WSDL2Java does not generate proper oneway methods. But the notion of oneway is not completely defined so, depending on your meaning of oneway, it's either completely wrong or almost right

RE: Axis Technical Writer

2002-07-01 Thread butek
Thomas, This looks great!We get waaay too many questions on axis-user that are repeats. And we haven't had the bandwidth to monitor it as well as we'd like. Your document should go a long way in answering many of the axis-user questions. Russell Butek [EMAIL PROTECTED] Please respond to [

RE: Q about Call.invokeEngineOneWay()

2002-07-01 Thread Tom Jordahl
I believe we should not just toss it off and hope for the best. We should verify that we at least *sent* the message. -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 1:47 PM To: Axis-Dev (E-mail) Subject: Q about Call.invoke

DO NOT REPLY [Bug 10375] New: - JavaUtils.isPunctuation() gives true for '_'

2002-07-01 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

Transient / dynamic services question

2002-07-01 Thread Tom Oinn
Hi, I'm a software developer at the european bioinformatics institute, as an institute we support the information processing bits of (amongst other things) the human genome project, and as a group we're working on a large scale distributed system that uses soap and web services as a significant

DO NOT REPLY [Bug 10375] - JavaUtils.isPunctuation() gives true for '_'

2002-07-01 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

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

2002-07-01 Thread dims
dims2002/07/01 07:48:00 Modified:java/src/org/apache/axis/attachments AttachmentPart.java java/src/org/apache/axis/utils axisNLS.properties java/src/org/apache/axis SOAPPart.java Log: Fixes for SAAJ compliance. Revision ChangesPath 1.15

RE: bugfixes

2002-07-01 Thread John Gregg
Glyn On Sat afternoon dims made some changes to SOAPHeader that included some of the code I wrote. That change is what's in 1.45 and probaly is why the diff against 1.43 has trouble. One of the changes I made was to eliminate duplicate code from getHeadersByActor() and findHeaderElements(). Di

RE: Q about Call.invokeEngineOneWay()

2002-07-01 Thread butek
This is an issue that some spec should decide. In the absence of that, here are the synchronization points for oneway messages: 1. return immediately 2. return after we send the message (or throw an exception if there's an error) 3. return after the server acknowledges receipt, but before calli

RE: [Bug 10365] - Wrong code generated when using optional "name" attribute of input tag

2002-07-01 Thread Dittmann Werner
That's ok with me. It would be nice if WSDL2Java could also report some meaningful errormessage before it fails :-) Thanks for the info Werner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 1. Juli 2002 14:51 > An: [EMAIL PROTECTED] >

Re: SOAP 1.2, GET, and Axis

2002-07-01 Thread Sam Ruby
Mark Baker wrote: > > I understand what you're getting at, but I think you're missing the > point of the new MEP; > > http://www.w3.org/TR/soap12-part2/#soapresmep > > The idea is that HTTP GET can be used to retrieve a SOAP envelope. > So if we have a URI for a resource; > > http://some-host.

Re: Transient / dynamic services question

2002-07-01 Thread James M Snell
I prototyped this a little while back just to see how it could be done with the current Axis code and it wasn't exactly pretty from a design and performance approach, but it did work. If you look at the Admin service, it is essentially a factory service. You can use it to create new instances

cvs commit: xml-axis/java TODO.txt

2002-07-01 Thread scheu
scheu 2002/07/01 08:44:33 Modified:java TODO.txt Log: TODO changes Revision ChangesPath 1.66 +2 -2 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/cvs/xml-axis/java/TODO.t

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-07-01 Thread butek
Tom, just curious. Why did you add this switch? I'm not complaining, in fact I like it, just wondering what instigated it. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.prope

Re: Transient / dynamic services question

2002-07-01 Thread Thomas Sandholm
Not sure weather you would call it a 'pleasant fashion', but we certainly support it in out prototype at: http://www.globus.org/ogsa/releases/TechPreview/index.html We simply use the Axis WSDDDeployment APIs to do the dynamic publishing. Further the basic URL dispatching can be done by the URLM

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils JavaUtils.java axisNLS.properties

2002-07-01 Thread Tom Jordahl
DIME support. This is very cool. -- Tom Jordahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 3:59 PM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/apache/axis/utils JavaUtils.java axisNLS.properties rineholt

DO NOT REPLY [Bug 10365] - If input/output names don't match, WSDL2Java should fail

2002-07-01 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

cvs commit: xml-axis/java/test/wsdl/qualify2 AttributeQualify_ServiceTestCase.java AttributeQualify_BindingImpl.java attribute-qualify.wsdl

2002-07-01 Thread tomj
tomj2002/07/01 09:09:39 Modified:java/test/wsdl Wsdl2javaTestSuite.xml java/src/org/apache/axis/encoding SerializationContextImpl.java SerializationContext.java java/src/org/apache/axis/wsdl/symbolTable Sc

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

2002-07-01 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

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

2002-07-01 Thread rsitze
rsitze 2002/07/01 09:21:19 Added: java/src/org/apache/axis AxisInternalServices.java Log: Creating a central clearinghouse for hooks for external services used by Axis. Revision ChangesPath 1.1 xml-axis/java/src/org/apache/axis/AxisInternalServices

RE: cvs commit: xml-axis/java/src/org/apache/axis AxisInternalServices.java

2002-07-01 Thread Glen Daniels
-1 Please wait until the beta is done to add new stuff like this? Putting it in now does nothing but confuse people who'll get the distribution and see the unused class. Also, could you describe where you're going with this change? I may have missed an earlier email on the topic...? Thanks

Serialization bug - xsi:type w/nil

2002-07-01 Thread dug
Given: import org.apache.axis.client.* ; import org.apache.axis.encoding.* ; import javax.xml.rpc.ParameterMode ; import javax.xml.rpc.ParameterMode ; import javax.xml.namespace.QName ; import org.apache.axis.encoding.ser.BeanDeserializerFactory; import org.apache.axis.encoding.ser.BeanSerializerF

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

2002-07-01 Thread Glen Daniels
-1 Richard, was this discussed as a beta-3 change? I don't see this on the todo list If I missed a discussion, I apologize, but if this wasn't agreed upon for beta-3, please back it out until after the b3 branch has been cut. Also, I don't see the point of getLog()... isn't the whole poi

RE: cvs commit: xml-axis/java/src/org/apache/axis AxisInternalServices.java

2002-07-01 Thread rsitze
Hmm... I had the understanding (false?!) that the beta was cut. So, how do you want to handle this now? These is not a significant design change, though it impacts a vast majority of the files. The point is, again, moving toward a cental point of "control" for internal services within axis. Thi

RE: cvs commit: xml-axis/java/src/org/apache/axis AxisInternalSer vices.java

2002-07-01 Thread Glen Daniels
I am going to cut the branch now that Tom's fix is in, but it's not done yet.  Please back out these changes for now.   Thanks, --Glen -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Monday, July 01, 2002 12:34 PMTo: [EMAIL PROTECTED]Subject: RE: cvs

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-07-01 Thread Tom Jordahl
Russell,   I added the switch because I was mucking around in the wrapped sensing code to fix it to not use the part name “parameters” as the trigger for unwrapping doc/lit operations, but rather to follow the ‘rules’ (enumerated in the code and the docs).   As to why I was mucking arou

cvs commit: xml-axis/java/test/wsdl/wrapped City_BBBBindingImpl.java City_BBBTestCase.java CityBBBBindingImpl.java CityBBBTestCase.java

2002-07-01 Thread gdaniels
gdaniels2002/07/01 12:37:53 Modified:java/src/org/apache/axis AxisEngine.java java/src/org/apache/axis/deployment/wsdd WSDDService.java java/src/org/apache/axis/encoding SerializationContextImpl.java java/src/org/apach

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

2002-07-01 Thread gdaniels
gdaniels2002/07/01 12:50:56 Modified:java/test/utils TestJavaUtils.java Log: Missed a "_" test woops! Revision ChangesPath 1.10 +1 -1 xml-axis/java/test/utils/TestJavaUtils.java Index: TestJavaUtils.java ==

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

2002-07-01 Thread gdaniels
gdaniels2002/07/01 12:51:56 Modified:java/test/utils Tag: beta-3 TestJavaUtils.java Log: Merging fix to beta-3 Revision ChangesPath No revision No revision 1.9.2.1 +1 -1 xml-axis/java/test/utils/TestJavaUtils.jav

cvs commit: xml-axis/java/test/saaj TestAttachment.java

2002-07-01 Thread dims
dims2002/07/01 13:01:39 Modified:java/src/org/apache/axis/attachments AttachmentPart.java AttachmentsImpl.java MimeUtils.java MultiPartDimeInputStream.java MultiPartRelatedInputStream.java java/sr

FW: [soapbuilders] SOAP 1.2 Implementation Request from XMLP WG

2002-07-01 Thread Glen Daniels
Here we go w/SOAP 1.2. -Original Message- From: David Fallside [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 3:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [soapbuilders] SOAP 1.2 Implementation Request from XMLP WG -- Background -- The SOA

cvs commit: xml-axis/java TODO.txt

2002-07-01 Thread tomj
tomj2002/07/01 14:09:54 Modified:java TODO.txt Log: Update for beta 3 bugs. Revision ChangesPath 1.67 +2 -2 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/cvs/xml-axis/

Re: cvs commit: xml-axis/java/test/saaj TestAttachment.java

2002-07-01 Thread Davanum Srinivas
Rick, As per our IRC chat this morning, made some changes. Can you please review this? Can it get into beta3? Thanks, dims --- [EMAIL PROTECTED] wrote: > dims2002/07/01 13:01:39 > > Modified:java/src/org/apache/axis/attachments AttachmentPart.java > Attac

RE: COMMITTERS PLEASE READ: beta-3 "mustfix" bug summary

2002-07-01 Thread Tom Jordahl
> M 9405 - must - Tom > > Tom has a fix for this in process, needs a little more testing. We should > be able to nail it tomorrow. This is checked in and marked fixed. > M 9717 - must - Tom > > Dealing with the basic set of schema types is being worked around by > having a "not supported"

Re: cvs commit: xml-axis/java/test/saaj TestAttachment.java

2002-07-01 Thread Rick Rineholt
- Do these changes "guarantee" that when a content-id header is gotten that the href will have a "cid:"; prefix this is a must in order to identify the reference as a content-id and not a relative location reference. I don't think I should worry about this as an application since the content-id

UDDIUtil and WSDLUtil

2002-07-01 Thread Volkmann, Mark
Title: UDDIUtil and WSDLUtil Many people asked to see my code for finding WSDL URLs in a UDDI registry and extracting service locations from WSDL URLs. I've attached a zip file containing the code. Some details of UDDIWSDLClient.java are specific to WebLogic 7, but could easily be modified to

Re: SOAP 1.2, GET, and Axis

2002-07-01 Thread Mark Baker
On Mon, Jul 01, 2002 at 11:36:36AM -0400, Sam Ruby wrote: > The light bulb is starting to flicker. Some brainstorming to follow: Alright, now we're cookin'! > At a relatively low level on the client side, you are correct that some > form of Call.setTargetEndpointAddress() coupled with an API w

Re: SOAP 1.2, GET, and Axis

2002-07-01 Thread Sam Ruby
Mark Baker wrote: > > I think it should be ok to default the MEP to .../soap-response/ when > GET is specified as the Web method, since that's all SOAP 1.2 specifies. > But the developer should be able to specify a different MEP too. Glen Daniels: "when GET is specified"... what Axis API would y