Search:

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

Search: Search took 0.03 seconds.

  1. Solution for AopProxy indirection problems (e.g. selfreferential method calling)

    As discussed elsewhere the Spring AOP approach has some serious limitations. I want to list up the core issues here:

    1. Aspects are not executed when methods are called via a this reference.
    2....
  2. Custom Scopes lack support for circular references

    The following construct brings up a BeanCurrentlyInCreationException.


    <bean name="A" class="foo.bar.X" scope="session">
    <property name="refToB" ref="B"/>
    </bean>

    <bean name="B"...
  3. Replies
    1
    Views
    632

    Waiting for responses

    Doesn't anyone consider this relevant? I would appreciate to have some recognization to the issue.
  4. Same problem

    I also have the same problem. I have valid circular dependencies that are expressed only by explicit properties (no autowiring and no deps via constructor-args). As long as I use the scope singleton...
  5. Replies
    1
    Views
    632

    depends-on is unsatisfying

    Imagine the following situation: I have two beans bean1 and bean2. bean1 will be instantated because it is retrieved directly or indirectly via explicit dependencies by BeanFactory.getBean(). bean2...
  6. Replies
    3
    Views
    1,829

    Ticket opened

    Thank you for confirming the demand.

    I've opened the ticket IDE-750 for that issue.

    salute

    Dirk
  7. Replies
    3
    Views
    1,829

    ContentAssist does not offer inner classes

    Since the release canditate should improve content assist functionality I thought this thread is the right place to put this issue.

    The content assist does not support inner classes. The following...
  8. Replies
    13
    Views
    3,423

    Hi Christian, that sounds good. I am looking...

    Hi Christian,

    that sounds good. I am looking forward to read about the validation API. Thank you.

    Dirk
  9. Replies
    13
    Views
    3,423

    Christian, thank you for your fast response. ...

    Christian,

    thank you for your fast response.



    I tried this, but got lost in unknown terrain. I am new to the whole eclipse plugin stuff and also new to the Spring IDE extension points. I...
  10. Replies
    13
    Views
    3,423

    I agree with you but there remains a question:...

    I agree with you but there remains a question: What if there is used more than one Annotation class. Would the validator find all the RequiredAnnotationBeanPostProcessor instances and not just one?
    ...
  11. Replies
    13
    Views
    3,423

    alternative annotation

    The RequiredAnnotationBeanPostProcessor supports custom annotations for the validation via setRequiredAnnotationType(). Spring IDE supports "@Required property" validation rule but has no option for...
  12. Replies
    3
    Views
    842

    Done. SPR-3913...

    Done.

    SPR-3913
  13. Replies
    3
    Views
    842

    Single namespace for beans

    All beans I configure for one factory use the same namespace for their names/ids. This is a serious limitation. Like in any other complex environment the things grow and at one point one looses the...
  14. Problematic consequences of the fixation on bean properties

    Unfortunatley there's no progress to meet the demands of this thread thread

    Thus, I decided to solve it on my own by deriving from DefaultListableBeanFactory and using a own NamespaceHandler. This...
Results 1 to 14 of 14