Search:

Type: Posts; User: kconway; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    1,729

    Spring 2.5.5. I'll get back with the results of...

    Spring 2.5.5. I'll get back with the results of testing with mocks.
  2. Replies
    8
    Views
    1,729

    Hi Ramnivus - according to an earlier reply by...

    Hi Ramnivus - according to an earlier reply by Marten Deinum, "You can only intercept externally called methods. So basically you can only intercept the methods exposed on the Servlet interface,...
  3. Replies
    8
    Views
    1,729

    Yes. It is just delegating to the Servlet Class...

    Yes. It is just delegating to the Servlet Class that is instantiated as a bean. My understanding from reading the Spring AOP documentation is that the Spring AOP framework can only execute...
  4. Replies
    8
    Views
    1,729

    Hi Martin - Thanks for your response. With my...

    Hi Martin - Thanks for your response. With my new found understanding of the problem, I modified the pointcut expression to be the following



    <?xml version="1.0" encoding="UTF-8"?>
    <beans >
    ...
  5. Replies
    8
    Views
    1,729

    Spring AOP Aspect Not Executing

    Hello - I'm hoping someone can spot something wrong with my configuration. I'm trying to execute an aspect on a class that is a Servlet. I've created the following implementation and have made the...
  6. Replies
    2
    Views
    783

    Thanks for the response. Turns out that what I...

    Thanks for the response. Turns out that what I really needed to do was rtfm :-D I think I have a solution for my problem. Cheers!
  7. Replies
    2
    Views
    783

    Aspect on Servlet Doesn't Execute

    Hello - I'm trying to use a spring aop aspect with a servlet.

    I have the following spring configuration:

    <aop:aspectj-autoproxy proxy-target-class="true"/>
    <aop:config>
    <aop:pointcut...
Results 1 to 7 of 7