Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 33906 invoked from network); 8 Nov 2007 19:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 19:08:55 -0000 Received: (qmail 8253 invoked by uid 500); 8 Nov 2007 19:08:35 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 8238 invoked by uid 500); 8 Nov 2007 19:08:34 -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 8227 invoked by uid 99); 8 Nov 2007 19:08:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 11:08:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oliver.zeigermann@gmail.com designates 64.233.162.224 as permitted sender) Received: from [64.233.162.224] (HELO nz-out-0506.google.com) (64.233.162.224) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 19:08:36 +0000 Received: by nz-out-0506.google.com with SMTP id l1so224961nzf for ; Thu, 08 Nov 2007 11:08:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=YPBbgDB8cibqCZL8iMyVdPDAmskogPJ8HZlPrHkOLvA=; b=UiUa1h33R/z/jTCLf4khsPxKi8gM6hpgm2LnBCDRfbDsP0dwHHDO/DCdstshwPHElorRvJelDz3+nHuLKdJeZlBWmE2R9ICgmt3aLoER4sSt0fkPgH6dggQcIbdHuQW7EW2JbgyqaWaDKZbIC58+lI+w/qRsbyFQGv2pGjhyjDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=HglvzghPaTm6Wh2UGEkttp3hsdrPslgPdyFC69eosb0R7wjKjxxyjGFHmm18ngo7pBRdTQLQTiksOvkBl0zOw7ufOMugpvxmxgBUZZOel+V4E5Y6/jykuqb5ueeBDARdJugRQJnPCOU1PD1IP+mdCTRjGlVEpciNg1/LPFpU10A= Received: by 10.115.111.1 with SMTP id o1mr244419wam.1194548890459; Thu, 08 Nov 2007 11:08:10 -0800 (PST) Received: by 10.114.150.19 with HTTP; Thu, 8 Nov 2007 11:08:05 -0800 (PST) Message-ID: <9da4f4520711081108p6edf784fuc492c01ce5378c07@mail.gmail.com> Date: Thu, 8 Nov 2007 20:08:05 +0100 From: "Oliver Zeigermann" Sender: oliver.zeigermann@gmail.com To: axis-user@ws.apache.org Subject: Re: Exception: Unable to load bytecode for class... In-Reply-To: <9da4f4520711080659n44bd9d77h7a4af3bf9a449ef@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9da4f4520711080659n44bd9d77h7a4af3bf9a449ef@mail.gmail.com> X-Google-Sender-Auth: 4acd77656ee5f89b X-Virus-Checked: Checked by ClamAV on apache.org Just in case anyone bothers: This is caused by some AOP magic which wraps my service. Because of this bytecode for the dynamic wrapper can not be found. Can this be considered a bug in axis? Why is this done anyway? Oliver 2007/11/8, Oliver Zeigermann : > Folks! > > I get the following exception when I try to load my web service: > > Caused by: java.io.IOException: Unable to load bytecode for class > de.zeigermann.remoting.Axis2Service$$EnhancerByCGLIB$$fae2e45b > at org.apache.axis2.description.java2wsdl.bytecode.ClassReader.getBytes(ClassReader.java:84) > at org.apache.axis2.description.java2wsdl.bytecode.ParamReader.(ParamReader.java:57) > at org.apache.axis2.description.java2wsdl.bytecode.ChainedParamReader.(ChainedParamReader.java:52) > at org.apache.axis2.description.java2wsdl.bytecode.MethodTable.(MethodTable.java:30) > at org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.(DefaultSchemaGenerator.java:116) > at org.apache.axis2.deployment.util.Utils.fillAxisService(Utils.java:340) > at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:347) > ... 39 more > > I use Java 1.6 and the latest axis2 release. Could this be caused by 1.6? > > Any ideas? > > Thanks in advance and cheers > > Oliver > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org