Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 37660 invoked from network); 6 Jan 2011 11:21:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2011 11:21:12 -0000 Received: (qmail 6338 invoked by uid 500); 6 Jan 2011 11:21:11 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 5952 invoked by uid 500); 6 Jan 2011 11:21:11 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 5944 invoked by uid 99); 6 Jan 2011 11:21:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 11:21:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 11:21:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p06BKliC019634 for ; Thu, 6 Jan 2011 11:20:47 GMT Message-ID: <29583644.185711294312847318.JavaMail.jira@thor> Date: Thu, 6 Jan 2011 06:20:47 -0500 (EST) From: "Afkham Azeez (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Updated: (AXIS2-4569) wsdl2java: Callback handlers have incorrectly capitalized methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Afkham Azeez updated AXIS2-4569: -------------------------------- Priority: Critical (was: Minor) > wsdl2java: Callback handlers have incorrectly capitalized methods > ------------------------------------------------------------------ > > Key: AXIS2-4569 > URL: https://issues.apache.org/jira/browse/AXIS2-4569 > Project: Axis2 > Issue Type: Bug > Components: Tools > Affects Versions: 1.5.1 > Reporter: Glen Mazza > Assignee: Amila Chinthaka Suriarachchi > Priority: Critical > Fix For: 1.6 > > > Using ADB databinding, the upgrade from Axis2 1.4.1 to Axis2 1.5.1 results in the capitalization of the SOAP operation calls changing, for example: > GetWeatherInPhoenix() is now getWeatherInPhoenix(). > No problem there. But the CallbackHandler classes generated by wsdl2java are not getting the capitalization correct, what used to be: > (1.4.1) receiveResultGetWeatherInPhoenix(...) > is now: > (1.5.1) receiveResultgetWeatherInPhoenix(...) > But I think 1.5.1 is wrong here...due to normal CamelCase rules, it should *still* be receiveResultGetWeatherInPhoenix(...) even though the method name is now getWeatherInPhoenix(). -- 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org