Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 77708 invoked from network); 26 Oct 2006 05:28:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 05:28:44 -0000 Received: (qmail 69785 invoked by uid 500); 24 Oct 2006 13:09:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 69737 invoked by uid 500); 24 Oct 2006 13:09:34 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 69702 invoked by uid 99); 24 Oct 2006 13:09:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 06:09:34 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=SUBJECT_NOVOWEL X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 06:09:20 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1E6E471408A for ; Tue, 24 Oct 2006 06:08:17 -0700 (PDT) Message-ID: <31955483.1161695297112.JavaMail.root@brutus> Date: Tue, 24 Oct 2006 06:08:17 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-1466) Exception throwed when generate code for RpcHttpHeaderTest1.wsdl In-Reply-To: <27808462.1161343657257.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1466?page=all ] Davanum Srinivas reassigned AXIS2-1466: --------------------------------------- Assignee: Davanum Srinivas > Exception throwed when generate code for RpcHttpHeaderTest1.wsdl > ---------------------------------------------------------------- > > Key: AXIS2-1466 > URL: http://issues.apache.org/jira/browse/AXIS2-1466 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: codegen > Reporter: Milinda Lakmal Pathirage > Assigned To: Davanum Srinivas > Attachments: RpcHttpHeaderTest1.wsdl > > > Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:224) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32) > at org.apache.axis2.wsdl.WSDL2C.main(WSDL2C.java:27) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) > Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException > at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:52) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:177) > ... 7 more > Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:49) > ... 8 more > Caused by: org.apache.axis2.schema.SchemaCompilationException: {http://schemas.xmlsoap.org/soap/encoding/}Array is not supported. > at org.apache.axis2.schema.SchemaCompiler.findClassName(SchemaCompiler.java:820) > at org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1076) > at org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:989) > at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:973) > at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:909) > at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:864) > at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:681) > at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:489) > at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:1488) > at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:1450) > at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:950) > at org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaType(SchemaCompiler.java:883) > at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:866) > at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:527) > at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:499) > at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:336) > at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:248) > at org.apache.axis2.schema.ExtensionUtility.invoke(ExtensionUtility.java:72) > ... 13 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org