Author: damitha
Date: Thu Jan 4 01:11:14 2007
New Revision: 492464
URL: http://svn.apache.org/viewvc?view=rev&rev=492464
Log:
Fixed link error
Modified:
webservices/sandesha/trunk/c/src/storage/permanent/permanent_bean_mgr.c
webservices/sandesha/trunk/c/src/storage/permanent/permanent_next_msg_mgr.c
Modified:
webservices/sandesha/trunk/c/src/storage/permanent/permanent_bean_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/permanent_bean_mgr.c?view=diff&rev=492464&r1=492463&r2=492464
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/permanent_bean_mgr.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/permanent_bean_mgr.c Thu
Jan 4 01:11:14 2007
@@ -993,7 +993,8 @@
rc = sqlite3_step(stmt_remove);
if (rc == SQLITE_BUSY)
{
- if(busy_handler(stmt_remove, rc) != SQLITE_OK)
+ if(sandesha2_permanent_bean_mgr_busy_handler(stmt_remove, rc) !=
+ SQLITE_OK)
{
axis2_thread_mutex_unlock(bean_mgr_impl->mutex);
sandesha2_permanent_bean_mgr_handle_sql_error(env, dbconn,
Modified:
webservices/sandesha/trunk/c/src/storage/permanent/permanent_next_msg_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/permanent_next_msg_mgr.c?view=diff&rev=492464&r1=492463&r2=492464
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/permanent_next_msg_mgr.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/permanent_next_msg_mgr.c
Thu Jan 4 01:11:14 2007
@@ -77,7 +77,7 @@
(axis2_char_t *) sqlite3_column_text(stmt, 1));
sandesha2_next_msg_bean_set_polling_mode(bean, env,
sqlite3_column_int(stmt, 2));
- sandesha2_next_msg_bean_set_msg_no(bean, env,
+ sandesha2_next_msg_bean_set_next_msg_no_to_process(bean, env,
sqlite3_column_int64(stmt, 3));
rc = sqlite3_step(stmt);
if(rc == SQLITE_BUSY)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]