Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A15A19233 for ; Wed, 23 Mar 2016 15:27:26 +0000 (UTC) Received: (qmail 26795 invoked by uid 500); 23 Mar 2016 15:27:26 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 26544 invoked by uid 500); 23 Mar 2016 15:27:26 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 26244 invoked by uid 99); 23 Mar 2016 15:27:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Mar 2016 15:27:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D10402C1F5A for ; Wed, 23 Mar 2016 15:27:25 +0000 (UTC) Date: Wed, 23 Mar 2016 15:27:25 +0000 (UTC) From: "Shawn McKinney (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FC-162) [ fortress-rest ] Upgrade to Apache CXF 3.x (and latest Spring) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Shawn McKinney created FC-162: --------------------------------- Summary: [ fortress-rest ] Upgrade to Apache CXF 3.x (and latest Spring) Key: FC-162 URL: https://issues.apache.org/jira/browse/FC-162 Project: FORTRESS Issue Type: Improvement Affects Versions: 1.0.0-RC40, 1.0.0-RC42 Reporter: Shawn McKinney Fix For: 1.0.0 Upgrade to latest dependencies for Spring and Apache CXF: 4.2.5.RELEASE org.apache.cxf cxf-core 3.1.5 org.apache.cxf cxf-rt-frontend-jaxrs 3.1.5 Causes this error. Determine cause and fix 2016-03-23 10:22:23,489 (INFO ) FortressInterceptor.setSecuredObject:org.apache.directory.fortress.rest.FortressServiceImpl@4226dec6 2016-03-23 10:22:23,493 (WARN ) Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restContainer': Cannot resolve reference to bean 'annotationsInterceptor' while setting bean property 'inInterceptors' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'annotationsInterceptor' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'securedObject' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.aop.support.AopUtils.isCglibProxyClass(Ljava/lang/Class;)Z 2016-03-23 10:22:23,495 (ERROR) Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restContainer': Cannot resolve reference to bean 'annotationsInterceptor' while setting bean property 'inInterceptors' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'annotationsInterceptor' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'securedObject' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.aop.support.AopUtils.isCglibProxyClass(Ljava/lang/Class;)Z at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolve -- This message was sent by Atlassian JIRA (v6.3.4#6332)