Author: damitha
Date: Wed Jun 14 22:49:29 2006
New Revision: 414473

URL: http://svn.apache.org/viewvc?rev=414473&view=rev
Log:
In the process of makeing woden work

Modified:
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c?rev=414473&r1=414472&r2=414473&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c 
(original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c Wed 
Jun 14 22:49:29 2006
@@ -226,7 +226,13 @@
             woden_ext_registry_query_component_ext;
     registry_impl->registry.ops->query_component_ext_namespaces = 
             woden_ext_registry_query_component_ext_namespaces;
-
+    
+    registry_impl->ext_attr_reg = axis2_hash_make(env);
+    if(!registry_impl->ext_attr_reg)
+    {
+        AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
+        return NULL;
+    }
     woden_ext_registry_populate(&(registry_impl->registry), env);
     
     return &(registry_impl->registry);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to