PDA

View Full Version : SpringIDE does not recognize AspectJ configuration



kuosenhao
Apr 19th, 2006, 05:34 PM
Thanks for your work on SpringIDE. I especially liked to graphing capability.

I did run into a problem with the AspectJ configuration for Spring 1.2.5 on Eclipse WTP 1.0.1 installation. An example AspectJ configuration is shown below.

<bean id="fooPersistorUowAspect"
class="foobar.uow.FooPersistorUowAspect"
factory-method="aspectOf">
<property name="perfMetricMap">
<ref local="matchPersistorUowPerfMetricMap"/>
</property>
</bean>

The error was: "Static factory method "aspectOf" with 0 arguments not found in factory bean class.

Any ideas and pointers are greatly appreciated.

Christian Dupuis
Apr 20th, 2006, 08:57 AM
Hi,

that is kind of advanced setup. Have you installed the AJDT? I'll have a look into that.
Would you might opening a ticket at http://springide.org/project/newticket.

Cheers
Christian