You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2007/08/03 05:37:29 UTC

svn commit: r562317 - in /webservices/axis2/trunk/c: ./ neethi/ neethi/src/ samples/ samples/client/ samples/client/echo/ src/core/deployment/ src/core/transport/http/receiver/

Author: damitha
Date: Thu Aug  2 20:37:28 2007
New Revision: 562317

URL: http://svn.apache.org/viewvc?view=rev&rev=562317
Log:
updating with the latest svn of wsfc

Modified:
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/neethi/configure.ac
    webservices/axis2/trunk/c/neethi/src/Makefile.am
    webservices/axis2/trunk/c/samples/client/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo/echo.c
    webservices/axis2/trunk/c/samples/configure.ac
    webservices/axis2/trunk/c/src/core/deployment/phases_info.c
    webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Aug  2 20:37:28 2007
@@ -434,6 +434,11 @@
     src/core/transport/tcp/receiver/Makefile \
     src/core/transport/tcp/server/Makefile \
     src/core/transport/tcp/server/simple_tcp_server/Makefile \
+    src/core/transport/xmpp/Makefile \
+    src/core/transport/xmpp/sender/Makefile \
+    src/core/transport/xmpp/receiver/Makefile \
+    src/core/transport/xmpp/server/Makefile \
+    src/core/transport/xmpp/server/simple_xmpp_server/Makefile \
     src/core/deployment/Makefile \
     src/core/clientapi/Makefile \
     src/core/receivers/Makefile \

Modified: webservices/axis2/trunk/c/neethi/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/configure.ac?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/neethi/configure.ac (original)
+++ webservices/axis2/trunk/c/neethi/configure.ac Thu Aug  2 20:37:28 2007
@@ -64,6 +64,7 @@
 
 AC_CONFIG_FILES([Makefile \
     src/Makefile \
+    src/util/Makefile \
     src/secpolicy/Makefile \
     src/secpolicy/model/Makefile \
     src/secpolicy/builder/Makefile \

Modified: webservices/axis2/trunk/c/neethi/src/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/src/Makefile.am?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/neethi/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/neethi/src/Makefile.am Thu Aug  2 20:37:28 2007
@@ -1,4 +1,4 @@
-SUBDIRS = secpolicy
+SUBDIRS = secpolicy util
 lib_LTLIBRARIES=libneethi.la
 
 libneethi_la_SOURCES= all.c   \

Modified: webservices/axis2/trunk/c/samples/client/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/Makefile.am?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/samples/client/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/Makefile.am Thu Aug  2 20:37:28 2007
@@ -1,2 +1,2 @@
-SUBDIRS = echo math google notify mtom yahoo
+SUBDIRS = echo math google notify mtom yahoo echo_notify notify_echo
 EXTRA_DIST= Makefile.am

Modified: webservices/axis2/trunk/c/samples/client/echo/echo.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/echo.c?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Thu Aug  2 20:37:28 2007
@@ -92,6 +92,7 @@
     axis2_svc_client_disengage_module(svc_client, env, AXIS2_MODULE_ADDRESSING);
 
 
+
     /* Build the SOAP request message payload using OM API.*/
     payload = build_om_payload_for_echo_svc(env);
 

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/configure.ac?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Thu Aug  2 20:37:28 2007
@@ -131,6 +131,8 @@
     server/mtom/Makefile \
     client/Makefile \
     client/echo/Makefile \
+    client/echo_notify/Makefile \
+    client/notify_echo/Makefile \
     client/math/Makefile \
     client/mtom/Makefile \
     client/mtom/resources/Makefile \

Modified: webservices/axis2/trunk/c/src/core/deployment/phases_info.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/phases_info.c?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/phases_info.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/phases_info.c Thu Aug  2 20:37:28 2007
@@ -299,7 +299,7 @@
         }
         else
         {
-            /* This is the cause for jira AXIS2C-. As solution I create new 
+            /* This is the cause for jira AXIS2C-624. As solution I create new 
              * phases for each operation specific flow making the operation 
              * the owner of the flow and the phases contained within it*/
             /*phase = axutil_hash_get(phases_info->op_in_phases, phase_name, 

Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c?view=diff&rev=562317&r1=562316&r2=562317
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Thu Aug  2 20:37:28 2007
@@ -294,7 +294,7 @@
 
     if (thread_env)
     {
-        axutil_free_thread_env(thread_env);
+        /*axutil_free_thread_env(thread_env);*/
         thread_env = NULL;
     }
 #ifdef AXIS2_SVR_MULTI_THREADED



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