You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by da...@apache.org on 2007/02/16 06:06:09 UTC

svn commit: r508314 - in /webservices/sandesha/trunk/c/src: msgprocessors/app_msg_processor.c msgprocessors/terminate_seq_msg_processor.c util/terminate_mgr.c

Author: damitha
Date: Thu Feb 15 21:06:08 2007
New Revision: 508314

URL: http://svn.apache.org/viewvc?view=rev&rev=508314
Log:
cleaned some garbage debugging

Modified:
    webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
    webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c
    webservices/sandesha/trunk/c/src/util/terminate_mgr.c

Modified: webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c?view=diff&rev=508314&r1=508313&r2=508314
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c Thu Feb 15 21:06:08 2007
@@ -640,10 +640,8 @@
          */
         last_req_id = sandesha2_utils_get_seq_property(env, incoming_seq_id,
             SANDESHA2_SEQ_PROP_LAST_IN_MESSAGE_ID, storage_mgr);
-        printf("last_req_id:%s\n", last_req_id);
         relates_to = axis2_msg_ctx_get_relates_to(msg_ctx, env);
         relates_to_value = axis2_relates_to_get_value(relates_to, env);
-        printf("relates_to_value:%s\n", relates_to_value);
         if(relates_to && last_req_id && 0 == axis2_strcmp(last_req_id, 
             relates_to_value))
         {
@@ -755,8 +753,6 @@
         res_highest_msg_key_bean = sandesha2_seq_property_bean_create_with_data(
             env, internal_seq_id, SANDESHA2_SEQ_PROP_HIGHEST_OUT_MSG_KEY,
             storage_key);
-        printf("internal_seq_id:%s\n", internal_seq_id);
-        printf("msg_number_str:%s\n", msg_number_str);
         res_last_msg_key_bean = sandesha2_seq_property_bean_create_with_data(
             env, internal_seq_id, SANDESHA2_SEQ_PROP_LAST_OUT_MESSAGE_NO,
             msg_number_str);

Modified: webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c?view=diff&rev=508314&r1=508313&r2=508314
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c Thu Feb 15 21:06:08 2007
@@ -174,7 +174,6 @@
     sandesha2_seq_property_bean_t *transmit_bean = NULL;
     axis2_char_t *spec_version = NULL;
   
-    printf("came10\n");
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, rm_msg_ctx, AXIS2_FAILURE);
     AXIS2_LOG_INFO(env->log, 
@@ -308,7 +307,6 @@
             seq_id, SANDESHA2_SEQ_PROP_LAST_IN_MESSAGE_ID, highest_in_msg_id);
         if(last_in_msg_bean)
         {
-            printf("came20\n");
             sandesha2_seq_property_mgr_insert(seq_prop_mgr, env, last_in_msg_bean);
         }
         /* If an outbound message has already gone out with that relatesTo, then 

Modified: webservices/sandesha/trunk/c/src/util/terminate_mgr.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/terminate_mgr.c?view=diff&rev=508314&r1=508313&r2=508314
==============================================================================
--- webservices/sandesha/trunk/c/src/util/terminate_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/util/terminate_mgr.c Thu Feb 15 21:06:08 2007
@@ -688,12 +688,6 @@
         axis2_ctx_set_property(ctx, env, AXIS2_RESPONSE_WRITTEN, property,
             AXIS2_FALSE);
         engine = axis2_engine_create(env, conf_ctx);
-
-        /*property = axis2_property_create_with_args(env, 0, 0, 0, to_addr);
-        axis2_msg_ctx_set_property(msg_ctx1, env, AXIS2_TRANSPORT_URL, property, 
-            AXIS2_FALSE);
-        axis2_msg_ctx_set_to(msg_ctx1, env, to_epr);*/
-
         AXIS2_ENGINE_SEND(engine, env, msg_ctx1);
         return AXIS2_SUCCESS;
     }



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