Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98EEA9E46 for ; Thu, 22 Mar 2012 23:16:43 +0000 (UTC) Received: (qmail 19744 invoked by uid 500); 22 Mar 2012 23:16:43 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 19699 invoked by uid 500); 22 Mar 2012 23:16:43 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 19683 invoked by uid 99); 22 Mar 2012 23:16:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 23:16:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 23:16:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 37DFF34166D for ; Thu, 22 Mar 2012 23:16:22 +0000 (UTC) Date: Thu, 22 Mar 2012 23:16:22 +0000 (UTC) From: "Glen Mazza (Created) (JIRA)" To: issues@cxf.apache.org Message-ID: <782973824.5422.1332458182241.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CXF-4194) oauth sample not working in CXF 2.6.0 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 oauth sample not working in CXF 2.6.0 ------------------------------------- Key: CXF-4194 URL: https://issues.apache.org/jira/browse/CXF-4194 Project: CXF Issue Type: Bug Components: Samples Reporter: Glen Mazza Priority: Minor Fix For: 2.6 Attempting the run the OAuth sample in CXF 2.6 returns the following error: oauth: failure: 2012-03-20 17:01:19.450:WARN::Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceServer': Cannot resolve reference to bean 'resource' while setting bean property 'serviceBeans' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resource' defined in ServletContext resource [/WEB-INF/oauth-beans.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(Z)V: java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(Z)V at net.sf.cglib.core.DebuggingClassWriter.(DebuggingClassWriter.java:47) at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30) at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24) at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:215) at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira