Search:

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

Search: Search took 0.30 seconds.

  1. I have one more question. Although my aspect has...

    I have one more question. Although my aspect has id="loggingAspect" the bean created has name org.springframework.aop.aspectj.AspectJPointcutAdvisor#0. Is it possible that my aspect bean will have...
  2. Ok, so I can have multiple aop:config blocks in...

    Ok, so I can have multiple aop:config blocks in xml but when I use BeanFactoryPostProcessor then aop:config is overwritten, right?

    Thank you very much Marten
  3. I have two aspects which have to always enabled...

    I have two aspects which have to always enabled and then I have few aspects which depends on instance of app. Please correct me if I understand it wrong - if I will have aspect configuration in...
  4. OK, but what in case that I need to add new...

    OK, but what in case that I need to add new aspects?

    Thanks Marten.
  5. BeanFactoryPostProcessor and overwritting aspects - very strange behaviour

    Hello,

    I have defined two aspects in my basic applicationContext xml file:

    <aop:config>
    <aop:aspect id="decoratorAspect" ref="decorator">
    <aop:pointcut expression="execution(*...
  6. Thank you again Marten. Caould you provide me...

    Thank you again Marten.

    Caould you provide me the good way how to achieve what I want? It means extend list of providers and have transactions? The additional configuration (beans definitions)...
  7. BeanFactoryPostProcessor and @Transactional don't work together

    Hi,

    I have BeanFactoryPostProcessor to add additional beans definitions and add references to these beans to list, which is a property of a bean (providers).

    <bean id="mainBean"...
  8. Thank you very much Marten. I've added...

    Thank you very much Marten. I've added ctx.refresh() and now I have proxy.
  9. Thanks for your replies. So do you have any idea...

    Thanks for your replies. So do you have any idea what can be missed in configuration? I have only this for transactions:
    <bean id="txManager"...
  10. Did you get the "service" as a proxy? I have it...

    Did you get the "service" as a proxy? I have it as a instance of the Service class. I don't have any information about the transactions :/

    Basically my problem is very similar to:...
  11. @Transactional and GenericApplicationContext

    Hi all,

    At the beginning I want to say hello for everyone, because I'm new at this forum.

    And now to the point:

    I'm using @Transactional and transaction management by annotation...
Results 1 to 11 of 11