Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 29860 invoked from network); 19 May 2009 12:51:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 May 2009 12:51:20 -0000 Received: (qmail 1312 invoked by uid 500); 19 May 2009 12:51:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 1216 invoked by uid 500); 19 May 2009 12:51:19 -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 1198 invoked by uid 99); 19 May 2009 12:51:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 12:51:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andreas.veithen@gmail.com designates 209.85.219.222 as permitted sender) Received: from [209.85.219.222] (HELO mail-ew0-f222.google.com) (209.85.219.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2009 12:51:10 +0000 Received: by ewy22 with SMTP id 22so4177931ewy.16 for ; Tue, 19 May 2009 05:50:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=rcFPXMv0A4FzxRbrftNuTEHSB5+y/tXMz0nOcvlplhQ=; b=c75PaqUaiMl+6kak7DZTGSjUm4F7gQz0pEulAoALixJjsVNiKmYXp3uFGwrCea1epc BtUe62weut0WuXp3H0hvXxa2ja/paUQ75dd1l3QSGVhbIjhn291qrqWFVubPOOXOVclv WFhXmI9p6hqh62PkRNkX8l9BgHcjy7ADF+jXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BioTV7nMtAyBC07knfzNA6p1wKSgPQCOqcnXJcDDhmWKijHSOSlxvbPZfCzBUpxfmF GFfNvgN55MZAOC2P5CCbvIVNCGilGK9fUTiIBDNG7eFj1wOdaMLxiPuAVOAMVcO4C04A Nc6mF0IcWejT0ODqeotyaPia4614hUa11R3ME= MIME-Version: 1.0 Received: by 10.216.72.14 with SMTP id s14mr2046wed.164.1242737447527; Tue, 19 May 2009 05:50:47 -0700 (PDT) In-Reply-To: <4A129735.8020605@thoughtcraft.com> References: <4A129735.8020605@thoughtcraft.com> Date: Tue, 19 May 2009 14:50:47 +0200 Message-ID: Subject: Re: svn commit: r776172 - in /webservices/axis2/trunk/java/modules: jaxws/src/org/apache/axis2/jaxws/handler/SOAPHeadersAdapter.java kernel/src/org/apache/axis2/deployment/DeploymentEngine.java kernel/src/org/apache/axis2/engine/AxisConfiguration.jav From: Andreas Veithen To: axis-dev@ws.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Interesting. I didn't know that the semantics of @Override changed between 1.5 and 1.6. Thanks for the explanation! Andreas On Tue, May 19, 2009 at 13:25, Glen Daniels wrote: > Hi Andreas: > > Andreas Veithen wrote: >> What do you mean by JDK 1.5 can't compile @Override annotations??? > > In JDK 1.5, @Override is supported only for superclass methods, and using= it > on an interface method produces a compiler error. :( =A0This sucks, but u= ntil > we move off 1.5 that's what we seem stuck with. > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D5008260 > > --Glen >