Fw: Platform abstraction layer thoughts

2005-05-24 Thread Mark Whitlock
Nadir, +1 to make the platform abstraction layer a separate library. I assume all our current libraries (client, transport, channel, etc) will be linked with the platform abstraction library. In which case, I propose moving trace into the platform abstraction library as well since all

[jira] Commented: (AXISCPP-657) Stress test fails to dlopen channel

2005-05-24 Thread Mark Whitlock (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-657?page=comments#action_66166 ] Mark Whitlock commented on AXISCPP-657: --- I was running this test on AIX. I haven't tried other platforms as yet. Stress test fails to dlopen channel

[jira] Commented: (AXISCPP-657) Stress test fails to dlopen channel

2005-05-24 Thread Mark Whitlock (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-657?page=comments#action_66167 ] Mark Whitlock commented on AXISCPP-657: --- I ran the same test on Windows XP. I never got any dlopen failures. Instead with 50threads * 50loops I got lots of

[jira] Assigned: (AXISCPP-658) make the openConnection method really open the connection instead of flushOutput

2005-05-24 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-658?page=all ] Samisa Abeysinghe reassigned AXISCPP-658: - Assign To: Samisa Abeysinghe make the openConnection method really open the connection instead of flushOutput

[jira] Created: (AXISCPP-659) Move connection opening out of flushOutput method

2005-05-24 Thread Samisa Abeysinghe (JIRA)
Move connection opening out of flushOutput method - Key: AXISCPP-659 URL: http://issues.apache.org/jira/browse/AXISCPP-659 Project: Axis-C++ Type: Improvement Components: Transport (axis3) Versions: 1.5 Final

Custom endpointURL in wsdd and AxisServlet problem

2005-05-24 Thread Bartosz Kryza
Dear Axis developers, I've came over a problem (or at least an incosistency) with latest Axis version (1.2 stable): I wanted to set up manually endpointURL/ in my services' .wsdd file. Let's assume that a service is deployed at: http://my_host.com/axis/services/Foo If I set up endpointURL

[jira] Updated: (AXIS-2011) Multi Dimensional Array Serilization

2005-05-24 Thread Guillaume Sauthier (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2011?page=all ] Guillaume Sauthier updated AXIS-2011: - Attachment: axis-arrayMapping.patch A real patch against latest CVS apply into src Multi Dimensional Array Serilization

[jira] Assigned: (AXIS-2011) Multi Dimensional Array Serilization

2005-05-24 Thread Guillaume Sauthier (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2011?page=all ] Guillaume Sauthier reassigned AXIS-2011: Assign To: Guillaume Sauthier (was: Guillaume Sauthier) Multi Dimensional Array Serilization

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

2005-05-24 Thread Guillaume Sauthier (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2011?page=all ] Guillaume Sauthier updated AXIS-2011: - Summary: Multi Dimensional Array Serialization (was: Multi Dimensional Array Serilization) Fix Version: 1.2.1 Multi Dimensional Array

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

2005-05-24 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2011?page=comments#action_66159 ] Davanum Srinivas commented on AXIS-2011: Guillaume, +1 to check in the code. thanks, dims Multi Dimensional Array Serialization

Re: [Axis2] Proposal for adding a method in OMElement API.

2005-05-24 Thread Raghavendra Vaidya
Hi guys, I would like to get involved with Axis 2 development. Can any of you let me know a good starting poitn?? Regards Vaidya On 5/22/05, Paul R Brown [EMAIL PROTECTED] wrote: Jaya -- [Eran] Well, I accept the proposal but not the method signature. Uniqueness of a namespace comes

Re: [Axis2] Proposal for adding a method in OMElement API.

2005-05-24 Thread jayachandra
Hi Raghavendra! You can start at the wiki, it could be outdated but nevertheless a good starting point. URL is http://wiki.apache.org/ws/FrontPage/Axis2 Jaya On 5/24/05, Raghavendra Vaidya [EMAIL PROTECTED] wrote: Hi guys, I would like to get involved with Axis 2 development. Can any of you

[jira] Resolved: (AXIS-1469) Updates not effective after saveChanges() or writeTo()

2005-05-24 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1469?page=all ] Venkat Reddy resolved AXIS-1469: Resolution: Fixed Fixed by a patch for AXIS-1960. Updates not effective after saveChanges() or writeTo()

[Axis2] REMINDER : Axis IRC chat TOMORROW

2005-05-24 Thread The Axis2 ChatBot
Hi folks! This is an automatic reminder that the weekly Axis2 developer chat will be occurring tomorrow, May 25, at: 5AM PDT, 8AM EDT, 12PM GMT, 6PM SLT, 10PM (next day) AEST The chat takes place on the freenode IRC network, (use server irc.freenode.net), on channel #apache-axis, and is

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

2005-05-24 Thread Hans (JIRA)
Deserialization of Exception fails -- Key: AXIS-2013 URL: http://issues.apache.org/jira/browse/AXIS-2013 Project: Axis Type: Bug Components: Serialization/Deserialization Versions: current (nightly) Environment: Linux,

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

2005-05-24 Thread Hans (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2013?page=comments#action_66178 ] Hans commented on AXIS-2013: Both the client and server are java applications using Axis 1.2.1. Deserialization of Exception fails --

[jira] Commented: (AXIS-1978) Invalid code generated in JavaServiceImplWriter w/multiple ports

2005-05-24 Thread Eric Hardesty (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1978?page=comments#action_66172 ] Eric Hardesty commented on AXIS-1978: - Your statement about about only one IF or ELSE block being executed is incorrect. In the example if the endpoint is hooxEndpoint2

[jira] Commented: (AXIS-1978) Invalid code generated in JavaServiceImplWriter w/multiple ports

2005-05-24 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1978?page=comments#action_66183 ] Tom Jordahl commented on AXIS-1978: --- Eric is correct, the patched code is correct, the original code will throw the unknown endpoint exception. We should fix that.

RE: Custom endpointURL in wsdd and AxisServlet problem

2005-05-24 Thread Tom Jordahl
Is that how it should work?? Yes. Note that if you are deploying the Axis servlet at /axis/services, setting a service endpoint there is going to cause trouble. -- Tom Jordahl Macromedia Server Development From: Bartosz Kryza [mailto:[EMAIL PROTECTED] Sent: Tuesday,

[jira] Created: (AXIS-2015) org.apache.axis.types.URI does not compare registry authority in equals()

2005-05-24 Thread Steve Green (JIRA)
org.apache.axis.types.URI does not compare registry authority in equals() - Key: AXIS-2015 URL: http://issues.apache.org/jira/browse/AXIS-2015 Project: Axis Type: Bug Components: Basic

[jira] Updated: (AXIS-2015) org.apache.axis.types.URI does not compare registry authority in equals()

2005-05-24 Thread Steve Green (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2015?page=all ] Steve Green updated AXIS-2015: -- Attachment: 2015.patch Patch and test case org.apache.axis.types.URI does not compare registry authority in equals()

Unable to process ?wsdls - found out why

2005-05-24 Thread Yampolsky, Robert
Title: Unable to process ?wsdls - found out why I had been unable to get my axiscpp 1.5 installation to process ?wsdl URL's. Apache would always segfault, even though the /axis/ URL produces a web page with links to all the wsdls. As related below, I was able to work around the problem by

[Axis2] Axis2 getting started

2005-05-24 Thread Eran Chinthaka
Hi Vaidya, Code is the best starting point if you can :). But better go and have a look at the site (http://ws.apache.org/axis2/), IMHO, its the best place. Site documentation is on Axis2 M1, but the development is now coming towards another milestone. So some stuff in the site docs may

Re: [Axis2] Proposal for adding a method in OMElement API.

2005-05-24 Thread Eran Chinthaka
Hi Jaya and all, I still find difficult to give you a method to remove namespaces. Namespaces, once defined in an element, that will be used by all of its children. So if we try to remove a namespace, that will be a total mess. Isn't it ? So I'm in doubt to give *any* of the methods to

Re: [Axis2] Proposal for adding a method in OMElement API.

2005-05-24 Thread Srinath Perera
agreed .. way it is done .. remeove a name sapces can be tricky Do we need to edit the OM to that extent ? mostly it is reading that we do ...I think but are there lot of usecases? .. there is security .. but it replace body or a header Can not we live with what we have? Thanks Srinath On

Re: [Axis2] Proposal for adding a method in OMElement API.

2005-05-24 Thread Ajith Ranabahu
Hi all, Well since our OMElementImpl keeps its own list of namespaces adding / declaring a namespace would affect that Element only. if the reference is removed from the parent I don't see a problem with the children since they keep their own reference to the particular namespace. We ask for a

Re: [Axis2] Proposal for adding a method in OMElement API.

2005-05-24 Thread Venkat Reddy
Okay - the usecase we have is the following method in SAAJ API on javax.xml.soap.SOAPElement: boolean removeNamespaceDeclaration(java.lang.String prefix) We can't implement this without the undelying OM design catering to such needs. So here goes my +1 for implmenting this method on OMElement.

Re: [Axis2] Proposal for adding a method in OMElement API.

2005-05-24 Thread Dasarath Weeratunge
Since most likely OM will be built through generated code, I'm wondering why this method is required. --dasarath --- Eran Chinthaka [EMAIL PROTECTED] wrote: Hi Jaya and all, I still find difficult to give you a method to remove namespaces. Namespaces, once defined in an element, that