Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,223

    RefreshablePagedListHolder deprecated

    In Spring 2.5 the RefreshablePagedListHolder has been deprecated.

    Why?
    Will there be a replacement class?
  2. Unfortunately, an upgrade to Spring version 2.5.2...

    Unfortunately, an upgrade to Spring version 2.5.2 did not solve the problem.
  3. Replies
    15
    Views
    12,891

    Sticky: - Modules used : xt framework - Spring...

    - Modules used :
    xt framework

    - Spring version :
    2.5.x

    - JDK version :
    java 6.0
  4. I found a 4th way to remove the

    I found a 4th way to remove the


    <beans ... default-autowire-candidates="*Dao,*Service">

    configuration. I replaced



    <bean id="xyDaoTarget" class="Xy">
  5. I use @Autowired without @Qualifier. In the...

    I use @Autowired without @Qualifier.

    In the config file, i placed:


    <context:annotation-config/>

    and
  6. Sorry, I am not allowed to post our...

    Sorry, I am not allowed to post our configurations files in this forum.

    Yes, we have got some circular dependencies, but before autowiring, this has not been a problem.
  7. I have added the stacktrace as an attachment.

    I have added the stacktrace as an attachment.
  8. Unfortunately, the full stack trace and the...

    Unfortunately, the full stack trace and the config files (more than 1300 spring beans) are to large to be posted here.

    The OutOfMemoryError occurrs in the first line of the...
  9. @Autowired annotation causes java.lang.OutOfMemoryError

    In our application (Spring 2.5, 1300+ beans), I have introduced some @Autowired annotations to the property setter methods of some base classes (which are extended by hundrets of controller and dao...
Results 1 to 9 of 9