You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2007/07/04 23:18:27 UTC

svn commit: r553334 - /webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java

Author: ajith
Date: Wed Jul  4 14:18:26 2007
New Revision: 553334

URL: http://svn.apache.org/viewvc?view=rev&rev=553334
Log:
1. Adding the extensibility element processing to the attribute building

Modified:
    webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java?view=diff&rev=553334&r1=553333&r2=553334
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java Wed Jul  4 14:18:26 2007
@@ -1331,6 +1331,9 @@
 
         if (attrs.size() > 0)
             attr.setUnhandledAttributes((Attr[]) attrs.toArray(new Attr[0]));
+
+            //process extra attributes and elements
+        processExtensibilityComponents(attr,attrEl);
         return attr;
     }
 



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