Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 59952 invoked from network); 13 Jan 2009 11:18:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 11:18:30 -0000 Received: (qmail 42466 invoked by uid 500); 13 Jan 2009 11:18:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42409 invoked by uid 500); 13 Jan 2009 11:18:28 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 42393 invoked by uid 99); 13 Jan 2009 11:18:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 03:18:28 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 11:18:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA992234C4AA for ; Tue, 13 Jan 2009 03:18:02 -0800 (PST) Message-ID: <1816646445.1231845482959.JavaMail.jira@brutus> Date: Tue, 13 Jan 2009 03:18:02 -0800 (PST) From: =?utf-8?Q?Bruno_C=C3=A9sar_Brito_Sant=27Anna_=28JIRA=29?= To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4508) Spring AOP AspectJ conflict when using Apache CXF MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Spring AOP AspectJ conflict when using Apache CXF ------------------------------------------------- Key: GERONIMO-4508 URL: https://issues.apache.org/jira/browse/GERONIMO-4508 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Environment: Spring 2.5.6, Geronimo JEE Tomcat 2.1.3, AspectJ 1.6.= 2 Reporter: Bruno C=C3=A9sar Brito Sant'Anna I'm trying to create a WebService Bean on Geronimo using Spring IoC contain= er. Well, I followed this tutorial http://cwiki.apache.org/CXF20DOC/writing-a-s= ervice-with-spring.html My GERONIMO_OPTS var value is "-Dorg.apache.geronimo.jaxws.provider=3Dcxf -= Dorg.apache.geronimo.saaj.provider=3Daxis2 -Dorg.apache.cxf.jaxws.checkPub= lishEndpointPermission=3Dfalse" When server starts, when reading Spring AOC Config my server crashes... Summary stack trace:=20 org.springframework.beans.factory.BeanCreationException: Error creating bea= n with name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvi= sor': Instantiation of bean failed; nested exception is java.lang.AbstractM= ethodError: org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAu= toProxyCreator.determineConstructor(Ljava/lang/Class;Ljava/lang/String;)Lja= va/lang/reflect/Constructor; It took me several hours to discover that cxf environment was messing aroun= d with Spring...=20 reseting GERONIMO_OPTS and removing cxf webservice stuff from my applicatio= nContext.xml made my server run again. Looks like I cannot use CXF with AOP... I'll attach full stack trace... --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.