Restructuring Call::initialize

2005-05-30 Thread Samisa Abeysinghe
Hi All, I am looking into the Call::initialize() method that is being called within the client side generated code, prior to each method invocation. Basically if we have 2 method calls that we could invoke, and in the client program we execute both those methods, we will be

Re: Restructuring Call::initialize

2005-05-30 Thread sanjaya gayan
It looks to me like with each call to Call::Initialize() if a ClientAxisEngine object exists it is deleted and then a new one created and initialized (I am not sure whether ClientAxisEngine-Initialize() caters for this). Shouldn't it be that if a AxisClient object exists it should be reused by

[jira] Assigned: (AXISCPP-665) Base sample failed to compile client.cpp

2005-05-30 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-665?page=all ] Chinthana Danapala reassigned AXISCPP-665: -- Assign To: Chinthana Danapala Base sample failed to compile client.cpp Key:

RE: Does Axis C++ handle wsdl:arrayType attributes???

2005-05-30 Thread Samisa Abeysinghe
Hi Dushshantha, What is the difference with this array type and the other array types that we are capable of handling? Thanks, Samisa -Original Message- From: Dushshantha Chandradasa [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 11:22 AM To:

[jira] Resolved: (AXISCPP-665) Base sample failed to compile client.cpp

2005-05-30 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-665?page=all ] Chinthana Danapala resolved AXISCPP-665: Resolution: Fixed I have made the changes in Client.cpp file. Now it copiles and sample is running fine. Base sample failed to compile

[jira] Closed: (AXISCPP-665) Base sample failed to compile client.cpp

2005-05-30 Thread Chinthana Danapala (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-665?page=all ] Chinthana Danapala closed AXISCPP-665: -- (Visible to axiscpp-developers) Base sample failed to compile client.cpp Key: AXISCPP-665

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-30 Thread Andrei Iltchenko (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66531 ] Andrei Iltchenko commented on AXIS-2020: Tom, No, this is not by seeing nillable on that element, it is by seeing minOccurs=0 on the xsd1:sequence

[jira] Updated: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-30 Thread Andrei Iltchenko (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=all ] Andrei Iltchenko updated AXIS-2020: --- Attachment: 2020.txt A new patch that fixes the problem pointed out by Tom. wsdl2java does not generate array of wrappers for array of nillable

Re: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Davanum Srinivas
+1 from me. -- dims On 5/30/05, Srinath Perera [EMAIL PROTECTED] wrote: Hi All; Axis2 had lot of progress lately and most of the changes decided in the Axis2 F2F has Incorporated, I think now it is good time to move on. I like to purpose a M2 release on July 7 th, following is the

Re: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Sanjiva Weerawarana
+1! Sanjiva. On Mon, 2005-05-30 at 11:08 +0600, Srinath Perera wrote: Hi All; Axis2 had lot of progress lately and most of the changes decided in the Axis2 F2F has Incorporated, I think now it is good time to move on. I like to purpose a M2 release on July 7 th, following is the purposed

[jira] Commented: (AXIS-1990) ClassLoader ClassCastException

2005-05-30 Thread Rene wortelboer (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1990?page=comments#action_66536 ] Rene wortelboer commented on AXIS-1990: --- Has nobody an answer to my problem ?? ClassLoader ClassCastException -- Key:

[jira] Resolved: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=all ] Davanum Srinivas resolved AXIS-2020: Resolution: Fixed Applied patch. thanks, dims wsdl2java does not generate array of wrappers for array of nillable primitives

Re: Testcase test.RPCDispatch.TestSerializedRPC

2005-05-30 Thread Davanum Srinivas
Venkat, Add engine.setOption(AxisEngine.PROP_SEND_XSI, Boolean.FALSE); in testArgAsDOM, that will get rid of the xsi stuff. Also remove the extraneous xmlns:foo as it does not occur on the wire...once you do that it will be better. But do make sure that you use xmlunit stuff to check the old and

Axis 1.2 class loading issue

2005-05-30 Thread Toni Ala-Piirto
I have a web application using Axis and Axis is also used by some additions to tomcat architecture. My deployment strategy would be to have a Axis.jar and all related jars in tomcats common/lib directory. Because it is used from Server/lib and Webapp/lib directories but this is not possible

Blockers for Axis 1.2.1 Release(?)

2005-05-30 Thread Davanum Srinivas
Hi all, Let's get the ball rolling again...Anyone see blockers for a minor release? Please make sure the problem exists in latest CVS, write/upload a test case and finally change the priority on the JIRA issue to blocker. Thanks, dims -- Davanum Srinivas - http://webservices.apache.org/~dims/

[jira] Commented: (AXIS-2020) wsdl2java does not generate array of wrappers for array of nillable primitives

2005-05-30 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2020?page=comments#action_66546 ] Hans commented on AXIS-2020: Patch works well, but only for first scenario. For soapenc arrays having an element with maxOccurs=unbounded and nillable=true wsdl2java still does

[jira] Commented: (AXIS-2022) WSDL2Java baulks at legitimate maxOccurs=unbounded

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2022?page=comments#action_66550 ] Davanum Srinivas commented on AXIS-2022: Please upload the complete wsdl. thanks, dims WSDL2Java baulks at legitimate maxOccurs=unbounded

[jira] Resolved: (AXIS-2018) WSDL2Java generates symbols where it shouldn't

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2018?page=all ] Davanum Srinivas resolved AXIS-2018: Resolution: Invalid Daniel, If you see an extraneous '' in the soap messages or in the wsdl generated at runtime then i will reopen the problem.

[jira] Commented: (AXIS-2010) Wrong xsi:type handling with derived types

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2010?page=comments#action_66553 ] Davanum Srinivas commented on AXIS-2010: Yves, please upload a complete wsdl. thanks, dims Wrong xsi:type handling with derived types

[jira] Commented: (AXIS-2013) Deserialization of Exception fails

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2013?page=comments#action_66556 ] Davanum Srinivas commented on AXIS-2013: Hans, please enclose the test case for recreating the problem. thanks, dims Deserialization of Exception fails

[jira] Resolved: (AXIS-2011) Multi Dimensional Array Serialization

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2011?page=all ] Davanum Srinivas resolved AXIS-2011: Resolution: Fixed Already fixed. Right Guillaume? -- dims Multi Dimensional Array Serialization -

[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_66547 ] Davanum Srinivas commented on AXIS-2025: check the server logs...post stack traces if any. thanks, dims Illegal XML characters in String arguments and return

[jira] Assigned: (AXIS-2014) java.lang.ArrayStoreException while deserializing an array of structs

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2014?page=all ] Davanum Srinivas reassigned AXIS-2014: -- Assign To: Venkat Reddy venkat? java.lang.ArrayStoreException while deserializing an array of structs

[jira] Commented: (AXIS-1818) MessageElement [] for any doesn't include all elements

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1818?page=comments#action_66554 ] Davanum Srinivas commented on AXIS-1818: Jaya, any updates on this? thanks, dims MessageElement [] for any doesn't include all elements

[jira] Closed: (AXIS-2024) enum package causes compilation problems with java 1.5

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2024?page=all ] Davanum Srinivas closed AXIS-2024: -- Resolution: Invalid don't compile them :) enum package causes compilation problems with java 1.5

[jira] Commented: (AXIS-2021) String Array Regression causes SAXException: Found character data ...

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2021?page=comments#action_66551 ] Davanum Srinivas commented on AXIS-2021: Please upload the complete WSDL thanks, dims String Array Regression causes SAXException: Found character data ...

[jira] Reopened: (AXIS-1753) All xs:choice members are non-nillable

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1753?page=all ] Davanum Srinivas reopened AXIS-1753: Assign To: Davanum Srinivas Steve hinted at possible problems with this one...reopening the bug. All xs:choice members are non-nillable

[jira] Assigned: (AXIS-2002) Problem using OUT-parameters

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2002?page=all ] Davanum Srinivas reassigned AXIS-2002: -- Assign To: Venkat Reddy Problem using OUT-parameters Key: AXIS-2002 URL:

[jira] Created: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements

2005-05-30 Thread Hans (JIRA)
wsdl2java does not generate array of wrappers for soapenc array nillable elements - Key: AXIS-2026 URL: http://issues.apache.org/jira/browse/AXIS-2026 Project: Axis Type: Bug

[jira] Resolved: (AXIS-2005) AXIS can not handel xsd:include properly

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2005?page=all ] Davanum Srinivas resolved AXIS-2005: Resolution: Incomplete Please upload all the xsd/wsdl files. thanks, dims AXIS can not handel xsd:include properly

[jira] Resolved: (AXIS-2001) Generated stubs differ between Solaris and Windows

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2001?page=all ] Davanum Srinivas resolved AXIS-2001: Resolution: Fixed Make sure you use the same version of jdk and xerces on both platforms thanks, dims Generated stubs differ between Solaris and

[jira] Resolved: (AXIS-1997) Regression causing out-of-memory errors for services without attachments returning large response messages

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1997?page=all ] Davanum Srinivas resolved AXIS-1997: Resolution: Fixed Applied Patch. thanks, dims Regression causing out-of-memory errors for services without attachments returning large

[jira] Commented: (AXIS-1999) Add configuration setting to bypass the SOAP HTTP binding requirement of a SOAPAction header

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1999?page=comments#action_66563 ] Davanum Srinivas commented on AXIS-1999: A patch would make it easy to make a decision :) thanks, dims Add configuration setting to bypass the SOAP HTTP binding

[jira] Resolved: (AXIS-2009) SimpleListDeserializerFactory is not serializable

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2009?page=all ] Davanum Srinivas resolved AXIS-2009: Resolution: Fixed already fixed. SimpleListDeserializerFactory is not serializable -

[jira] Commented: (AXIS-1753) All xs:choice members are non-nillable

2005-05-30 Thread Steve Green (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1753?page=comments#action_66570 ] Steve Green commented on AXIS-1753: --- Thank you for applying the patch, however upon further investigation I am seeing that the patch was not applied as it was written. My

[jira] Commented: (AXIS-1997) Regression causing out-of-memory errors for services without attachments returning large response messages

2005-05-30 Thread Jason Sweeney (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1997?page=comments#action_66577 ] Jason Sweeney commented on AXIS-1997: - I subsequently found that the same patch had to be applied to the writeTo() method of the org.apache.axis.Message class. Could

[jira] Updated: (AXIS-1752) xs:list attributes do not serialize

2005-05-30 Thread Steve Green (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1752?page=all ] Steve Green updated AXIS-1752: -- Attachment: Test1752.java Attached is a totally self contained version of the test program. No wsdl or further code generation is needed. xs:list attributes do

[jira] Commented: (AXIS-1997) Regression causing out-of-memory errors for services without attachments returning large response messages

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1997?page=comments#action_66578 ] Davanum Srinivas commented on AXIS-1997: done. thanks. -- dims Regression causing out-of-memory errors for services without attachments returning large response

[jira] Commented: (AXIS-1752) xs:list attributes do not serialize

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1752?page=comments#action_66579 ] Davanum Srinivas commented on AXIS-1752: Steve, Since everything is working except for attributes that are lists. i'd consider it a bug. thanks, dims xs:list

[jira] Commented: (AXIS-1999) Add configuration setting to bypass the SOAP HTTP binding requirement of a SOAPAction header

2005-05-30 Thread Jason Sweeney (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1999?page=comments#action_66580 ] Jason Sweeney commented on AXIS-1999: - This is my suggestion for the patch explained above. All changes are in the org.apache.axis.transport.http.AxisServlet class.

RE: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Chathura Herath
+1 Chathura -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Monday, May 30, 2005 6:09 PM To: Srinath Perera Cc: axis-dev@ws.apache.org Subject: Re: [Axis2][VOTE]Proposal for Axis2 M2 +1! Sanjiva. On Mon, 2005-05-30 at 11:08 +0600, Srinath Perera wrote:

RE: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Eran Chinthaka
+1. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, May 30, 2005 5:51 PM To: axis-dev@ws.apache.org; Srinath Perera Subject: Re: [Axis2][VOTE]Proposal for Axis2 M2 +1 from me. -- dims On 5/30/05, Srinath Perera [EMAIL PROTECTED] wrote: Hi

Re: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Ajith Ranabahu
+1-- Ajith Ranabahu

Re: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Deepal Jayasinghe
Hi all; here is my +1 for M2 realse Deepal - Original Message - From: Chathura Herath [EMAIL PROTECTED] To: axis-dev@ws.apache.org Sent: Tuesday, May 31, 2005 9:06 AM Subject: RE: [Axis2][VOTE]Proposal for Axis2 M2 +1 Chathura -Original Message- From: Sanjiva Weerawarana

Re: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Venkat Reddy
+1 from me, but i suggest we also add the following to the list :-) 1. SAAJ support (will check in updates soon, related to recent changes in OM). 2. Improved Infoset support (handling for comments, PI and a test case for W3C XML conformance test suite). Currently SAAJ impl uses OM directly, but

Re: [Axis2][VOTE]Proposal for Axis2 M2

2005-05-30 Thread Srinath Perera
Venkat +1000.. actually :) let us add them On 5/31/05, Venkat Reddy [EMAIL PROTECTED] wrote: +1 from me, but i suggest we also add the following to the list :-) 1. SAAJ support (will check in updates soon, related to recent changes in OM). 2. Improved Infoset support (handling for

[Axis2] Need for children API for OMDocument

2005-05-30 Thread jayachandra
Hi devs, I have two suggestions regarding OMDocument First - a trivial one: --- It lacks an interface definition in the package org.apache.axis.om and a direct implementation class with name OMDocument.java is coded in the o.a.a.om.impl.llom package. In line with how rest