The actual exception being thrown is:
 
Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: org.apache.
axis2.schema.SchemaCompilationException: Type missing!
        at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:185)
        at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
        at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
Caused by: java.lang.RuntimeException: org.apache.axis2.schema.SchemaCompilationException: Type missing!
        at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:117)
        at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:140)
        ... 2 more
Caused by: org.apache.axis2.schema.SchemaCompilationException: Type missing!
        at org.apache.axis2.schema.writer.JavaBeanWriter.addPropertyEntries(JavaBeanWriter.java:464)
        at org.apache.axis2.schema.writer.JavaBeanWriter.populateInfo(JavaBeanWriter.java:426)
        at org.apache.axis2.schema.writer.JavaBeanWriter.getBeanElement(JavaBeanWriter.java:403)
        at org.apache.axis2.schema.writer.JavaBeanWriter.process(JavaBeanWriter.java:320)
        at org.apache.axis2.schema.writer.JavaBeanWriter.write(JavaBeanWriter.java:175)
        at org.apache.axis2.schema.SchemaCompiler.writeComplexType(SchemaCompiler.java:634)
        at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:389)
        at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:334)
        at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:915)
        at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:878)
        at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:643)
        at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:616)
        at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:577)
        at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:366)
        at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:344)
        at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:226)
        at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:181)
        at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:70)
-----Original Message-----
From: Dale Herrig [mailto:[EMAIL PROTECTED]
Sent: Friday, May 26, 2006 8:21 AM
To: axis-user@ws.apache.org
Subject: Type missing!

Hi,
 
I am using WSDL2Java from AXIS2 1.0 release version and getting the error"
axis2.schema.SchemaCompilationException: Type missing!
Is there any way I can figure out what the "Type missing" is.  XMLSpy says
the WSDL file is syntactical correct but apparently WSSD2Java thinks there is
a semantic problem, any ideas on how to figure out what the "Type missing" is.
Regards,
Dale
 
 
 

Reply via email to