Search:

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

Search: Search took 0.03 seconds.

  1. I'm also observing that Spring AOP is not...

    I'm also observing that Spring AOP is not correctly applying AOP advice to beans created via FactoryBeans.

    The 'wrapIfNecessary' method attempts to match the AOP pointcuts against the FactoryBean...
  2. Replies
    9
    Views
    16,572

    howieB - can you elaborate? That link is dead.

    howieB - can you elaborate? That link is dead.
  3. Replies
    9
    Views
    5,046

    I think the main reason for me is abstraction. ...

    I think the main reason for me is abstraction. For example, the main class that is instantiating the AnnotationConfigApplicationContext may only know of a single top-level @Configuration class to...
  4. Replies
    9
    Views
    5,046

    I've filed SPR-7194 for including @ComponentScan...

    I've filed SPR-7194 for including @ComponentScan in Spring Core. Please vote for the issue if you'd like.

    http://jira.springframework.org/browse/SPR-7194
  5. Replies
    2
    Views
    3,248

    @ComponentScan in Spring 3?

    Hi Chris,

    One feature that seems to not have made it into Spring 3 is @ComponentScan. Is there an alternative way to do this in Spring 3 that I'm overlooking? If not, is this slated to be...
  6. Inheriting "default-lazy-init " in imported bean defs?

    There doesn't seem to be a way to configure Spring so that imported bean definition files inherit the default-lazy-init behavior from the parent.

    For example:



    <beans ...
    ...
  7. Replies
    0
    Views
    2,415

    Unable to Autowire ApplicationContext

    I am getting an error when trying to autowire the spring application context into a class.



    Component
    Scope("prototype")
    public class ServerOperationFactory {

    Autowired
    private...
  8. Replies
    2
    Views
    1,074

    Thanks for the reply. We are specifying the...

    Thanks for the reply.

    We are specifying the base-package attribute in our <component-scan> element.

    But Spring still has to scan through all the JARs on the classpath looking for classes in...
  9. Replies
    2
    Views
    1,074

    Speed up component-scan

    We are using Spring DI with annotation-based configuration in an application that is not a long-running process. The component scanning portion of ApplicationContext initialization is taking a...
Results 1 to 9 of 9