Advertisement
Guest User

wsdl2java failure

a guest
Nov 2nd, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  2. at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
  3. ationEngine.java:293)
  4. at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
  5. at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
  6. Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  7. at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
  8. leDBExtension.java:53)
  9. at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:246)
  10. ... 2 more
  11. Caused by: java.lang.reflect.InvocationTargetException
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  15. sorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:601)
  17. at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:50)
  18. ... 3 more
  19. Caused by: org.apache.axis2.schema.SchemaCompilationException: can not find type {http://schemas.xmlsoap.org/soap/encoding/}Array from the parent schema http://futureware.biz/mantisconnect
  20. at org.apache.axis2.schema.SchemaCompiler.copyMetaInfoHierarchy(SchemaCompiler.java:1371)
  21. at org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1333)
  22. at org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:1228)
  23. at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:1172)
  24. at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:1092)
  25. at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:1006)
  26. at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:645)
  27. at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:604)
  28. at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:2069)
  29. at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:1958)
  30. at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:1156)
  31. at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:1092)
  32. at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:1006)
  33. at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:645)
  34. at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:604)
  35. at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:2069)
  36. at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:1952)
  37. at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:1156)
  38. at org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaType(SchemaCompiler.java:1055)
  39. at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:1009)
  40. at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:645)
  41. at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:615)
  42. at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:423)
  43. at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:292)
  44. at org.apache.axis2.schema.ExtensionUtility.invoke(ExtensionUtility.java:102)
  45. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement