Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 97935 invoked from network); 1 Oct 2007 18:05:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2007 18:05:12 -0000 Received: (qmail 43793 invoked by uid 500); 1 Oct 2007 18:04:54 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 43775 invoked by uid 500); 1 Oct 2007 18:04:54 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 43764 invoked by uid 99); 1 Oct 2007 18:04:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 11:04:54 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 18:04:55 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IcPdC-000375-OP for axis-user@ws.apache.org; Mon, 01 Oct 2007 11:04:34 -0700 Message-ID: <12984394.post@talk.nabble.com> Date: Mon, 1 Oct 2007 11:04:34 -0700 (PDT) From: jarmod To: axis-user@ws.apache.org Subject: Axis2 wsdl2java error reporting MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jarmod@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Any (good) reason why wsdl2java error reporting continues to be so, er, stone-age? For example: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: Element QName is null for AcmeServerException! at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:265) at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: Element QName is null for AccessServerException! at org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEmitter.emitSkeleton(AxisServiceBasedMultiLanguageEmitter.java:1368) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:247) ... 2 more Caused by: java.lang.RuntimeException: Element QName is null for AcmeServerException! I'd imagine that something of the following form would be much more desirable: Error at line 57: Element QName is null for AcmeServerException (defined at line 26) -- View this message in context: http://www.nabble.com/Axis2-wsdl2java-error-reporting-tf4549940.html#a12984394 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org