[jira] Created: (AXIS2C-1260) Adding Reliable Messaging Policy

2008-09-09 Thread Manjula Peiris (JIRA)
Adding Reliable Messaging Policy Key: AXIS2C-1260 URL: https://issues.apache.org/jira/browse/AXIS2C-1260 Project: Axis2-C Issue Type: New Feature Reporter: Manjula Peiris Assignee: Man

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

2008-09-09 Thread Damitha Kumarage (JIRA)
When several fire and forget sends are done using svc client it segfaults - Key: AXIS2C-1261 URL: https://issues.apache.org/jira/browse/AXIS2C-1261 Project: Axis2-C Issu

[jira] Resolved: (AXIS2C-1260) Adding Reliable Messaging Policy

2008-09-09 Thread Manjula Peiris (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Peiris resolved AXIS2C-1260. Resolution: Fixed Fix Version/s: Current (Nightly) > Adding Reliable Messaging Poli

Axis2c CGI issue

2008-09-09 Thread Gupta, Shivam
Hi, I am trying to run the CGI module that has been made available to work with Axis2c 1.5. The module gets engaged but when I fire a client request ( echo ), the Axis hangs. The clinet just stops after printing the string : << Sending OM...>> On debugging I found that the call on line n

AXIOM C as a standalone project ?

2008-09-09 Thread Julien Billon
Hi, I'd like to know if there is a plan for releasing AXIOM C as a standalone project. Bye Julien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AXIOM C as a standalone project ?

2008-09-09 Thread Supun Kamburugamuva
Hi, Ideally we should have Axiom as a standalone project. That's the way it is designed. But Axiom depends on other components like axutil and axis2_parser. If we are going to make Axiom a standalone project we need to make these dependencies standalone. So I don't think it will happen in the near

Re: Axis2c CGI issue

2008-09-09 Thread Tanković Nikola
I'll get onto it and get you back soon. On Tue, Sep 9, 2008 at 10:52 AM, Gupta, Shivam <[EMAIL PROTECTED]> wrote: > Hi, > >I am trying to run the CGI module that has been made available to work > with Axis2c 1.5. The module gets engaged but when I fire a client request ( > echo ), the Axis h

Re: Axis2c CGI issue

2008-09-09 Thread Tanković Nikola
It is a fread call because server is supposed to provide data to CGI program on stdin, it avaits for Content-Length amount of data in stdin that server should provide. So maybe there's a problem there can you check that client transmitts data ok, and that server provides them? On Tue, Sep 9, 2008

Re: axis2/c depending on openSSL

2008-09-09 Thread Raymond Zhou
Hi All,   I am still searching solutions for this issue.    Has anyone tried to dynamically load the openSSL dlls at runtime? I looked at the part of code in axis2/c handling SSL, it basically calls a bunch of openSSL APIs whose name start with SSL_, can we modify that part of code so that we use

Re: axis2/c depending on openSSL

2008-09-09 Thread Raymond Zhou
Hi Supun,   That means that I have to compile the axis2/c twice, one enabling SSL and another disabling it, and put two sets of axis2/c dlls in my application, that seems to me  is a bit awkward. Why can't we do dynamic loading openSSL dlls?   Thanks much!   --- On Wed, 9/10/08, Supun Kamburugam