Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,708

    A colleague of mine found the solution (though...

    A colleague of mine found the solution (though not an explanation): there is a bug in the pointcut expression, it should read

    pointcut="execution(* com.mycompany..*(..))"

    Mysetup is now working...
  2. Replies
    5
    Views
    1,708

    Ok, here's my spring config:

    Ok, here's my spring config:



    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  3. Replies
    5
    Views
    1,708

    Hello Enrico, thank you for setting me on the...

    Hello Enrico,

    thank you for setting me on the right track!

    Beside a mistake of my own (@Autowired fields must have an interface type, I know...), here's what I had to add to my configuration:
    ...
  4. Replies
    5
    Views
    1,708

    interceptors and autodetected components

    Hello,

    I'm using an annotation-based Spring configuration - my bean classes are annotated with @Service and @Repository and use @Autowired on their constructors, and in my XML configuration I only...
Results 1 to 4 of 4