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
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?
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
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
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
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
[
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
> -
>
>
[
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
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
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
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
[
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
[
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
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 -
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
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
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
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?
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
[
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
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
21 matches
Mail list logo