Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 54227 invoked from network); 26 Jun 2007 14:14:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 14:14:53 -0000 Received: (qmail 87011 invoked by uid 500); 26 Jun 2007 14:14:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 86926 invoked by uid 500); 26 Jun 2007 14:14:50 -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 86906 invoked by uid 99); 26 Jun 2007 14:14:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 07:14:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 07:14:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E5280714159 for ; Tue, 26 Jun 2007 07:14:25 -0700 (PDT) Message-ID: <12940199.1182867265897.JavaMail.jira@brutus> Date: Tue, 26 Jun 2007 07:14:25 -0700 (PDT) From: =?utf-8?Q?Bj=C3=B6rn_Hamann_=28JIRA=29?= To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2862) compiler error in generated MessageReceiverInOut MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org compiler error in generated MessageReceiverInOut ------------------------------------------------ Key: AXIS2-2862 URL: https://issues.apache.org/jira/browse/AXIS2-2862 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: codegen Affects Versions: 1.2 Reporter: Bj=C3=B6rn Hamann After generating the source with wsdl2java I am getting compiler errors in = the generated class ..MessageReceiverInOut. This error only occurs when usi= ng jaxbri as databinding. The error is as follows: TestMessageReceiverInOut.java:[68,24] cannot find symbol symbol : method toOM(com.example.xsd.TechnicalWebserviceServerFault,boolea= n) location: class TestMessageReceiverInOut The problem is that the call of the method toOm with two parameters does no= t match the signature of the method toOM wich has three parameters. // wrong method call f.setDetail(toOM(e.getFaultMessage(),false)); // method signature private org.apache.axiom.om.OMElement toOM(com.example.xsd.TechnicalWebserv= iceServerFault param, org.apache.axiom.soap.SOAPFactory factory, boolean op= timizeContent) The problem occurs when trying to add a wsdl:fault to the wsdl file. I will upload the wsdl. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org