Re: Axis2C - Clarification needed

2008-05-22 Thread Damitha Kumarage
vamsi krishna wrote: Hi, I started to use Axis2C tool recently. I need the following clarifications regarding the same: 1. How are Axiom, Stax and LibXML2 related in *Axis2C*? 2. Given a structure for Serialization, what is the flow of serialization in ter

[jira] Commented: (AXIS2C-1150) memory leak

2008-05-22 Thread yong yang (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598957#action_12598957 ] yong yang commented on AXIS2C-1150: --- hi Milinda, may I know which fix caused invalid rea

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

2008-05-22 Thread Frederic Heem (JIRA)
memory leak in savanc - Key: AXIS2C-1156 URL: https://issues.apache.org/jira/browse/AXIS2C-1156 Project: Axis2-C Issue Type: Bug Affects Versions: 1.4.0 Environment: linux fc5 Reporter: Frederic H

[jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-22 Thread Chintana Wilamuna (JIRA)
When -Werror is in effect build break in util/src - Key: AXIS2C-1157 URL: https://issues.apache.org/jira/browse/AXIS2C-1157 Project: Axis2-C Issue Type: Bug Components: util Affec

How to?

2008-05-22 Thread vamsi krishna
Hi All, What is the Best way to desect the entire Axis2/C tool. i.e, 1. to understand the whole functionality / code 2. to plug-in my own Transport layer 3. to plug-in my own memory 4. to plug-in my own parser

Re: Axis2C - Clarification needed

2008-05-22 Thread vamsi krishna
Hi Dimuthu/Samisa, Nice to see your responses. Thanks. I read Axis2c handles the REST request aswell by just chaning the config file axis.xml or through the function axis2_options_set_enable_rest(...). 1. Does this tool handles the REST requests?

[jira] Created: (AXIS2C-1155) AXIS2C-1.4 can not retrieve SOAP FAULT element

2008-05-22 Thread yong yang (JIRA)
AXIS2C-1.4 can not retrieve SOAP FAULT element -- Key: AXIS2C-1155 URL: https://issues.apache.org/jira/browse/AXIS2C-1155 Project: Axis2-C Issue Type: Bug Components: build system (Window

[jira] Created: (AXIS2C-1158) Can't compile without specifying -D_GNU_SOURCE

2008-05-22 Thread Chintana Wilamuna (JIRA)
Can't compile without specifying -D_GNU_SOURCE -- Key: AXIS2C-1158 URL: https://issues.apache.org/jira/browse/AXIS2C-1158 Project: Axis2-C Issue Type: Bug Environment: Fedora Core 9. GCC -

[jira] Resolved: (AXIS2C-1149) memory leak in mtom

2008-05-22 Thread Milinda Lakmal Pathirage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milinda Lakmal Pathirage resolved AXIS2C-1149. -- Resolution: Fixed Fix Version/s: Current (Nightly) Fixed in cur

[jira] Commented: (AXIS2C-1150) memory leak

2008-05-22 Thread Milinda Lakmal Pathirage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599028#action_12599028 ] Milinda Lakmal Pathirage commented on AXIS2C-1150: -- Hi yong, Adding follo

[jira] Created: (AXIS2C-1159) warning: 'k' is used uninitialized in this function

2008-05-22 Thread Frederic Heem (JIRA)
warning: 'k' is used uninitialized in this function --- Key: AXIS2C-1159 URL: https://issues.apache.org/jira/browse/AXIS2C-1159 Project: Axis2-C Issue Type: Bug Components: code gener

[jira] Created: (AXIS2C-1160) axis2_svc_client_send_robust_with_op_qname doesn't return AXIS2_FAILURE when the server returns "HTTP/1.1 500 Internal Server Error"

2008-05-22 Thread Frederic Heem (JIRA)
axis2_svc_client_send_robust_with_op_qname doesn't return AXIS2_FAILURE when the server returns "HTTP/1.1 500 Internal Server Error" Key: AXIS2C-11

Re: [jira] Created: (AXIS2C-1160) axis2_svc_client_send_robust_with_op_qname doesn't return AXIS2_FAILURE when the server returns "HTTP/1.1 500 Internal Server Error"

2008-05-22 Thread Damitha Kumarage
Hi Fred, It should return AXIS2_FAILURE when HTTP/1.1 500 returns as the following code in op_client.c indicates. Can you send me the log trace so that I can see what happen there. thanks Damitha -- if (!(axutil_strcmp(mep, AXIS2_MEP_URI_ROBUST_OUT_ONLY)) && response

[jira] Assigned: (AXIS2C-1160) axis2_svc_client_send_robust_with_op_qname doesn't return AXIS2_FAILURE when the server returns "HTTP/1.1 500 Internal Server Error"

2008-05-22 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1160: Assignee: Damitha Kumarage > axis2_svc_client_send_robust_with_op_qname doesn't re

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

2008-05-22 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage reassigned AXIS2C-1156: Assignee: Damitha Kumarage > memory leak in savanc > - > >

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-22 Thread Milinda Pathirage
Hi all, I think these build errors caused by new warnings introduced by GCC 4.3. Here is part of their GCC 4.3 porting document. New warnings Significant changes were made to -Wconversion. In addition, improvements to the GCC infrastructure allow improvements in the ability of several existing wa

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-22 Thread Milinda Pathirage
Forgot to mentioned the link in previous mail. Link for "GCC 4.3 Release Series Porting to the New Tools" http://gcc.gnu.org/gcc-4.3/porting_to.html Thanks Milinda On Fri, May 23, 2008 at 9:37 AM, Milinda Pathirage < [EMAIL PROTECTED]> wrote: > Hi all, > I think these build errors caused by ne

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-22 Thread Chintana Wilamuna
On Fri, May 23, 2008 at 9:37 AM, Milinda Pathirage <[EMAIL PROTECTED]> wrote: > So I think we have to use correct flags which will make code compile in both > gcc older versions and new versions. I propose other than using -Wall with > -Werror, we must use following flags as necessary. Um .. I do

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-22 Thread Dinesh Premalal
Hi All, "Chintana Wilamuna" <[EMAIL PROTECTED]> writes: > Um .. I don't agree. This was found because of the "new changes to > gcc". Which is really helpful because it caught a function which is > not used anywhere. If it's not used why it's defined in the first > place? Why not remove it alto

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-22 Thread Chintana Wilamuna
On Fri, May 23, 2008 at 10:22 AM, Chintana Wilamuna <[EMAIL PROTECTED]> wrote: > Um .. I don't agree. This was found because of the "new changes to > gcc". Which is really helpful because it caught a function which is > not used anywhere. If it's not used why it's defined in the first > place?

Re: [jira] Created: (AXIS2C-1157) When -Werror is in effect build break in util/src

2008-05-22 Thread Milinda Pathirage
For example take function like 'axutil_date_time_is_utc' and runa grep on Axis2/C source. This function is never used in our code. But we have implemented it and one who implement service or client might use it in his/her code. This kind of functions are there to provide consistent API to the users