You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2008/08/29 00:30:37 UTC

svn commit: r690028 - in /webservices/axis2/trunk/c: axiom/src/om/om_children_qname_iterator.c src/core/deployment/module_builder.c

Author: damitha
Date: Thu Aug 28 15:30:36 2008
New Revision: 690028

URL: http://svn.apache.org/viewvc?rev=690028&view=rev
Log:
For module operations mep is not set at deployment time

Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_children_qname_iterator.c
    webservices/axis2/trunk/c/src/core/deployment/module_builder.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_children_qname_iterator.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_children_qname_iterator.c?rev=690028&r1=690027&r2=690028&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_children_qname_iterator.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_children_qname_iterator.c Thu Aug 28 15:30:36 2008
@@ -144,14 +144,6 @@
             if(om_element)
             {
                 element_qname = axiom_element_get_qname(om_element, env, iterator->current_child);
-                AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[axiom] element_qname:%s", 
-                        axutil_qname_get_localpart(element_qname, env));
-            }
-
-            if(iterator->given_qname)
-            {
-                AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[axiom] iterator->given_qname:%s", 
-                    axutil_qname_get_localpart(iterator->given_qname, env));
             }
 
             if (om_element &&

Modified: webservices/axis2/trunk/c/src/core/deployment/module_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/module_builder.c?rev=690028&r1=690027&r2=690028&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/module_builder.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/module_builder.c Thu Aug 28 15:30:36 2008
@@ -443,6 +443,7 @@
         else
         {
             op_desc = axis2_op_create_from_module(env);
+            axis2_op_set_msg_exchange_pattern(op_desc, env, mep_url);
         }
 
         op_name = axiom_attribute_get_value(op_name_att, env);