Author: damitha
Date: Wed May 16 04:00:40 2007
New Revision: 538530
URL: http://svn.apache.org/viewvc?view=rev&rev=538530
Log:
updated
Modified:
webservices/sandesha/trunk/c/README
Modified: webservices/sandesha/trunk/c/README
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/README?view=diff&rev=538530&r1=538529&r2=538530
==============================================================================
--- webservices/sandesha/trunk/c/README (original)
+++ webservices/sandesha/trunk/c/README Wed May 16 04:00:40 2007
@@ -113,3 +113,26 @@
You can use samples in the samples folder for testing.
+Known Issues
+
+Please keep in mind the following when using sandesha2c with axis2c.
+
+1. Comment the line no:295 in
src/core/transport/http/receiver/http_svr_thread.c
+ axutil_free_thread_env(thread_env);
+
+2. Comment the line no:299 in
src/core/transport/http/receiver/http_svr_thread.c
+ axutil_thread_pool_exit_thread(env->thread_pool, thd);
+
+3. property = axutil_property_create(env);
+ axutil_property_set_scope(property, env, AXIS2_SCOPE_REQUEST);
+ axutil_property_set_free_func(property, env,
axis2_http_client_free_void_arg);
+ axutil_property_set_value(property, env, sender->client);
+ axis2_msg_ctx_set_property(msg_ctx, env, AXIS2_HTTP_CLIENT, property);
+
+4. If for some reason RM sequences seems not executing properly the reason
could
+ be the database is corrupted for some reason. Try rerunning the the
database
+ scripts to clean the database.
+
+Some of the above changes may lead to memory leaks in axis2c. This will be
fixed for the next release
+of Axis2 C and Sandesha2 C and soon for the nightly builds.
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]