svn commit: r721341 - /webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
[email protected] Fri, 28 Nov 2008 05:14:06 -0000
Newsgroups
gmane.comp.apache.webservices.fx.devel
Message-ID
<[email protected] >
Author: damitha
Date: Thu Nov 27 21:14:05 2008
New Revision: 721341
URL: http://svn.apache.org/viewvc?rev=721341&view=rev
Log:
See SANDESHA2C-72
Modified:
webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
Modified: webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/sandesha2_utils.c?rev=721341&r1=721340&r2=721341&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Thu Nov 27 21:14:05 2008
@@ -225,8 +225,8 @@
AXIS2_PARAM_CHECK(env->error, svc, NULL);
- axutil_allocator_switch_to_global_pool(env->allocator);
- param = axis2_svc_get_param(svc, env, SANDESHA2_SANDESHA_PROPERTY_BEAN);
+ /*axutil_allocator_switch_to_global_pool(env->allocator);*/
+ /*param = axis2_svc_get_param(svc, env, SANDESHA2_SANDESHA_PROPERTY_BEAN);*/
if(!param)
{
axis2_rm_assertion_t *rm_assertion = NULL;
@@ -245,14 +245,14 @@
else
{
AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "[sandesha2] Cannot create Property bean");
- axutil_allocator_switch_to_local_pool(env->allocator);
+ /*axutil_allocator_switch_to_local_pool(env->allocator);*/
return NULL;
}
}
else
{
AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "[sandesha2] Cannot Retreive RM assertion");
- axutil_allocator_switch_to_local_pool(env->allocator);
+ /*axutil_allocator_switch_to_local_pool(env->allocator);*/
return NULL;
}
}
@@ -261,7 +261,7 @@
property_bean = (sandesha2_property_bean_t*) axutil_param_get_value(param, env);
}
- axutil_allocator_switch_to_local_pool(env->allocator);
+ /*axutil_allocator_switch_to_local_pool(env->allocator);*/
if(!property_bean)
{
AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI,