You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/03/22 14:26:41 UTC

svn commit: r521255 - /webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c

Author: samisa
Date: Thu Mar 22 06:26:38 2007
New Revision: 521255

URL: http://svn.apache.org/viewvc?view=rev&rev=521255
Log:
Added logic to call svc_skeleton->ops->init once per service.
Fix for AXIS2C-414

Modified:
    webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c

Modified: webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c?view=diff&rev=521255&r1=521254&r2=521255
==============================================================================
--- webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c (original)
+++ webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c Thu Mar 22 06:26:38 2007
@@ -154,6 +154,8 @@
     impl_class = axis2_class_loader_create_dll(env, impl_info_param);
     axis2_svc_set_impl_class(svc, env, impl_class);
 
+    AXIS2_SVC_SKELETON_INIT((axis2_svc_skeleton_t *)impl_class, env);
+
     axis2_allocator_switch_to_local_pool(env->allocator);
 
     return impl_class;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org