Re: NULL: axiom_node_t: node: Any side effects

2010-02-14 Thread Nandika Jayawardana
In order to create an empty axiom_node_t you can just use axiom_node_create method. Or is your requirement to create an empty axiom element ? Regards Nandika On Sat, Feb 13, 2010 at 4:02 AM, Satish Bvs bvs.sat...@ymail.com wrote: Hi, Inline with our implementation needs, to

[jira] Created: (AXIS2C-1449) param container should have a method delete param

2010-02-12 Thread Nandika Jayawardana (JIRA)
Reporter: Nandika Jayawardana Assignee: Nandika Jayawardana param_container does not support removing params. It should have a method to delete parameters added to it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Resolved: (AXIS2C-1449) param container should have a method delete param

2010-02-12 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1449. - Resolution: Fixed Fix Version/s: Current (Nightly) Added method

[jira] Created: (AXIS2C-1450) operation, service and service group does not have methods to remove a parameter associated with it.

2010-02-12 Thread Nandika Jayawardana (JIRA)
/AXIS2C-1450 Project: Axis2-C Issue Type: Improvement Environment: Any Reporter: Nandika Jayawardana Assignee: Nandika Jayawardana axis2_op_t, axis2_svc_t and axis2_svc_grp_t should have methods remove_param. -- This message is automatically

[jira] Resolved: (AXIS2C-1450) operation, service and service group does not have methods to remove a parameter associated with it.

2010-02-12 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1450. - Resolution: Fixed added methods to remove a parameter. operation, service

Re: automatic serialisation

2010-01-24 Thread Nandika Jayawardana
Axis2/C comes with a code generation tool written in Java. You can point to a wsdl and generate client stubs and service skeletons using that tool. Once you do that, you do not need to write xml manipulation code. Regards Nandika On Mon, Jan 25, 2010 at 3:50 AM, spaul...@codezen.co.uk wrote:

[jira] Created: (AXIS2C-1428) Add visual studio project file generation for code generator

2010-01-07 Thread Nandika Jayawardana (JIRA)
Components: code generation Environment: Any Reporter: Nandika Jayawardana Assignee: Nandika Jayawardana Fix For: 1.7.0 Generating Visual Studio Project files when code is generated will make code generated code a lot easier to use

[jira] Resolved: (AXIS2C-1428) Add visual studio project file generation for code generator

2010-01-07 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1428. - Resolution: Fixed Implemented in current svn Add visual studio project file

[jira] Created: (AXIS2C-1432) Generated Service methods should take message context as an argument.

2010-01-07 Thread Nandika Jayawardana (JIRA)
: Bug Affects Versions: Current (Nightly) Environment: Any Reporter: Nandika Jayawardana Fix For: 1.7.0 For advanced operations, it is necessary to access data from the axis2 engine. For this, it is necessary to have message context as a parameter to methods

[jira] Assigned: (AXIS2C-1432) Generated Service methods should take message context as an argument.

2010-01-07 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1432: --- Assignee: Nandika Jayawardana Generated Service methods should take

[jira] Resolved: (AXIS2C-1432) Generated Service methods should take message context as an argument.

2010-01-07 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1432. - Resolution: Fixed Fixed the issue in current svn Generated Service methods

[jira] Resolved: (AXIS2C-1282) 1)reads all http headers from the request and adds them to the msg_ctx, they were missing. 2)Allows custumized http status and http headers for rest requests(don't affec

2009-12-18 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1282. - Resolution: Fixed patch applied 1)reads all http headers from the request

[jira] Resolved: (AXIS2C-1357) axis2/c configuration file has to be named axis2.xml

2009-12-16 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1357. - Resolution: Fixed Fix Version/s: 1.7.0 axis2_build_conf_ctx_with_file

[jira] Assigned: (AXIS2C-1357) axis2/c configuration file has to be named axis2.xml

2009-12-14 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1357: --- Assignee: Nandika Jayawardana axis2/c configuration file has to be named

[jira] Created: (AXIS2C-1398) Added a method to the options to set mustunderstand attribute to addressing

2009-09-28 Thread Nandika Jayawardana (JIRA)
Issue Type: Bug Environment: Any Reporter: Nandika Jayawardana Currently there isnt a convenient way to set mustunderstand attribute for WS-Addressing headers from the client api -- This message is automatically generated by JIRA. - You can reply to this email to add

[jira] Updated: (AXIS2C-1398) Add a method to the axis2_options to set mustunderstand attribute to WS-Addressing

2009-09-28 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana updated AXIS2C-1398: Summary: Add a method to the axis2_options to set mustunderstand attribute to WS

[jira] Created: (AXIS2C-1396) When outputting faults, sometimes, it is necessary to namespace qualify text values. Currently this is not suported in Axis2/C

2009-09-25 Thread Nandika Jayawardana (JIRA)
URL: https://issues.apache.org/jira/browse/AXIS2C-1396 Project: Axis2-C Issue Type: Bug Environment: Any Reporter: Nandika Jayawardana When handling Soap faults, it is necessary to qualify the text data with a namespace prefix. Eg. env:Code

[jira] Resolved: (AXIS2C-1394) Incorrect SOAP fault handling when Rampart is engaged

2009-09-19 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1394. - Resolution: Fixed Fix Version/s: Current (Nightly) Assignee

[jira] Resolved: (AXIS2C-1395) axutil_date_time_deserialize_date() allows deserialization of strings that contain the time

2009-09-19 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1395. - Resolution: Fixed Fix Version/s: (was: 1.6.0

[jira] Resolved: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2009-09-19 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1143. - Resolution: Fixed Fix Version/s: (was: Next Version

[jira] Assigned: (AXIS2C-1387) apache2_stream_read function ignores errors from ap_get_client_block is size_t is unsigned

2009-09-10 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1387: --- Assignee: Nandika Jayawardana apache2_stream_read function ignores errors

[jira] Resolved: (AXIS2C-1387) apache2_stream_read function ignores errors from ap_get_client_block is size_t is unsigned

2009-09-10 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1387. - Resolution: Fixed Patch applied. Thanks for providing the patch

[jira] Commented: (AXIS2C-1393) axiom_soap_builder_identify_soap_version should accept parameter soap_version_uri_from_transport to be NULL

2009-09-10 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753758#action_12753758 ] Nandika Jayawardana commented on AXIS2C-1393: - The soap version will always

[jira] Resolved: (AXIS2C-1389) File handle leak when requesting static wsdl

2009-09-07 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1389. - Resolution: Fixed Fix Version/s: Current (Nightly) Fixed. File handle

[jira] Assigned: (AXIS2C-1389) File handle leak when requesting static wsdl

2009-09-07 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1389: --- Assignee: Nandika Jayawardana File handle leak when requesting static wsdl

[jira] Assigned: (AXIS2C-1392) axiom_element_find_namespace() can erroneously return NULL with default namespaces

2009-09-06 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1392: --- Assignee: Nandika Jayawardana axiom_element_find_namespace() can

[jira] Resolved: (AXIS2C-1392) axiom_element_find_namespace() can erroneously return NULL with default namespaces

2009-09-06 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1392. - Resolution: Fixed Fix Version/s: Current (Nightly) Patch applied, thanks

Re: Including message context as a parameter in code generated skeleton.

2009-08-07 Thread Nandika Jayawardana
+1 Nandika On Fri, Aug 7, 2009 at 11:12 AM, Samisa Abeysinghe sam...@wso2.com wrote: +1. Only problem is backward compatibility, how can we handle that? Samisa... On Fri, Aug 7, 2009 at 10:25 AM, Uthaiyashankar shan...@wso2.com wrote: Hi, Currently, Skeleton generated does not include

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

2009-05-19 Thread Nandika Jayawardana
I tested the binary packages on Windows. All tests passed. +1 Thanks Nandika On Tue, May 19, 2009 at 2:54 PM, Manjula Peiris manj...@wso2.com wrote: I have tested both linux binary and source. Here is my +1. Thanks, -Manjula. On Tue, 2009-05-19 at 12:14 +0530, Samisa Abeysinghe wrote:

Re: [Rampart/C] Apache Rampart/C 1.3.0 RC1

2009-05-12 Thread Nandika Jayawardana
I tested the binary packages on Windows. All tests work fine. Thanks Nandika On Tue, May 12, 2009 at 2:42 PM, Manjula Peiris manj...@wso2.com wrote: I tested both Linux source and binary and they worked fine. Thanks, -Manjula. On Mon, 2009-05-11 at 18:41 +0530, Uthaiyashankar wrote:

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

2009-04-20 Thread Nandika Jayawardana
+1 Thanks Nandika On Mon, Apr 20, 2009 at 1:04 PM, Uthaiyashankar shan...@wso2.com wrote: Hi, I tested in Windows. Here is my vote +1. Regards, Shankar On Fri, Apr 17, 2009 at 4:27 PM, Manjula Peiris manj...@wso2.com wrote: Hi, I have uploaded the Apache Axis2/C 1.6.0 release

Re: Axis2/C 1.6.0 RC3

2009-04-09 Thread Nandika Jayawardana
I tested the binary on windows and samples work fine. Regards Nandika On Thu, Apr 9, 2009 at 9:17 AM, Rajika Kumarasiri rajik...@gmail.comwrote: hi, I built the source and ran the samples successfully on Fedora9. Samples (echo, math etc..) work fine for me. -Rajika On Tue, Apr 7, 2009

Re: Axis2/C 1.6.0 RC1

2009-03-04 Thread Nandika Jayawardana
+1 for this. It would be consistent from a users point of view to have all stuff related to samples under one directory. Regards Nandika On Thu, Mar 5, 2009 at 10:40 AM, Chintana Wilamuna chinta...@gmail.comwrote: On Thu, Mar 5, 2009 at 10:37 AM, Supun Kamburugamuva supu...@gmail.com wrote:

Re: compiling savan/c from svn

2009-02-21 Thread Nandika Jayawardana
Hi,This was due to a missing include header in one of the .c files. I fixed the issue on the trunk. Do an svn up and then try to build it. It should work fine. Regards Nandika On Thu, Feb 19, 2009 at 5:44 PM, Elsy Arratia-Scheit elsy.arratia-sch...@atl.fraunhofer.de wrote: Hi there, I was

[jira] Assigned: (AXIS2C-1282) 1)reads all http headers from the request and adds them to the msg_ctx, they were missing. 2)Allows custumized http status and http headers for rest requests(don't affec

2009-01-07 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1282: --- Assignee: Nandika Jayawardana 1)reads all http headers from the request

Re: [axis2c] Using SOAP 1.1 request with the Internet explorer

2009-01-07 Thread Nandika Jayawardana
If you are sending a SOAP1.1 request, your message's HTTP content type header should be text/xml. Otherwise, it will return the version mismatch error. Regards Nandika On Wed, Jan 7, 2009 at 10:13 PM, Manjula Peiris manj...@wso2.com wrote: Can you capture the request soap message and send us

Re: Issue with AXIS2/C not recognising SOAP 1.1 namespace

2008-12-30 Thread Nandika Jayawardana
Axis2/C is able to recognise both SOAP1.1 and SOAP1.2 namespaces. One posibility is that, your message's content type and soap namespace does not match and hence the error. If the message is of type soap11, it should have content type text/xml while if the message is soap1.2 it should have content

Re: [Axis2] VOTE Danushka Menikkumbura as Commiter

2008-12-01 Thread Nandika Jayawardana
+1 Thanks Nandika On Mon, Dec 1, 2008 at 4:04 PM, Supun Kamburugamuva [EMAIL PROTECTED]wrote: +1 Supun. On Mon, Dec 1, 2008 at 3:31 PM, Sanjaya Ratnaweera [EMAIL PROTECTED]wrote: +1 Thanks ~sanjaya Damitha Kumarage wrote: Hi Devs, I would like to nominate Danushka

Re: Help needed with Axiom Navigator

2008-11-09 Thread Nandika Jayawardana
As you said, axiom_navigator is not used in the rest of the code. I think it is best to use the methods in axiom_node.h and the iterators available in axiom, if your want to traverse an axiom tree. Regards Nandika On Thu, Nov 6, 2008 at 11:52 AM, Gupta, Shivam [EMAIL PROTECTED] wrote: Hi,

Re: Axis2/c math client

2008-10-27 Thread Nandika Jayawardana
You can use axiom_node_to_string function to get a string from an axiom node. Regards Nandika On Mon, Oct 27, 2008 at 9:50 PM, [EMAIL PROTECTED] wrote: Hello! Does anyone know how I can print a node and see what it contains? For example I would like to print the axiom_node_t *node in axis2c

Re: ver 1.6

2008-10-12 Thread Nandika Jayawardana
: Uthaiyashankar wrote: Nandika Jayawardana wrote: The code developed under for the two GSOC projects are also there. XPath support is still not integrated. We have to integrate and test it. We are currently working on that. I think

Re: ver 1.6

2008-10-08 Thread Nandika Jayawardana
The code developed under for the two GSOC projects are also there. Thanks Nandika On Wed, Oct 8, 2008 at 3:25 PM, Manjula Peiris [EMAIL PROTECTED] wrote: On Wed, 2008-10-08 at 14:11 +0530, Samisa Abeysinghe wrote: Subra Aswathanarayanan wrote: Hello, Do you guys know when you are

Re: ver 1.6

2008-10-08 Thread Nandika Jayawardana
On Wed, Oct 8, 2008 at 4:49 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Nandika Jayawardana wrote: The code developed under for the two GSOC projects are also there. But AFAIK, they are yet to be integrated and tested. Yes, they need to be tested. Thanks Nandika Thanks, Samisa

Re: Adding XPath GSoC project to svn trunk

2008-10-06 Thread Nandika Jayawardana
+1 Thanks Nandika On Mon, Oct 6, 2008 at 5:00 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Sanjaya Ratnaweera wrote: +1 for making a seperate DLL and disable building XPath if required. It should be enabled by default I think. Yes, that is what I meant, enable by default, but disable

Re: How to engage CGI as the transport for Axis2

2008-09-01 Thread Nandika Jayawardana
For CGI transport to work, you do not need to change any axis2.xml configurations. There is a readme file and please go through it. Installation instructions are there. Regards Nandika On Mon, Sep 1, 2008 at 6:40 PM, Gupta, Shivam [EMAIL PROTECTED] wrote: Hello, I am trying to get the

[jira] Commented: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-08-14 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12622456#action_12622456 ] Nandika Jayawardana commented on AXIS2C-1143: - I was able to get the echo

[jira] Created: (AXIS2C-1252) Axis2 Client sends malformed http requests for REST GET requests with empty payloads

2008-08-06 Thread Nandika Jayawardana (JIRA)
: Axis2-C Issue Type: Bug Environment: Any Reporter: Nandika Jayawardana Assignee: Nandika Jayawardana Fix For: Current (Nightly) When an empty payload is specifed for a REST GET request to echo service, following http request is sent which

[jira] Resolved: (AXIS2C-1252) Axis2 Client sends malformed http requests for REST GET requests with empty payloads

2008-08-06 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1252. - Resolution: Fixed This was due to following line in http_sender.c in line 560

Re: Building under windows

2008-08-04 Thread Nandika Jayawardana
If you have visual studio, it will be lot easier for you , if you create a visual studio project and then use it to compile the code. Regards Nandika On Mon, Aug 4, 2008 at 8:12 PM, Nikola Tankovć [EMAIL PROTECTED] wrote: Ahh OK thank you, it works with gcc so I didn't think of that as a

Re: axiom_node_serialize does not serialize namespaces properly

2008-07-31 Thread Nandika Jayawardana
Hi, For efficiency reasons, axiom_node_serialize does not serialize all the namespaces applicable to an element when the node is a sub element of the axiom tree. Therefore you need to use axiom_node_serialize_sub_tree method to properly serialize the sub tree properly. Regards Nandika On Thu,

[jira] Commented: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-07-30 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618271#action_12618271 ] Nandika Jayawardana commented on AXIS2C-1143: - Has this been tested on windows

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

2008-07-20 Thread Nandika Jayawardana
I tested the windows binary and it works fine. +1 for the release. Regards Nandika On Sun, Jul 20, 2008 at 12:30 PM, lahiru gunathilake [EMAIL PROTECTED] wrote: Hi Supun, I've tested the source and binary on Ubunut 8.10 and works fine :) Here's my +1. Regards Lahiru On Sun, Jul 20, 2008

Re: [Axis2] VOTE Diluka Moratuwage as Commiter

2008-07-09 Thread Nandika Jayawardana
+1 Nandika On Tue, Jul 8, 2008 at 9:20 PM, Dumindu Pallewela [EMAIL PROTECTED] wrote: +1. Dumindu. -- Dumindu Pallewela Cinergix - Share, Reuse, Innovate cinergix.com On Tue, Jul 8, 2008 at 8:34 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: +1. Samisa... lahiru gunathilake

[jira] Commented: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-07-09 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612372#action_12612372 ] Nandika Jayawardana commented on AXIS2C-1143: - The code contains number

[jira] Commented: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-07-08 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611499#action_12611499 ] Nandika Jayawardana commented on AXIS2C-1143: - you have used a reference

Re: [Axis2][Vote] Supun as Release Manager for 1.5.0 Apache Axis2/C Release

2008-06-18 Thread Nandika Jayawardana
+1 Nandika On Thu, Jun 19, 2008 at 9:47 AM, Milinda Pathirage [EMAIL PROTECTED] wrote: +1 Milinda. On Thu, Jun 19, 2008 at 1:08 AM, Dumindu Pallewela [EMAIL PROTECTED] wrote: +1 dumindu. On Wed, Jun 18, 2008 at 2:45 PM, Sanjaya Ratnaweera [EMAIL PROTECTED] wrote: +1 thanks

[jira] Created: (AXIS2C-1196) libaxis2_receiver.so cannot open shared library. Error message is printed in log

2008-06-13 Thread Nandika Jayawardana (JIRA)
Issue Type: Bug Affects Versions: Current (Nightly) Environment: Linux Reporter: Nandika Jayawardana Assignee: Nandika Jayawardana Following message get printed in error log. [Fri Jun 13 15:11:12 2008] [error] class_loader.c(161) dlerror reason

[jira] Resolved: (AXIS2C-1196) libaxis2_receiver.so cannot open shared library. Error message is printed in log

2008-06-13 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1196. - Resolution: Fixed Fix Version/s: Current (Nightly) This was due

Re: axiom_mime_output_t struct

2008-06-10 Thread Nandika Jayawardana
+1 for removing this struct. Nandika On Tue, Jun 10, 2008 at 1:40 PM, Manjula Peiris [EMAIL PROTECTED] wrote: Hi devs, In axiom/src/attachments/axiom_mime_output.h the $subject id defined but it does not have any members. For all the functions in the mime_output.c a pointer to this function

Re: AMQP patch

2008-06-09 Thread Nandika Jayawardana
I removed the duplicated code from svn. Please check whether it compiles now. Regards Nandika On Mon, Jun 9, 2008 at 7:30 AM, Danushka Menikkumbura [EMAIL PROTECTED] wrote: Rajika Kumarasiri wrote: Seems the patch has been applied incorrectly. Each and every source/header file repeat the

[jira] Created: (AXIS2C-1187) HTTP Authentication releated code should be moved to a separate method.

2008-06-09 Thread Nandika Jayawardana (JIRA)
Type: Improvement Affects Versions: Current (Nightly) Environment: Any Reporter: Nandika Jayawardana All the code related to HTTP Authentication is implemented in axis2_http_sender_send method. As a result, sender_send method has become very long and is difficult

[jira] Updated: (AXIS2C-1187) HTTP Authentication related code should be moved to a separate method.

2008-06-09 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana updated AXIS2C-1187: Summary: HTTP Authentication related code should be moved to a separate method

Re: Moving axis2_*iis/apache2*_worker_process_request logic to a common place - Correct mail

2008-06-05 Thread Nandika Jayawardana
+1. I think this is a good approach. I think we should have the message context as a member variable in both of these variables. In that way, what ever the module specific information can be passed through message context. Since this is specific to http, I think these two structures should

[jira] Resolved: (AXIS2C-1136) Wrong parameter type doc commented for the function axis2_op_ctx_get_msg_ctx()

2008-06-03 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1136. - Resolution: Fixed Fix Version/s: Current (Nightly) doc comment updated

[jira] Created: (AXIS2C-1175) Rest Params not working properly

2008-06-03 Thread Nandika Jayawardana (JIRA)
Reporter: Nandika Jayawardana Assignee: Nandika Jayawardana In the services.xml , restLocation attribute's parameters specified in {} should be serialized to the xml payload coming to the service. The logic to handle this is there in rest_disp.c. The rest dispatcher

[jira] Assigned: (AXIS2C-1167) potential invalid read in axis2_http_header_create_by_str

2008-06-03 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1167: --- Assignee: Nandika Jayawardana potential invalid read

[jira] Assigned: (AXIS2C-1136) Wrong parameter type doc commented for the function axis2_op_ctx_get_msg_ctx()

2008-06-03 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-1136: --- Assignee: Nandika Jayawardana Wrong parameter type doc commented

[jira] Resolved: (AXIS2C-1175) Rest Params not working properly

2008-06-03 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-1175. - Resolution: Fixed Fix Version/s: Current (Nightly) added

[jira] Assigned: (AXIS2C-884) Seg fault in libxml when svc client torn down in a multithreaded client

2008-05-29 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-884: -- Assignee: Nandika Jayawardana Seg fault in libxml when svc client torn down

[jira] Commented: (AXIS2C-884) Seg fault in libxml when svc client torn down in a multithreaded client

2008-05-29 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600692#action_12600692 ] Nandika Jayawardana commented on AXIS2C-884: Now Axis2/C uses guththila

Usage of property AXIS2_USER_DEFINED_HTTP_HEADER_CONTENT_TYPE

2008-05-21 Thread Nandika Jayawardana
I found the following peice of code in http sender on line number 733. content_type_property = (axutil_property_t *) axis2_msg_ctx_get_property (msg_ctx, env, AXIS2_USER_DEFINED_HTTP_HEADER_CONTENT_TYPE); if (content_type_property) { content_type_hash =

[jira] Created: (AXIS2C-1143) Implement CGI deployment support for Axis2/C

2008-05-16 Thread Nandika Jayawardana (JIRA)
\Windows Reporter: Nandika Jayawardana This would require implementing an executable that will enable deploying Axis2/C on Web Servers that Support CGI. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[GSOC] CGI Application for Axis2/C

2008-05-16 Thread Nandika Jayawardana
Hi Nikola, I create a Jira for CGI deployer [1]. Once you complete the code, you can attach the code to this jira. I also created a Wiki page for you to update your progress on the project [2]. You can find a similar wiki here [3]. Feel free to raise questions on the mailing list as well.

Re: GSOC: Axis2/C CGI

2008-05-15 Thread Nandika Jayawardana
... Nadir Amra Nandika Jayawardana [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote on 05/14/2008 12:01:27 AM: On Tue, May 13, 2008 at 11:47 PM, Samisa Abeysinghe [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

Re: libaxis2_http_common?

2008-05-13 Thread Nandika Jayawardana
+1 for removing circular dependencies. Regards Nandika On Mon, May 12, 2008 at 7:04 PM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi, I think if we are maintaining this shared library in Linux we should also maintain it in Windows as well. AFAIK here we are having an inconsistency which

Re: GSOC: Axis2/C CGI

2008-05-13 Thread Nandika Jayawardana
On Tue, May 13, 2008 at 11:47 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Nandika Jayawardana wrote: I think FastCGI is the best option since it is widely used and solves all the issues that we will get with CGI like performance. However if SCGI is a widely used protocol I am ok

Re: [Vote][Rampart-C] Vote for Apache Rampart/C 1.2.0 Release - Take 2

2008-05-08 Thread Nandika Jayawardana
+1 Thanks Nandika On Fri, May 9, 2008 at 9:50 AM, Dinesh Premalal [EMAIL PROTECTED] wrote: +1 thanks, Dinesh -- http://nethu.org/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [VOTE][Axis2]Apache Axis2/C 1.4.0 Release - Take3

2008-05-05 Thread Nandika Jayawardana
I tested the source zip on Windows. Here's my +1. Thanks, Nandika On Mon, May 5, 2008 at 9:53 AM, Kaushalye Kapuruge [EMAIL PROTECTED] wrote: Tested on src + binary in Debian GNU. Worked fine. Also all the test cases were successful in Apache Rampart/C as well. Here's my +1. Cheers,

Re: GSOC: Axis2/C CGI

2008-04-29 Thread Nandika Jayawardana
Hi Nikola, In implementing the axis2 CGI app, you need to understand how axis2 server side works in the context of a web server deployment. I think going through the source code of axis2 apache module will help you understand what needs to be done. You can find the source for it at

Re: GSoC: Project Axis/C - Integrate Axis2/C to Apache http server through CGI

2008-04-03 Thread Nandika Jayawardana
it on both platforms, in my opinion its should be ok if don't mess with some deeper os specific things. If its ok by you guys, I'm posting my google SoC application on this project today / tomorrow and hope to get chosen! Supun Kamburugamuva wrote: On Wed, Apr 2, 2008 at 8:15 AM, Nandika

Re: GSoC: Project Axis/C - Integrate Axis2/C to Apache http server through CGI

2008-04-03 Thread Nandika Jayawardana
[EMAIL PROTECTED] wrote: OK, I just need to be sure if get chosen for this project that I would have all necessary documentation to work on this project fluidly, 'cause I want to make it right! Nandika Jayawardana wrote: Hi NiKola, Axis2/C has a platform abstraction layer. Therefore

Re: [Axis2][Vote]Dinesh as Release Manager

2008-04-03 Thread Nandika Jayawardana
+1 Nandika On Fri, Apr 4, 2008 at 9:46 AM, Dushshantha Chandradasa [EMAIL PROTECTED] wrote: +1 regards, Dushshantha On Fri, Apr 4, 2008 at 9:42 AM, lahiru gunathilake [EMAIL PROTECTED] wrote: here's my +1, Regs lahiru -- http://nandikajayawardana.blogspot.com/ WSO2 Inc:

Re: GSoC: Project Axis/C - Integrate Axis2/C to Apache http server through CGI

2008-04-02 Thread Nandika Jayawardana
Hi nikola, Axis2c is a Web Services engine that supports SOAP and REST. It already has modules for Apache2 and IIS. This is how it works. Consider the scenario of Axis2/c httpd module. When a web service request comes to httpd for Axis2/C, it would have its endpoint url as

Re: Removing @ from win32 build

2008-04-02 Thread Nandika Jayawardana
+1 for removing @. Nandika On Thu, Apr 3, 2008 at 8:00 AM, Dumindu Pallewela [EMAIL PROTECTED] wrote: Hi All, I'd like to have all the @ sings (which hides the actual dos command that is run) infront of each line of win32 build removed, except when it is absolutely necessary. There are

Re: [Axis2]open #axis2c on IRC

2008-03-26 Thread Nandika Jayawardana
+1. This will be really useful. Regards Nandika On Mon, Mar 24, 2008 at 9:08 PM, Dinesh Premalal [EMAIL PROTECTED] wrote: Hi All, I think it is better to open a channel for Axis2/C on IRC. It will be helpful not only for developer-user interaction but also for user-user

Re: [Axis2] [Vote] Dinesh as Release Manager for Apache Axis2/C 1.3.0 Release

2008-01-31 Thread Nandika Jayawardana
+1 Nandika On Jan 31, 2008 7:24 PM, Senaka Fernando [EMAIL PROTECTED] wrote: +1 Regards, Senaka +1 Milinda On Jan 31, 2008 5:11 PM, Manjula Peiris [EMAIL PROTECTED] wrote: +1. -Manjula On Thu, 2008-01-31 at 16:57 +0530, Uthaiyashankar wrote: +1

Re: [Axis2][VOTE]Lahiru Gunathilake as a committer

2008-01-28 Thread Nandika Jayawardana
+1 Nandika On Jan 28, 2008 8:16 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: +1. Samisa... Dimuthu Gamage wrote: Lahiru managed to fix guththila to run most of the codegen test cases. Here is my +1. Thanks Dimuthu On Jan 28, 2008 6:47 PM, Dumindu Pallewela [EMAIL PROTECTED]

Re: [Axis2] [Vote] Dinesh as Release Manager for Apache Axis2/C 1.2.1 Release

2008-01-24 Thread Nandika Jayawardana
+1 Nandika On Jan 25, 2008 11:47 AM, Dumindu Pallewela [EMAIL PROTECTED] wrote: +1 On Jan 25, 2008 11:25 AM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Hi All, I would like to propose Dinesh Premalal as the release manager for Apache Axis2/C 1.2.1 release. Since we have

Re: [Axis2][VOTE]Senaka Fernando as a committer

2008-01-18 Thread Nandika Jayawardana
+1 Nandika On Jan 17, 2008 11:17 AM, Dushshantha Chandradasa [EMAIL PROTECTED] wrote: Here's my +1 regards, Dushshantha On Jan 17, 2008 11:15 AM, Uthaiyashankar [EMAIL PROTECTED] wrote: +1. Regards, Shankar. Manjula Peiris wrote: +1. Thanks. -Manjula. On

Re: [Vote][Rampart-C] Vote for Apache Rampart/C 1.1.0 Release - Take 1

2008-01-15 Thread Nandika Jayawardana
+1 Thanks Nandika On Jan 16, 2008 10:51 AM, Ruchith Fernando [EMAIL PROTECTED] wrote: +1 Thanks, Ruchith On Jan 11, 2008 5:54 PM, Kaushalye Kapuruge [EMAIL PROTECTED] wrote: Hi Devs, I have uploaded the Apache Rampart/C 1.1.0 release artifacts here

Re: [Vote] [Axis2-C] Vote for Apache Axis2/C 1.2.0 Release - Take 5

2008-01-10 Thread Nandika Jayawardana
+1 Thanks Nandika On Jan 10, 2008 1:25 PM, Sanjaya Ratnaweera [EMAIL PROTECTED] wrote: +1 Thanks ~sanjaya Manjula Peiris wrote: I tested the binary on Ubuntu 7.10. Working fine. Here is my +1. -Manjula On Thu, 2008-01-10 at 11:56 +0530, Dushshantha Chandradasa wrote:

Re: [Axis2][VOTE]Bill Mitchell as a committer

2008-01-07 Thread Nandika Jayawardana
+1 -- Nandika On Jan 8, 2008 10:57 AM, Dimuthu Gamage [EMAIL PROTECTED] wrote: Bill gave good suggestions to improve the WSDL2C as well. Here is my +1 to give him the commitership. Thanks, Dimuthu On Jan 8, 2008 10:47 AM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: On Jan 8, 2008

Re: [VOTE]Selvaratnam Uthaiyashankar as a committer

2007-11-21 Thread Nandika Jayawardana
+1 Nandika On Nov 21, 2007 3:49 PM, Dimuthu Gamage [EMAIL PROTECTED] wrote: +1 Dimuthu On Nov 21, 2007 3:31 PM, Deepal jayasinghe [EMAIL PROTECTED] wrote: +1 from me. Deepal. Hi list, I would like to propose Selvaratnam Uthaiyashankar as an Apache Axis2/C committer.

Re: [Vote] [Axis2] Damitha as Release Manager for Apache Axis2/C 1.2.0 Release

2007-11-14 Thread Nandika Jayawardana
+1 - Nandika On Nov 15, 2007 10:18 AM, Kaushalye Kapuruge [EMAIL PROTECTED] wrote: +1 -Kaushalye Samisa Abeysinghe wrote: Hi All, I would like to propose Damitha as the release manager for Apache Axis2/C 1.2.0 release. Damitha, a WS PMC as well as an active committer for Apache

[jira] Created: (AXIS2C-758) Soap Action Based dispatching not working for soap1.2

2007-11-11 Thread Nandika Jayawardana (JIRA)
Reporter: Nandika Jayawardana In axis2c , soap action based dispatching does not work for soap 12 because the soap action comes in the content type header and the soap action part of the content type header is not processed. -- This message is automatically generated by JIRA

[jira] Created: (AXIS2C-759) axiom prefix is used in soap_action_disp.c and soap_body_disp.c functions

2007-11-11 Thread Nandika Jayawardana (JIRA)
Issue Type: Bug Environment: Linux Reporter: Nandika Jayawardana Priority: Minor Since there files are located in axis2/src/core there functions should use axis2 prefix -- This message is automatically generated by JIRA. - You can reply to this email to add

[jira] Assigned: (AXIS2C-759) axiom prefix is used in soap_action_disp.c and soap_body_disp.c functions

2007-11-11 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-759: -- Assignee: Nandika Jayawardana axiom prefix is used in soap_action_disp.c

[jira] Resolved: (AXIS2C-758) Soap Action Based dispatching not working for soap1.2

2007-11-11 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-758. Resolution: Fixed axis2_http_transport_utils_process_http_post_request changed

Re: [Axis2] AXIS2_LOG_LEVEL_SERVICE

2007-11-05 Thread Nandika Jayawardana
+1 -- Nandika On 11/5/07, Damitha Kumarage [EMAIL PROTECTED] wrote: +1 Damitha Samisa Abeysinghe wrote: I see that a new log level named AXIS2_LOG_LEVEL_SERVICE has been added lately. I think, not only the service writer, but also those who implement clients would be interested in

[jira] Resolved: (AXIS2C-722) The subject of C Run-Time depending on compilation option /MT, /MD

2007-10-15 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-722. Resolution: Fixed I changed the build options in makefile and allowed the user

  1   2   3   >