Author: damitha
Date: Thu Sep 4 05:14:43 2008
New Revision: 691990
URL: http://svn.apache.org/viewvc?rev=691990&view=rev
Log:
MakeConnection functionality is disabled for the time beieng. It is working.
But interop does not need this yet
Modified:
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c
Modified:
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c?rev=691990&r1=691989&r2=691990&view=diff
==============================================================================
---
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c
(original)
+++
webservices/sandesha/trunk/c/src/msgprocessors/create_seq_res_msg_processor.c
Thu Sep 4 05:14:43 2008
@@ -557,8 +557,8 @@
/* If polling_mode is true, starting the polling manager */
if(polling_mode)
{
- sandesha2_polling_mgr_start(env, conf_ctx, storage_mgr,
sender_mgr, create_seq_rm_msg,
- internal_sequence_id, rmd_sequence_id, reply_to_addr);
+ /*sandesha2_polling_mgr_start(env, conf_ctx, storage_mgr,
sender_mgr, create_seq_rm_msg,
+ internal_sequence_id, rmd_sequence_id, reply_to_addr);*/
}
sandesha2_next_msg_mgr_insert(next_msg_mgr, env, next_bean);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]