Details
Description
With Axis1.3 I can generate code with an ant task for wsdl2java , from an wsdl file
that contains an schema with targetNamespace="" (to describe the namespaceless xml I get in a RESTful service).
With Axis1.4 I can no longer generate it.
There's an exception originating at :
[java] Caused by: java.lang.NullPointerException
[java] at org.apache.axis2.schema.SchemaCompiler.isComponetExists(SchemaCompiler.java:2723)
[java] at org.apache.axis2.schema.SchemaCompiler.getParentSchemaFromIncludes(SchemaCompiler.java:2670)
[java] at org.apache.axis2.schema.SchemaCompiler.getParentSchema(SchemaCompiler.java:2644)
This is apparently because of commit
http://svn.apache.org/viewvc?view=rev&revision=627710
Revision 627710
Jump to revision: Previous Next
Author: amilas
Date: Thu Feb 14 11:30:40 2008 UTC (3 months, 3 weeks ago)
Log Message: when resolving schemas target namespaces must be matched
Aparently the namespace from the schema is null.
Maybe it should be "" or maybe the added condition should accept both namespaces being null.
I'm not sure what else has changed from Axis2 1.3 to 1.4 and whether fixing this would introduce
some other error with empty namespaces, but it seems a regression, hopefully easy to fix. I'm sorry
I can't try to fix it now.
(the function name is misspelt, it lacks an n before the last t of "component", btw, but that's irrelevant).
Attachments
Attachments
Issue Links
- is duplicated by
-
AXIS2-4251 IDEA plugin crashes due to chameleon pattern
- Resolved
-
AXIS2-4887 TargetNameSpace required for XSD2Java
- Resolved