You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/04/26 10:26:56 UTC

svn commit: r532657 - /webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c

Author: damitha
Date: Thu Apr 26 01:26:55 2007
New Revision: 532657

URL: http://svn.apache.org/viewvc?view=rev&rev=532657
Log:
Added in_use attribute of the op_ctx to false

Modified:
    webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c

Modified: webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c?view=diff&rev=532657&r1=532656&r2=532657
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c Thu Apr 26 01:26:55 2007
@@ -585,6 +585,9 @@
             AXIS2_HASH_KEY_STRING);
     if(entry)
     {
+        axis2_op_ctx_t *op_ctx = 
+            axis2_msg_ctx_get_op_ctx((axis2_msg_ctx_t *) entry, env);
+        axis2_op_ctx_set_in_use(op_ctx, env, AXIS2_FALSE);
         axutil_hash_set(storage_mgr_impl->msg_ctx_map, key, 
             AXIS2_HASH_KEY_STRING, NULL);
     }



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