SpringIDE does not recognize AspectJ configuration
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.