Author: damitha
Date: Thu May 8 13:38:09 2008
New Revision: 654613
URL: http://svn.apache.org/viewvc?rev=654613&view=rev
Log:
Removing junk
Modified:
webservices/sandesha/trunk/c/src/msgprocessors/ack_msg_processor.c
webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c
Modified: webservices/sandesha/trunk/c/src/msgprocessors/ack_msg_processor.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/ack_msg_processor.c?rev=654613&r1=654612&r2=654613&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/ack_msg_processor.c
(original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/ack_msg_processor.c Thu May
8 13:38:09 2008
@@ -428,7 +428,6 @@
completed = sandesha2_ack_mgr_verify_seq_completion(env,
ack_range_list, highest_out_msg_no);
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"came10***********************");
to = sandesha2_msg_ctx_get_to(rm_msg_ctx, env);
if(to)
{
@@ -436,7 +435,6 @@
}
if(completed && sandesha2_utils_is_anon_uri(env, to_address))
{
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"came11***********************");
AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"[sandesha2]Sequence %s is completed. So adding
terminate msg",
out_seq_id);
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?rev=654613&r1=654612&r2=654613&view=diff
==============================================================================
---
webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c
(original)
+++
webservices/sandesha/trunk/c/src/msgprocessors/terminate_seq_msg_processor.c
Thu May 8 13:38:09 2008
@@ -255,7 +255,6 @@
{
sandesha2_seq_ack_t *seq_ack = NULL;
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"came1****************************");
seq_ack = sandesha2_msg_ctx_get_seq_ack(rm_msg_ctx, env);
if(seq_ack)
{
@@ -263,7 +262,6 @@
axis2_char_t *out_seq_id = NULL;
axis2_char_t *last_out_msg_no_str = NULL;
long highest_out_msg_no = 0;
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"came2****************************");
/* If there is a sequence acknowledgement element present in the
sequence we will check
* whether the sequence is completed. If so send a terminate
sequence message.
@@ -285,7 +283,6 @@
highest_out_msg_no =
sandesha2_app_msg_processor_get_prev_msg_no(env,
int_seq_id, seq_prop_mgr);
}
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"highest_out_msg_no:%d****************************", highest_out_msg_no);
if(highest_out_msg_no > 0)
{
axis2_bool_t completed = AXIS2_FALSE;
@@ -296,10 +293,8 @@
ack_range_list = sandesha2_seq_ack_get_ack_range_list(seq_ack,
env);
completed = sandesha2_ack_mgr_verify_seq_completion(env,
ack_range_list, highest_out_msg_no);
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"came3****************************");
if(completed)
{
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"came4****************************");
AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
"[sandesha2]Sequence %s is completed. So adding
terminate msg",
out_seq_id);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]