svn commit: r1158883 - in /axis/axis2/java/core/branches/1_6: ./ modules/distribution/ modules/kernel/src/org/apache/axis2/description/ modules/kernel/test-resources/wsdl/ modules/kernel/test/org/apac

2011-08-17 Thread veithen
Author: veithen Date: Wed Aug 17 19:55:54 2011 New Revision: 1158883 URL: http://svn.apache.org/viewvc?rev=1158883&view=rev Log: AXIS2-4533 / AXIS2-5034: Merged r1157211 and r1157265 to the 1.6 branch. Added: axis/axis2/java/core/branches/1_6/modules/kernel/test-resources/wsdl/faults.wsdl

svn commit: r1158876 - in /axis/axis2/java/core/branches/xmlschema2: ./ modules/adb-codegen/src/org/apache/axis2/schema/ modules/kernel/src/org/apache/axis2/description/java2wsdl/ modules/kernel/test/

2011-08-17 Thread veithen
Author: veithen Date: Wed Aug 17 19:15:19 2011 New Revision: 1158876 URL: http://svn.apache.org/viewvc?rev=1158876&view=rev Log: Reintegrated changes from trunk. Modified: axis/axis2/java/core/branches/xmlschema2/ (props changed) axis/axis2/java/core/branches/xmlschema2/modules/adb-cod

svn commit: r1158872 - in /axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema: ExtensionUtility.java SchemaCompiler.java

2011-08-17 Thread veithen
Author: veithen Date: Wed Aug 17 19:11:46 2011 New Revision: 1158872 URL: http://svn.apache.org/viewvc?rev=1158872&view=rev Log: Reverted r1158146 which was causing a build failure. Modified: axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/ExtensionUtility.java

svn commit: r1158870 - in /axis/axis2/java/core/trunk/modules/kernel: src/org/apache/axis2/description/java2wsdl/DefaultSchemaGenerator.java test/org/apache/axis2/description/java2wsdl/DefaultSchemaGe

2011-08-17 Thread veithen
Author: veithen Date: Wed Aug 17 19:04:52 2011 New Revision: 1158870 URL: http://svn.apache.org/viewvc?rev=1158870&view=rev Log: Don't create an XmlSchemaElement if we don't add it to the schema. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/D

svn commit: r1158850 - in /axis/axis2/java/core/branches/xmlschema2: ./ modules/kernel/src/org/apache/axis2/description/java2wsdl/DefaultSchemaGenerator.java

2011-08-17 Thread veithen
Author: veithen Date: Wed Aug 17 17:53:41 2011 New Revision: 1158850 URL: http://svn.apache.org/viewvc?rev=1158850&view=rev Log: Reintegrated changes from trunk. Modified: axis/axis2/java/core/branches/xmlschema2/ (props changed) axis/axis2/java/core/branches/xmlschema2/modules/kernel/

svn commit: r1158848 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/java2wsdl/DefaultSchemaGenerator.java

2011-08-17 Thread veithen
Author: veithen Date: Wed Aug 17 17:43:57 2011 New Revision: 1158848 URL: http://svn.apache.org/viewvc?rev=1158848&view=rev Log: Fixed some code in DefaultSchemaGenerator that was adding a complex type to the wrong collection, namely as an element. Not sure if this bug had any visible consequenc