Results 1 to 2 of 2

Thread: SpringIDE does not recognize AspectJ configuration

  1. #1
    Join Date
    Apr 2006
    Posts
    1

    Post 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.

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    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
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •