Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 96415 invoked from network); 21 Jan 2009 19:02:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2009 19:02:24 -0000 Received: (qmail 72648 invoked by uid 500); 21 Jan 2009 19:02:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 72248 invoked by uid 500); 21 Jan 2009 19:02:23 -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 72238 invoked by uid 99); 21 Jan 2009 19:02:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2009 11:02:22 -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; Wed, 21 Jan 2009 19:02:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B2D11234C4A8 for ; Wed, 21 Jan 2009 11:02:01 -0800 (PST) Message-ID: <330999528.1232564521731.JavaMail.jira@brutus> Date: Wed, 21 Jan 2009 11:02:01 -0800 (PST) From: =?utf-8?Q?Bruno_C=C3=A9sar_Brito_Sant=27Anna_=28JIRA=29?= To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4508) Spring AOP AspectJ conflict when using Apache CXF In-Reply-To: <1816646445.1231845482959.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/GERONIMO-4508?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 2665915#action_12665915 ]=20 Bruno C=C3=A9sar Brito Sant'Anna commented on GERONIMO-4508: ------------------------------------------------------- BTW, are those dates intended to be postponed? http://cwiki.apache.org/GMOxPMGT/geronimo-22-release-status.html I don't want to build geronimo 2.2 in my environment, I prefer to wait unti= l it release if it really happens in 01/30/2009...=20 > 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)=20 > Environment: Spring 2.5.6, Geronimo JEE Tomcat 2.1.3, AspectJ 1.6= .2 > Reporter: Bruno C=C3=A9sar Brito Sant'Anna > Attachments: dep_trace.txt, dep_trace_2.txt, dep_trace_3.txt, jet= ty_trace.txt, trace.txt > > > I'm trying to create a WebService Bean on Geronimo using Spring IoC conta= iner. > Well, I followed this tutorial http://cwiki.apache.org/CXF20DOC/writing-a= -service-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.checkP= ublishEndpointPermission=3Dfalse" > When server starts, when reading Spring AOC Config my server crashes... > Summary stack trace:=20 > org.springframework.beans.factory.BeanCreationException: Error creating b= ean with name 'org.springframework.aop.support.DefaultBeanFactoryPointcutAd= visor': Instantiation of bean failed; nested exception is java.lang.Abstrac= tMethodError: org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisor= AutoProxyCreator.determineConstructor(Ljava/lang/Class;Ljava/lang/String;)L= java/lang/reflect/Constructor; > It took me several hours to discover that cxf environment was messing aro= und with Spring...=20 > reseting GERONIMO_OPTS and removing cxf webservice stuff from my applicat= ionContext.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.