[jira] Resolved: (AXIS2-3870) Memory Leak using ServiceClient

2008-06-28 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi resolved AXIS2-3870. - Resolution: Fixed fixed the issue with revision 672607. in AxisC

[Axis2] I18N problem

2008-06-28 Thread Tony Dean
Hi, I have narrowed down an I18N problem when using Simplified Chinese characters in payload to Axis2 client side. I have an Axis2 client using ServiceClient to send a SOAP request to my service. For example a couple of characters in the payload are as follows: U+4e2d U+6587 U+6d4b U+8bd5 W

RE: [axis2] jar dependency

2008-06-28 Thread Tony Dean
I'm assuming when you make a new Axis2 release, you obtain the latest versions of dependent jars and redistribute them as well. Is there any way to determine in Axis2 1.4 which dependent jars require the latest versions? At this time I do not want to update dependent jars unless there is a req

RE: [axis2] weblogic deployment

2008-06-28 Thread Tony Dean
Any answers here? Just curious why I have to explode my WAR or maintain a services.list if WAR is packed even though I actually keep my aar files outside of the WAR altogether ... my Axi2.xml config file is modified to reference this location. > -Original Message- > From: Tony Dean [ma

Questions regarding Axis1.4

2008-06-28 Thread Raihan Ahmed
Hello, I am sorry to email in this manner. But I have run into an issue that I just can't figure out. I have searched the Internet without any luck. I have a web service running under Axis1.4. One of the methods returns an array of string to the client. Each string in the array is actually an

Hubert H Leung is out of the office.

2008-06-28 Thread Hubert H Leung
I will be out of the office starting 06/28/2008 and will not return until 07/07/2008. Sheldon Lee-loy is my backup from 7/2/2008 to 7/4/2008.

Re: Changing the http status code in the response

2008-06-28 Thread Saminda Abeyruwan
If your response is a success or accepted, AxisServlet will return the response code as 200 OK or 202 Accepted. You will not be able to change this. But you could change the response header to 401 Unauthorized, by setting property Constants.HTTP_RESPONSE_STATE to HttpServletResponse.SC_UNAUTHORIZ