svn commit: r697892 - in /webservices/sandesha/trunk/c/src: util/ack_mgr.c wsrm/acks_to.c
[email protected] Mon, 22 Sep 2008 16:38:16 -0000
Newsgroups
gmane.comp.apache.webservices.fx.devel
Message-ID
<[email protected] >
Author: manjula
Date: Mon Sep 22 09:38:16 2008
New Revision: 697892
URL: http://svn.apache.org/viewvc?rev=697892&view=rev
Log:
Fixing ref param problems.
Modified:
webservices/sandesha/trunk/c/src/util/ack_mgr.c
webservices/sandesha/trunk/c/src/wsrm/acks_to.c
Modified: webservices/sandesha/trunk/c/src/util/ack_mgr.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/ack_mgr.c?rev=697892&r1=697891&r2=697892&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/ack_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/util/ack_mgr.c Mon Sep 22 09:38:16 2008
@@ -114,6 +114,7 @@
axis2_char_t *ref_param_str = NULL;
axutil_array_list_t *ref_param_list = NULL;
int i = 0, size = 0;
+
ref_param_str = sandesha2_seq_property_bean_get_value(ref_param_bean, env);
ref_param_list = sandesha2_util_get_node_list_from_string(env, ref_param_str);
Modified: webservices/sandesha/trunk/c/src/wsrm/acks_to.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/acks_to.c?rev=697892&r1=697891&r2=697892&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/acks_to.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/acks_to.c Mon Sep 22 09:38:16 2008
@@ -201,11 +201,11 @@
}
ref_param_qname =
- axutil_qname_create(env, EPR_REFERENCE_PARAMETERS, acks_to->rm_ns_val, NULL);
+ axutil_qname_create(env, EPR_REFERENCE_PARAMETERS, acks_to->addr_ns_val, NULL);
ref_params_ele = axiom_element_get_first_child_with_qname(acks_to_part, env,
ref_param_qname, acks_to_node, &ref_params_node);
-
+
if(ref_param_qname)
{
axutil_qname_free(ref_param_qname, env);