Re: [jira] Created: (AXIS2C-734) Enabling Service Level Custom Logs

2007-10-25 Thread Senaka Fernando
Here's my +1 Regards, Senaka On Thu, 2007-10-25 at 16:16 -0700, Damitha Kumarage (JIRA) wrote: > Enabling Service Level Custom Logs > -- > > Key: AXIS2C-734 > URL: https://issues.apache.org/jira/browse/AXIS2C-734 > Pr

Re: [jira] Commented: (AXIS2C-728) SSL client authenticate failed

2007-10-25 Thread Senaka Fernando
Hi, I believe that this document would provide a possible insight to what might have happened. http://www.openssl.org/docs/ssl/SSL_accept.html#NOTES Regards, Senaka On Thu, 2007-10-25 at 15:19 -0700, Dumindu Pallewela (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/AXIS2C-728?page=com

[jira] Commented: (AXIS2C-728) SSL client authenticate failed

2007-10-25 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537834 ] Senaka Fernando commented on AXIS2C-728: Hi Tsunoda, It seems that a blocking BIO is used in here. I sugges

Re: What Type of SSL BIO is used in HTTP Transport?

2007-10-25 Thread Senaka Fernando
On Thu, 2007-10-25 at 20:19 -0400, Sahan Gamage wrote: > Senaka, > > Do you have a specific usage scenario for the NIO sockets ? Well, I was trying to patch a bug, and the reporter mentioned about the error, SSL_ERROR_WANT_READ which can be avoided in a blocking BIO, and wanted to make sure befor

[ANN]VTD-XML 2.2

2007-10-25 Thread jimmy Zhang
XimpleWare is proud to announce the the release of version 2.2 of VTD-XML, the next generation XML parsers/indexer/slicer/editor. This release significantly expands VTD-XML's ability to slice, split, edit and incrementally update the XML documents. To this end, we introduce the concept of names

Re: [jira] Commented: (AXIS2C-732) Log file size increasing with no upper limit

2007-10-25 Thread Damitha Kumarage
Senaka Fernando (JIRA) wrote: [ https://issues.apache.org/jira/browse/AXIS2C-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537558 ] Senaka Fernando commented on AXIS2C-732: Yes, this is a good improvement. But, I

Re: [Axis2/Core] Proposal for Error Logging

2007-10-25 Thread Damitha Kumarage
[EMAIL PROTECTED] wrote: Hi all, While inspecting the error logging mechanism in Axis2/C, AXIS2_ERROR_SET, according to the implementation, is used to log only the last error that was reported. By doing so, all other error messages that sometimes do have significant importance are lost. We coul

Re: What Type of SSL BIO is used in HTTP Transport?

2007-10-25 Thread Sahan Gamage
Senaka, Do you have a specific usage scenario for the NIO sockets ? Right now we use blocking sockets in Axis2/C. The code is much simpler and since we are using threads to distribute the workload no need to over complicate stuff by adding NIO sockets unless there is a specific need :). Thanks sa

[jira] Created: (AXIS2C-734) Enabling Service Level Custom Logs

2007-10-25 Thread Damitha Kumarage (JIRA)
Enabling Service Level Custom Logs -- Key: AXIS2C-734 URL: https://issues.apache.org/jira/browse/AXIS2C-734 Project: Axis2-C Issue Type: New Feature Reporter: Damitha Kumarage A service developer

[jira] Created: (AXIS2C-733) Validating the server certificate should not be mandatory

2007-10-25 Thread Dumindu Pallewela (JIRA)
Validating the server certificate should not be mandatory -- Key: AXIS2C-733 URL: https://issues.apache.org/jira/browse/AXIS2C-733 Project: Axis2-C Issue Type: Improvement Co

[jira] Resolved: (AXIS2C-698) ssl transport does not verify the server certificate

2007-10-25 Thread Dumindu Pallewela (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dumindu Pallewela resolved AXIS2C-698. -- Resolution: Fixed Fix Version/s: 1.1.0 > ssl transport does not verify the serve

[jira] Commented: (AXIS2C-728) SSL client authenticate failed

2007-10-25 Thread Dumindu Pallewela (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537749 ] Dumindu Pallewela commented on AXIS2C-728: -- I couldn't look in to this in detail, but going through the desc

Re: What Type of SSL BIO is used in HTTP Transport?

2007-10-25 Thread Dumindu Pallewela
[EMAIL PROTECTED] wrote: > What Type of SSL BIO is used in SSL enabled HTTP Transport? > It should depend on the socket that is in use by Axis2/C. Please refer to the axis2_ssl_utils_initialize_ssl() function in ssl_utils.c. > I'm referring to the files, > axis2/c/src/core/transport/http/sender/

What Type of SSL BIO is used in HTTP Transport?

2007-10-25 Thread senaka
What Type of SSL BIO is used in SSL enabled HTTP Transport? I'm referring to the files, axis2/c/src/core/transport/http/sender/ssl/ssl_*.* What I'm interested in knowing is whether it is blocking or non-blocking or whether it may vary according to the scenario. Thanks in advance, Senaka ---

[Axis2/Core] Proposal for Error Logging

2007-10-25 Thread senaka
Hi all, While inspecting the error logging mechanism in Axis2/C, AXIS2_ERROR_SET, according to the implementation, is used to log only the last error that was reported. By doing so, all other error messages that sometimes do have significant importance are lost. We could use an alternative approac

[jira] Commented: (AXIS2C-732) Log file size increasing with no upper limit

2007-10-25 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537558 ] Senaka Fernando commented on AXIS2C-732: Yes, this is a good improvement. But, I have few suggestions to make