Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-21 Thread Damitha Kumarage
Samisa... On Tue, Dec 15, 2009 at 11:58 AM, Damitha Kumarage dami...@wso2.com mailto:dami...@wso2.com wrote: Hi, I have implemented Http keep alive support and Cookie session support for Axis2/C and commited to svn. Following is a brief introduction into how I implemented

[jira] Created: (AXIS2C-1420) Support to talk to a TLS1 only server

2009-12-21 Thread Damitha Kumarage (JIRA)
Support to talk to a TLS1 only server - Key: AXIS2C-1420 URL: https://issues.apache.org/jira/browse/AXIS2C-1420 Project: Axis2-C Issue Type: Improvement Reporter: Damitha Kumarage Axis2/C

Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-20 Thread Damitha Kumarage
Samisa Abeysinghe wrote: Looks good. Have you committed? Yes it is in svn Thanks, Damitha Samisa... On Tue, Dec 15, 2009 at 11:58 AM, Damitha Kumarage dami...@wso2.com mailto:dami...@wso2.com wrote: Hi, I have implemented Http keep alive support and Cookie session support

[jira] Commented: (AXIS2C-1279) A soap fault of No Error return

2009-10-01 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761210#action_12761210 ] Damitha Kumarage commented on AXIS2C-1279: -- When a service return NULL without

Re: axis2C vs axis2C++

2009-07-27 Thread Damitha Kumarage
please tell me the reasone why did we make Axis2/C in C as we had already Axis2/C++. if you have any help regarding why and when we use C over C++. Any help will be gr8 help to me. Thanks Pankaj Singh -- __ Damitha Kumarage

Re: Axis2/C and lighttpd

2009-07-19 Thread Damitha Kumarage
is not intended for production. Regards. Fabio -- __ Damitha Kumarage http://people.apache.org/ __

Re: Implementing Keep-alive/ Persistent Connection support in Axis2/C

2009-07-16 Thread Damitha Kumarage
concerns. In the current code we are storing the http_client instance in the msg_ctx. Is there any reason for this ? please send your thoughts on this. Thanks, -Manjula -- __ Damitha Kumarage http://people.apache.org/ __

[jira] Created: (AXIS2C-1378) operation name is corruputed by the time it reaches dispatcher

2009-06-22 Thread Damitha Kumarage (JIRA)
Components: core/engine Reporter: Damitha Kumarage I have following valgrind info when running Axis2/C with Apache module. ==8599== Invalid read of size 1 ==8599==at 0x40276E8: strlen (mc_replace_strmem.c:242) ==8599==by 0x41866D7: vfprintf (in /lib/tls/i686/cmov/libc-2.9

[jira] Created: (AXIS2C-1377) switching to global/local pools when used with apache module

2009-06-20 Thread Damitha Kumarage (JIRA)
Components: util Environment: all Reporter: Damitha Kumarage Assignee: Damitha Kumarage When Axis2/C is used with the httpd module to allocate memory in apache global pools one need to call the axutil function axutil_allocator_switch_to_global_pool

[jira] Resolved: (AXIS2C-1377) switching to global/local pools when used with apache module

2009-06-20 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1377. -- Resolution: Fixed Attached patch solve the issue switching to global/local pools

Re: [VOTE][Rampart/C] Apache Rampart/C 1.3.0 Release

2009-05-20 Thread Damitha Kumarage
for Apache Rampart/C 1.3.0 release. Please test it with Apache Axis2/C 1.6.0, which can be downloaded from here: http://ws.apache.org/axis2/c/download.cgi Here is my vote +1. Regards, Shankar -- __ Damitha Kumarage http

Re: [VOTE][AXIS2]Apache Axis2/C 1.6.0 Release artificats - Take2

2009-04-19 Thread Damitha Kumarage
/~manjula/release/1.6.0/KEYS If the release artifacts are fine please vote for Axis2/C 1.6.0 release. Here is my vote +1. Thanks, -Manjula -- __ Damitha Kumarage http://people.apache.org/ __

Re: Axis2/C 1.6.0 RC3

2009-04-12 Thread Damitha Kumarage
Manjula Peiris wrote: Hi all, I have packed and uploaded Apache Axis2/C 1.6.0 RC3 here [1]. Please test and send your feedback. [1] http://people.apache.org/~manjula/release/1.6.0/rc3/ Thanks, -Manjula. -- __ Damitha

[jira] Created: (AXIS2C-1361) xpath fails when chile elements are prefixed

2009-03-29 Thread Damitha Kumarage (JIRA)
Reporter: Damitha Kumarage xpath Envelope/Header/Topic does not work for following ?xml version=1.0 encoding=UTF-8? soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; soapenv:Header xmlns:wsa=http://www.w3.org/2005/08/addressing; aip:Topic xmlns:aip=http

[jira] Commented: (AXIS2C-1355) Changing service client options between messages

2009-03-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680766#action_12680766 ] Damitha Kumarage commented on AXIS2C-1355: -- The best thing is take the options

[jira] Created: (AXIS2C-1353) Externally passed configuration context and service should not be freed within service client

2009-03-06 Thread Damitha Kumarage (JIRA)
Project: Axis2-C Issue Type: Bug Reporter: Damitha Kumarage We have axis2_svc_client_create_with_conf_ctx_and_svc function to create a service client using existing configuration context and service. Currently when service client is freed these are freed as well

[jira] Created: (AXIS2C-1354) new function axis2_svc_client_get_conf_ctx() needed.

2009-03-06 Thread Damitha Kumarage (JIRA)
new function axis2_svc_client_get_conf_ctx() needed. Key: AXIS2C-1354 URL: https://issues.apache.org/jira/browse/AXIS2C-1354 Project: Axis2-C Issue Type: Bug Reporter: Damitha

[jira] Resolved: (AXIS2C-1349) Time Duration related functions does not work

2009-03-06 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1349. -- Resolution: Fixed This is fixed Time Duration related functions does not work

Re: Axis2/C 1.6.0 RC1

2009-03-04 Thread Damitha Kumarage
/ -- __ Damitha Kumarage http://people.apache.org/ __

Savan/C 1.0 Release

2009-03-04 Thread Damitha Kumarage
suggestions are welcome. Thanks, Damitha. -- __ Damitha Kumarage http://people.apache.org/ __

Re: Axis2/C 1.6.0 RC1

2009-03-04 Thread Damitha Kumarage
in linux install :) ) Regards, Shankar thanks, Dinesh -- S.Uthaiyashankar Software Architect WSO2 Inc. http://wso2.com/ - The Open Source SOA Company -- __ Damitha Kumarage http://people.apache.org/ __

Re: Axis2/C 1.6.0 RC1

2009-03-04 Thread Damitha Kumarage
supunk.blogspot.com http://supunk.blogspot.com -- __ Damitha Kumarage http://people.apache.org/ __

[jira] Created: (AXIS2C-1348) Redundancy in Date/Time functions

2009-02-19 Thread Damitha Kumarage (JIRA)
Redundancy in Date/Time functions - Key: AXIS2C-1348 URL: https://issues.apache.org/jira/browse/AXIS2C-1348 Project: Axis2-C Issue Type: Bug Reporter: Damitha Kumarage In axis2 time handling

[jira] Created: (AXIS2C-1349) Time Duration related functions does not work

2009-02-19 Thread Damitha Kumarage (JIRA)
Time Duration related functions does not work - Key: AXIS2C-1349 URL: https://issues.apache.org/jira/browse/AXIS2C-1349 Project: Axis2-C Issue Type: Bug Reporter: Damitha Kumarage

[jira] Created: (AXIS2C-1350) Adding hours/mins/secs etc to the duration does not add up correctly

2009-02-19 Thread Damitha Kumarage (JIRA)
: Bug Reporter: Damitha Kumarage axis2_char_t *duration_str = P19Y6M4DT12H30M5S; printf(input:%s\n, duration_str); axutil_duration_t *duration = NULL; axis2_char_t *result = NULL; duration = axutil_duration_create_from_string(env, duration_str); int hours

[jira] Created: (AXIS2C-1328) Implementing new transport to optimize Axis2/C when used in a multi-threading client environment.

2009-01-12 Thread Damitha Kumarage (JIRA)
-1328 Project: Axis2-C Issue Type: Improvement Components: core/transport Reporter: Damitha Kumarage Priority: Minor I would like to highlight the following discussion in mailing thread[1]. Patric: The asynchronous call implementation

[jira] Created: (AXIS2C-1329) There should be a stub creation api function that take axis2 configuration context as parameter

2009-01-12 Thread Damitha Kumarage (JIRA)
-1329 Project: Axis2-C Issue Type: Improvement Reporter: Damitha Kumarage It is desired to have the above api function so that when creating a stub an existing configuration context could be used. axis2_stub_create_with_conf_ctx_and_endpoint_ref_and_client_home

[jira] Created: (AXIS2C-1326) Improvment to Axis2/C client side thread pool

2009-01-11 Thread Damitha Kumarage (JIRA)
/clientapi Reporter: Damitha Kumarage Currently Axis2/C client engine don't make use of the thread pool facility even if we pass one. It just request threads from the thread pool and may exhaust all available threads until blocking the main thread at some point waiting for new thread which

[jira] Created: (AXIS2C-1327) Providing resource free callback in Dual channel non blocking scenarios

2009-01-11 Thread Damitha Kumarage (JIRA)
Type: Improvement Components: core/engine Reporter: Damitha Kumarage In dual channel non blocking scenarios user pass callback with callback on complete function set. However in case where application programmer need to free resources(like stub, axis2 environment) per call

Re: Multi-threading

2009-01-05 Thread Damitha Kumarage
-- __ Damitha Kumarage http://people.apache.org/ __

Re: Can I always assume axis2_desc_t children are axis2_msg_t ?

2009-01-05 Thread Damitha Kumarage
confusion we may pass axis2_msg_t there instead of void pointer. thanks, Damitha Thanks, -Manjula -- __ Damitha Kumarage http://people.apache.org/ __

Re: RE : RE : Multi-threading

2009-01-03 Thread Damitha Kumarage
/async.html -- __ Damitha Kumarage http://people.apache.org/ __

Re: Multi-threading

2009-01-03 Thread Damitha Kumarage
environment you can pass your own thread pool. Would that not help? thanks, thanks, Damitha Thank you for your input. -- __ Damitha Kumarage http://people.apache.org/ __

Re: RE : Multi-threading

2009-01-03 Thread Damitha Kumarage
' I've now my own static-sized thread pool that perform synchronous calls. If there are more async calls then threads in the pool, they're queued. Thank you for your input. -- __ Damitha Kumarage http://people.apache.org/ __

[jira] Resolved: (AXIS2C-1301) Can not change the axis2c logger.

2008-12-23 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1301. -- Resolution: Fixed This is fixed Can not change the axis2c logger

[Axis2] VOTE Danushka Menikkumbura as Commiter

2008-12-01 Thread Damitha Kumarage
/jira/browse/SANDESHA2C-70 [3]https://issues.apache.org/jira/browse/SANDESHA2C-69 -- __ Damitha Kumarage http://people.apache.org

[jira] Commented: (AXIS2C-1301) Can not change the axis2c logger.

2008-12-01 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652301#action_12652301 ] Damitha Kumarage commented on AXIS2C-1301: -- Please se AXIS2C-1286 is related

Re: The addressing dispatch problem

2008-11-24 Thread Damitha Kumarage
? With respect, Andriy. -- __ Damitha Kumarage http://people.apache.org/ __ - To unsubscribe, e-mail

Re: The addressing dispatch problem

2008-11-24 Thread Damitha Kumarage
\addressing\module.xml and add to config-file axis2.xml module ref=Addressing/ axis2_http_server.exe crash when savan services send request (download from http://ws.apache.org/savan/c/download.cgi) 2008/11/24 Damitha Kumarage [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Hi Andriy, Have

Re: REST URL Mapping - The changes done in pattern matching Algorithm

2008-11-21 Thread Damitha Kumarage
? -- Thanks, Dimuthu Gamage http://www.dimuthu.org http://www.wso2.org -- Thanks, Dimuthu Gamage http://www.dimuthu.org http://www.wso2.org -- __ Damitha Kumarage http://people.apache.org

Re: REST URL Mapping - The changes done in pattern matching Algorithm

2008-11-21 Thread Damitha Kumarage
of functions (static inline functions) that you can't do with ansi c. What do you think about it? How about portability if we adopt C99? thanks Damitha -- __ Damitha Kumarage http://people.apache.org

Re: checking if axis server has started

2008-11-20 Thread Damitha Kumarage
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- __ Damitha Kumarage http://people.apache.org

[jira] Resolved: (AXIS2C-1284) Savan/C build fails when --enable-filtering=no

2008-11-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1284. -- Resolution: Fixed This is fixed now Savan/C build fails when --enable-filtering

[jira] Commented: (AXIS2C-1286) Improve the logging facilities to let the client specify their own logging mechanism

2008-11-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646518#action_12646518 ] Damitha Kumarage commented on AXIS2C-1286: -- However my small change to your patch

[jira] Resolved: (AXIS2C-1286) Improve the logging facilities to let the client specify their own logging mechanism

2008-11-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1286. -- Resolution: Fixed Patch applied. Thanks Dmitry for the patch. I have done only small

Re: Help needed with Axiom Navigator

2008-11-09 Thread Damitha Kumarage
. So if someone could give me some sample code that may guide me in how to use this class to travesrse an Om node in a C program would really be useful. Thanks, Shivam. -- __ Damitha Kumarage http

Re: changes to the axutil log functions

2008-11-09 Thread Damitha Kumarage
] -- __ Damitha Kumarage http://people.apache.org/ __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (AXIS2C-1277) Must use empty header in request

2008-10-26 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage updated AXIS2C-1277: - Attachment: get_version version_client.zip

[jira] Commented: (AXIS2C-1277) Must use empty header in request

2008-10-22 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641736#action_12641736 ] Damitha Kumarage commented on AXIS2C-1277: -- I could reproduce this. Will fix asap

[jira] Created: (AXIS2C-1279) A soap fault of No Error return

2008-10-22 Thread Damitha Kumarage (JIRA)
A soap fault of No Error return - Key: AXIS2C-1279 URL: https://issues.apache.org/jira/browse/AXIS2C-1279 Project: Axis2-C Issue Type: Bug Reporter: Damitha Kumarage A soap fault with reason

[jira] Updated: (AXIS2C-1279) A soap fault of No Error return

2008-10-22 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage updated AXIS2C-1279: - Description: A soap fault with reason No Error return for certain errors at server side

[jira] Updated: (AXIS2C-1277) Must use empty header in request

2008-10-22 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage updated AXIS2C-1277: - Attachment: soap_header.c.diff File attached has the desired solution

Re: Properties in Configuration Context

2008-10-15 Thread Damitha Kumarage
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- __ Damitha Kumarage http://people.apache.org

[jira] Created: (AXIS2C-1274) Savan/C seg faults when run with Apache2

2008-10-14 Thread Damitha Kumarage (JIRA)
Savan/C seg faults when run with Apache2 Key: AXIS2C-1274 URL: https://issues.apache.org/jira/browse/AXIS2C-1274 Project: Axis2-C Issue Type: Bug Reporter: Damitha Kumarage When running

[jira] Created: (AXIS2C-1273) In Savan/C filter template path is hard coded in to the code.

2008-10-13 Thread Damitha Kumarage (JIRA)
Reporter: Damitha Kumarage To avoid the $subect I plan to add a module parameter called savan_filter_template_path which has the filter template path as parameter value -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

Re: ver 1.6

2008-10-12 Thread Damitha Kumarage
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- __ Damitha Kumarage http://people.apache.org

Re: ver 1.6

2008-10-08 Thread Damitha Kumarage
-- __ Damitha Kumarage http://people.apache.org/ __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ver 1.6

2008-10-08 Thread Damitha Kumarage
] For additional commands, e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -- __ Damitha Kumarage http://people.apache.org

Re: Memory fault in Axis2C

2008-09-29 Thread Damitha Kumarage
wrong here. Regards, Shivam. * * -- __ Damitha Kumarage http://people.apache.org

CGI Makefile.am is missing

2008-09-18 Thread Damitha Kumarage
-- __ Damitha Kumarage http://people.apache.org/ __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (AXIS2C-1261) When several fire and forget sends are done using svc client it segfaults

2008-09-09 Thread Damitha Kumarage (JIRA)
Issue Type: Bug Reporter: Damitha Kumarage $Subject happens because in operation client the sending is done using separate thread. Before the first request completes it could happen that the second request free the operation client that is used to send the first message. When operation

Re: Service client options to set custom HTTP headers

2008-09-02 Thread Damitha Kumarage
Oh I got it all wrong. I had soap headers in mind. thanks Damitha Manjula Peiris wrote: On Sat, 2008-08-30 at 22:20 +0530, Damitha Kumarage wrote: Hatim Daginawala wrote: At what point will these headers get freed and who will be responsible for freeing them? Currently, I add http

Re: Service client options to set custom HTTP headers

2008-08-30 Thread Damitha Kumarage
( axis2_options_t*options, const axutil_env_t*env, const axis2_char_t*name, const axis2_char_t*value); Danushka -- __ Damitha Kumarage http://people.apache.org

[jira] Commented: (AXIS2C-1254) Information set by the Client options axis2_options_set_transport_info function is not used

2008-08-29 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12626893#action_12626893 ] Damitha Kumarage commented on AXIS2C-1254: -- I had a look at your patch

Re: Service client options to set custom HTTP headers

2008-08-29 Thread Damitha Kumarage
-- __ Damitha Kumarage http://people.apache.org/ __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to add a file to AXIS Makefile project

2008-08-08 Thread Damitha Kumarage
it to the existing AXIS2/C Makefile project. But I have been unsuccessful till now. Could someone guide me as to how I may do this. Regards, Shivam. -- __ Damitha Kumarage http://people.apache.org

[jira] Assigned: (AXIS2C-1249) Memory leak in notify client sample

2008-08-05 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1249: Assignee: Damitha Kumarage Memory leak in notify client sample

[jira] Closed: (AXIS2C-1249) Memory leak in notify client sample

2008-08-05 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage closed AXIS2C-1249. Resolution: Fixed This is fixed Memory leak in notify client sample

[jira] Assigned: (AXIS2C-1250) Memory leak in axiom_soap_header_remove_header_block() function

2008-08-05 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1250: Assignee: Damitha Kumarage Memory leak in axiom_soap_header_remove_header_block

[jira] Closed: (AXIS2C-1250) Memory leak in axiom_soap_header_remove_header_block() function

2008-08-05 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage closed AXIS2C-1250. Resolution: Fixed This is fixed now Memory leak

[jira] Created: (AXIS2C-1250) Memory leak in axiom_soap_header_remove_header_block() function

2008-08-02 Thread Damitha Kumarage (JIRA)
Environment: linux Reporter: Damitha Kumarage When axiom_soap_header_remove_header_block() function is called it cause memory leak. The sample I used is attached herewith. Following is the leak summary. ==31236== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 25 from 1

[jira] Updated: (AXIS2C-1250) Memory leak in axiom_soap_header_remove_header_block() function

2008-08-02 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage updated AXIS2C-1250: - Attachment: soap_header.tar.gz Use this sample to reproduce the memory leak Memory

[jira] Created: (AXIS2C-1249) Memory leak in notify client sample

2008-08-01 Thread Damitha Kumarage (JIRA)
Memory leak in notify client sample --- Key: AXIS2C-1249 URL: https://issues.apache.org/jira/browse/AXIS2C-1249 Project: Axis2-C Issue Type: Bug Reporter: Damitha Kumarage In current svn

[jira] Commented: (AXIS2C-1249) Memory leak in notify client sample

2008-08-01 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618953#action_12618953 ] Damitha Kumarage commented on AXIS2C-1249: -- The reason is response message

Re: Switching back to httpd request pool

2008-07-26 Thread Damitha Kumarage
pool. I did a performance test for 1.5 with and without request pool change and it showed about 1000tps performance gain with request pool. thanks, Damitha Thanks, -Manjula -- __ Damitha Kumarage http://people.apache.org

Using Apache2 global mutex

2008-07-22 Thread Damitha Kumarage
a Axis2/C module. We currently pass Apache2 pools through axis2_env_t environment. How about using the same in passing this as well? thanks, Damitha -- *__* Damitha Kumarage http://people.apache.org

Re: Using Apache2 global mutex

2008-07-22 Thread Damitha Kumarage
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *__* Damitha Kumarage http://people.apache.org

Re: [VOTE][Axis2]Apache Axis2/C 1.5.0 Release

2008-07-20 Thread Damitha Kumarage
Hi Supun, I tested in dabian with Sandesha2/C and Savan/C. It works fine. Here is my +1 Damitha Supun Kamburugamuva wrote: Hi Devs, I have uploaded the Apache Axis2/C 1.5.0 release artifacts here http://people.apache.org/~supun/axis2/release_1_5/1.5.0

[jira] Commented: (AXIS2C-1236) Memory issues in Axis2/C service client

2008-07-17 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12614650#action_12614650 ] Damitha Kumarage commented on AXIS2C-1236: -- Are you using libxml2 parser?. If so

[jira] Commented: (AXIS2C-1156) memory leak in savanc

2008-07-12 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613110#action_12613110 ] Damitha Kumarage commented on AXIS2C-1156: -- I found that leak details for server

[jira] Assigned: (AXIS2C-1223) Ws-Addressing Module, extracting information from EPR

2008-07-12 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1223: Assignee: Damitha Kumarage Ws-Addressing Module, extracting information from EPR

[jira] Assigned: (AXIS2C-1227) engine not freed when server return an error

2008-07-12 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1227: Assignee: Damitha Kumarage engine not freed when server return an error

Re: [Axis2]Axis2/C 1.5.0 RC2

2008-07-11 Thread Damitha Kumarage
Hi supun, Tested binary/source on debian with Sandesha2/C. +1 thanks Damitha Supun Kamburugamuva wrote: Hi All, I have re-packed and uploaded Apache Axis2/C 1.5.0 RC2 here [1]. Please test and send your feedback. [1] http://people.apache.org/~supun/axis2/release_1_5/rc2/

[jira] Commented: (AXIS2C-1156) memory leak in savanc

2008-07-11 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613039#action_12613039 ] Damitha Kumarage commented on AXIS2C-1156: -- Hi Diluka, Applied your patch

[jira] Resolved: (AXIS2C-1219) Savan remote subs_mgr gives an internal server error

2008-07-06 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1219. -- Resolution: Fixed Patch applied. Thanks Diluka Savan remote subs_mgr gives

[jira] Assigned: (AXIS2C-1219) Savan remote subs_mgr gives an internal server error

2008-07-06 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1219: Assignee: Damitha Kumarage Savan remote subs_mgr gives an internal server error

[jira] Commented: (AXIS2C-1215) incorrect MEP on the server side

2008-07-01 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609470#action_12609470 ] Damitha Kumarage commented on AXIS2C-1215: -- You can set your mep as an operation

[jira] Commented: (AXIS2C-1215) incorrect MEP on the server side

2008-07-01 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609471#action_12609471 ] Damitha Kumarage commented on AXIS2C-1215: -- Also please note that if you don't

[jira] Commented: (AXIS2C-1213) server returns HTTP/1.1 500 Internal Server Error for In-Only message

2008-07-01 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609472#action_12609472 ] Damitha Kumarage commented on AXIS2C-1213: -- Hi Frederic, To solve your problem

[jira] Resolved: (AXIS2C-1211) Improving the AXIS2_SVC_SKELETON_INIT_WITH_CONF

2008-07-01 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1211. -- Resolution: Fixed Diluka, I applied the patch and it seems ok. Thanks for the patch

Re: Fwd: Specifying MEP in services.xml for in-only operations should be mandatory

2008-07-01 Thread Damitha Kumarage
+1 for making including MEP mandatory in services xml. thanks Damitha Supun Kamburugamuva wrote: Hi all, Discard the previous mail as its subject is incorrect. Previously it wasn't mandatory to specify the MEP in the services XML for operations. But due to the recent fixes non in-out message

[jira] Commented: (AXIS2C-1188) SOAP fault not working with axis2c latest revision(663886) from code generated from axis2/java using adb

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609168#action_12609168 ] Damitha Kumarage commented on AXIS2C-1188: -- I reviewd the patch and it is good

[jira] Commented: (AXIS2C-1188) SOAP fault not working with axis2c latest revision(663886) from code generated from axis2/java using adb

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609179#action_12609179 ] Damitha Kumarage commented on AXIS2C-1188: -- I have another question. When service

[jira] Commented: (AXIS2C-1188) SOAP fault not working with axis2c latest revision(663886) from code generated from axis2/java using adb

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609195#action_12609195 ] Damitha Kumarage commented on AXIS2C-1188: -- There are following scenarios

[jira] Commented: (AXIS2C-1209) Current Dual-channel Implementation can never Support Certain Transports

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609208#action_12609208 ] Damitha Kumarage commented on AXIS2C-1209: -- Currently listener manager is started

[jira] Commented: (AXIS2C-1209) Current Dual-channel Implementation can never Support Certain Transports

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609212#action_12609212 ] Damitha Kumarage commented on AXIS2C-1209: -- If you are going to do these changes

[jira] Commented: (AXIS2C-1210) Service Client does not Pick the Correct Transport Receiver

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609214#action_12609214 ] Damitha Kumarage commented on AXIS2C-1210: -- dual channel samples should work

[jira] Commented: (AXIS2C-1211) Improving the AXIS2_SVC_SKELETON_INIT_WITH_CONF

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609260#action_12609260 ] Damitha Kumarage commented on AXIS2C-1211: -- Diluka, Can you show me a specific

[jira] Resolved: (AXIS2C-1212) incorrect debug message in axis2_raw_xml_in_out_msg_recv_invoke_business_logic_sync

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage resolved AXIS2C-1212. -- Resolution: Fixed This is fixed by calling and printing the fault details base nodes

[jira] Commented: (AXIS2C-1213) server returns HTTP/1.1 500 Internal Server Error for In-Only message

2008-06-30 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12609296#action_12609296 ] Damitha Kumarage commented on AXIS2C-1213: -- According to soap 1.1 specication

  1   2   3   4   5   6   >