Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Formal Unbound in Pointcut

  1. #21

    Default Closed

    I'm going to close this and open a separate thread, since the focus of the problem has changed. Now the issue is just down to why the advisor isn't being called.

  2. #22
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    Google indicates "CGLIB" would require yet another jar in my classpath, which introduces even MORE complexity to the project. But the error message does mention an alternative of "proxy interfaces." How does one do proxy interfaces? What's the tradeoff between CGLIB & proxy interfaces? Is one significantly faster or easier to implement than the other?
    You should be programming to interfaces however you probably aren't doing that. So you need to use class proxying. (Which is also what your stacktrace indicates).
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Tags for this Thread

Posting Permissions

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