Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 39872 invoked from network); 14 May 2007 08:42:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 08:42:42 -0000 Received: (qmail 29312 invoked by uid 500); 14 May 2007 08:42:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 28676 invoked by uid 500); 14 May 2007 08:42:44 -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 28655 invoked by uid 99); 14 May 2007 08:42:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 01:42:44 -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; Mon, 14 May 2007 01:42:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 49B50714068 for ; Mon, 14 May 2007 01:42:17 -0700 (PDT) Message-ID: <15958960.1179132137298.JavaMail.jira@brutus> Date: Mon, 14 May 2007 01:42:17 -0700 (PDT) From: "Pankaj Kumar (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-2462) Axis is not JDK1.5 compliant In-Reply-To: <76968012.1144957500252.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 [ https://issues.apache.org/jira/browse/AXIS-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495515 ] Pankaj Kumar commented on AXIS-2462: ------------------------------------ When generating java code using wsdl2java, I have these lines: oper.setStyle(org.apache.axis.enum.Style.RPC); oper.setUse(org.apache.axis.enum.Use.ENCODED); this lines gives compilation errors in my setup due to which I am not able to run my sample code that I intened to run in tomcat. Kindly provide pointers in this regards. Do I need to use JDK1.4 so that I do not encounter similar issue. Thanks & Regards, pankaj > Axis is not JDK1.5 compliant > ---------------------------- > > Key: AXIS-2462 > URL: https://issues.apache.org/jira/browse/AXIS-2462 > Project: Axis > Issue Type: Bug > Components: Deployment / Registries > Affects Versions: 1.3 > Environment: Java 1.5 > Reporter: amit > > Axis has a package name which conflicts with the Java 1.5 'enum' keyword. org.apache.axis.enum.* > Simple change is required or else how are we supposed to use it on 1.5 ??? -- 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