[jira] Commented: (AXISCPP-843) Serialiser is using namespaces without first assigning them in the XML

2005-10-27 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-843?page=comments#action_12356055 ] Dushshantha Chandradasa commented on AXISCPP-843: - when serializing a complex parameter, the namespace is not set in the SoapSerializer::addOutputCmplxParam

[jira] Created: (AXISCPP-861) UnitTest_InOut is failing because InOut_ServerResponse is not proper

2005-10-27 Thread James Jose (JIRA)
UnitTest_InOut is failing because InOut_ServerResponse is not proper Key: AXISCPP-861 URL: http://issues.apache.org/jira/browse/AXISCPP-861 Project: Axis-C++ Type: Test Components: Test

[jira] Closed: (AXISCPP-861) UnitTest_InOut is failing because InOut_ServerResponse is not proper

2005-10-27 Thread James Jose (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-861?page=all ] James Jose closed AXISCPP-861: -- Resolution: Fixed New InOut_serverResponse is added UnitTest_InOut is failing because InOut_ServerResponse is not proper

[jira] Closed: (AXISCPP-854) When building on VC7, a lot of 'warning C4290' are generated

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-854?page=all ] Fred Preston closed AXISCPP-854: Resolution: Fixed Assign To: Fred Preston The ant build script has now had an additional remove warning statement added to the Windows compiler

Re: [Axis2] Fixing memory leaks

2005-10-27 Thread Samisa Abeysinghe
Paul Fremantle wrote: +1 samisa. It might be hard work now, but worth it. Also I think based on the discussion we had with James, maybe its possible to set some boundaries. We allocate all memory within that execution path from a buffer, and free all memory from the buffer at the end.

Re: [Axis2 ] How to free namespaces in om

2005-10-27 Thread Samisa Abeysinghe
nandika jayawardana wrote: Hi all, In current om implementation, om nodes can be created programmatically as well as using the builder .When om elements are created programmatically , many om_elements will be pointing to the same namespace struct instance if it was given as the namespace in

Re: [Axis2 ] How to free namespaces in om

2005-10-27 Thread Samisa Abeysinghe
damitha kumarage wrote: Hi Nandika, On 10/26/05, *nandika jayawardana* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, In current om implementation, om nodes can be created programmatically as well as using the builder .When om elements are created

[jira] Created: (AXISCPP-862) '' symbol in front of type not being removed by WSDL2Ws from type or class defintion and the header filename as an unnecessary '_' prefix character.

2005-10-27 Thread Fred Preston (JIRA)
'' symbol in front of type not being removed by WSDL2Ws from type or class defintion and the header filename as an unnecessary '_' prefix character.

[jira] Updated: (AXISCPP-862) '' symbol in front of type not being removed by WSDL2Ws from type or class defintion and the header filename as an unnecessary '_' prefix character.

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-862?page=all ] Fred Preston updated AXISCPP-862: - Description: The created client stub for the following WSDL is incorrect ?xml version=1.0 encoding=UTF-8? definitions

[jira] Updated: (AXISCPP-862) '' symbol in front of type and some output parameters is not being removed by WSDL2Ws from type or class defintion and the header filename as an unnecessary '_' prefix c

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-862?page=all ] Fred Preston updated AXISCPP-862: - Summary: '' symbol in front of type and some output parameters is not being removed by WSDL2Ws from type or class defintion and the header filename as an

Re: [Axis2] renaming core as engine

2005-10-27 Thread Samisa Abeysinghe
Damitha Kumarage wrote: Hi, Currently we have followed axis2 java project folder structure so that we have modules | |--- | core

[jira] Updated: (AXISCPP-862) '' symbol in front of type and some output parameters is not being removed by WSDL2Ws from type, prototypes/signatures or class defintion and the header filename as an u

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-862?page=all ] Fred Preston updated AXISCPP-862: - Summary: '' symbol in front of type and some output parameters is not being removed by WSDL2Ws from type, prototypes/signatures or class defintion and the

[jira] Updated: (AXISCPP-862) '' symbol in front of type and some output parameters is not being removed by WSDL2Ws from type, prototypes/signatures or class defintion and the header filename as an u

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-862?page=all ] Fred Preston updated AXISCPP-862: - Description: The created client stub for the following WSDL is incorrect ?xml version=1.0 encoding=UTF-8? definitions

[jira] Updated: (AXISCPP-862) '' symbol in front of type and some output parameters is not being removed by WSDL2Ws from type, prototypes/signatures or class defintion and the header filename as an u

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-862?page=all ] Fred Preston updated AXISCPP-862: - Description: The created client stub for the following WSDL is incorrect ?xml version=1.0 encoding=UTF-8? definitions

[jira] Commented: (AXISCPP-862) '' symbol in front of type and some output parameters is not being removed by WSDL2Ws from type, prototypes/signatures or class defintion and the header filename as an

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-862?page=comments#action_12356079 ] Fred Preston commented on AXISCPP-862: -- WSDL2Ws is also not handling 'refs' correctly. Will raise a seperate JIRA for this. '' symbol in front of type and some

[jira] Created: (AXISCPP-863) In the stub generated codeAn 'OUT' parameter may be null. Before trying to copy the contents a test should be done on the size of the object.

2005-10-27 Thread Fred Preston (JIRA)
In the stub generated codeAn 'OUT' parameter may be null. Before trying to copy the contents a test should be done on the size of the object. --

[jira] Updated: (AXISCPP-863) In the stub generated code, an 'OUT' parameter may be null. Before trying to copy the contents a test should be done on the size of the object.

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-863?page=all ] Fred Preston updated AXISCPP-863: - Component: Client - Stub Summary: In the stub generated code, an 'OUT' parameter may be null. Before trying to copy the contents a test should be

[jira] Updated: (AXISCPP-863) In the stub generated code, an 'OUT' parameter may be null. Before trying to copy the contents a test should be done on the size of the object.

2005-10-27 Thread Fred Preston (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-863?page=all ] Fred Preston updated AXISCPP-863: - Description: For example:- Axis_Array arr2 = m_pCall-getCmplxArray((void*) Axis_DeSerialize_Items,

[jira] Commented: (AXISCPP-843) Serialiser is using namespaces without first assigning them in the XML

2005-10-27 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-843?page=comments#action_12356171 ] Dushshantha Chandradasa commented on AXISCPP-843: - Hi All, Above problem can be avoided by including the namespace definition in serialization code of the

[Axis2] ThreadPool modifiacation diff

2005-10-27 Thread Chamil Thanthrimudalige
hi all, Can some one with enough karma please apply this patch, I have done some preliminary changes needed to get settable ThreadPool going inside Axis2. Best Regards, Chamil Thanthrimudalige Index: modules/core/test/org/apache/axis2/util/threadpool/TestThreadPool.java

[jira] Commented: (AXIS-2253) InvocationTargetException: On deploying deploy.wsdd through AdminClient

2005-10-27 Thread Antonio Celorio Pascual (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2253?page=comments#action_12356058 ] Antonio Celorio Pascual commented on AXIS-2253: --- Same error with Axis 1.3 InvocationTargetException: On deploying deploy.wsdd through AdminClient

[jira] Created: (AXIS-2274) we are unable to configure Axis C++ without Apache

2005-10-27 Thread Aditya Kumar (JIRA)
we are unable to configure Axis C++ without Apache -- Key: AXIS-2274 URL: http://issues.apache.org/jira/browse/AXIS-2274 Project: Apache Axis Type: Bug Components: Basic Architecture Environment: Linux Suse

Re: [Axis2] Chat Log

2005-10-27 Thread Steve Loughran
On the subject of data binding, it would suit me nicely if you could easily build an OMElement graph from a DOM or SAX tree. Because that way I could map from Xom to OMElement without printing everything to a StringBuffer and parsing it again. -steve

Re: [Axis2] Axis2 packaging

2005-10-27 Thread robert burrell donkin
On 10/25/05, Eran Chinthaka [EMAIL PROTECTED] wrote: Hi Robert and All, robert burrell donkin wrote: 2. Shall we make our Axis2.war file a separate download, and not putting some random musings...On 10/24/05, Eran Chinthaka [EMAIL PROTECTED] wrote: snip it in dist-bin ? Some people

[jira] Commented: (AXIS-2246) org.apache.axis.ConfigurationException while calling service through service lcoator.

2005-10-27 Thread Philipp Neumann (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2246?page=comments#action_12356093 ] Philipp Neumann commented on AXIS-2246: The endless loop was an error on my side. Please ignore my last 2 posts. org.apache.axis.ConfigurationException while calling

Re: [Axis2] AxisFault

2005-10-27 Thread Steve Loughran
Steve Loughran wrote: I am looking at the current axis fault stuff. Is anybody actively working on this, or am I free to add enhancements? Specifically: 1. All the bits of a SOAPFAult, including random XML easily added to AxisFault, along with headers. Can put this stuff in when an

[Axis2] maven clover works

2005-10-27 Thread Davanum Srinivas
URL: http://people.apache.org/~dims/axis2-clover/ Should we move all the interop tests in integration module from org.apache.axis2.interop package to just interop? thanks, dims -- Davanum Srinivas : http://wso2.com/blogs/

Re: [Axis2] Data Binding

2005-10-27 Thread Eran Chinthaka
Steve Loughran wrote: On the subject of data binding, it would suit me nicely if you could easily build an OMElement graph from a DOM or SAX tree. What do you mean here ? Are you asking for a special OMElement which wraps any data binding object, as Dennis explained. Because that way I

Re: [Axis2] maven clover works

2005-10-27 Thread Eran Chinthaka
Davanum Srinivas wrote: URL: http://people.apache.org/~dims/axis2-clover/ Should we move all the interop tests in integration module from org.apache.axis2.interop package to just interop? Since they are *axis2* interop stuff, can't we keep them as it is. But Dims, you must be having a good

Re: I give up

2005-10-27 Thread Davanum Srinivas
Kurt, Looking at your postings, i don't see much from you in terms of engaging the user or developer community to ask for help. http://marc.theaimsgroup.com/?l=axis-devw=2r=1s=olsenq=b http://marc.theaimsgroup.com/?l=axis-userw=2r=1s=olsenq=b Your specific email to Tom