Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    505

    @Autiwired ( modify value with AOP )

    Hi

    I have many class annotated with spring sterotypes

    while running unit testing ( extending AbstractTransactionalSpringContextTests ) i am testing layered xmls , hence i get " Unsatisfied...
  2. Sticky: Poll: I use @AutoWire and runnning test case Could...

    I use @AutoWire and runnning test case

    Could someone shed light on this ?

    http://forum.springsource.org/showthread.php?115752-AbstractTransactionalSpringContextTests-lazy-loading-beans
    ...
  3. AbstractTransactionalSpringContextTests lazy loading beans

    Hi ,

    I had written class which extends “AbstractTransactionalSpringContextTests” for testing my beans instantiated via spring framework .

    I had annotated all java classes eligible for spring...
  4. Again Thanks for ur kind replies . so far i am...

    Again Thanks for ur kind replies .

    so far i am good after implementing your suggestions .

    We create the Hibernate Session factory where we pass more than 500 Domain classes , it occupies many...
  5. Hi Marten , whats the best way in finding...

    Hi Marten ,

    whats the best way in finding custom annotations using spring framework ? do we need to use some bean "InstantiationAwareBeanPostProcessorAdapter" ?
  6. With @Autowired it perfectly works with abstract...

    With @Autowired it perfectly works with abstract classes ,Thanks for info

    is there way to create the virtual abstract bean

    <bean id="sampleDao" abstract="true">
    <property...
  7. Hi Marten , Thanks for reply . Do we have...

    Hi Marten ,

    Thanks for reply .

    Do we have @bean in spring 2.5.6 ? i didnt find it .
  8. Spring Annotation Limitations Vs Spring XML (spring 2.5.6)

    HI ,

    I am working on migration of Spring XML to Spring Annotaions , Since we have limitation we have to use featured upto spring 2.5.6

    As per my idea , we cant achieve all things that we do...
Results 1 to 8 of 8