Search:

Type: Posts; User: hanson.char; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    635

    FLUSH_NEVER followed by FLUSH_AUTO

    Hi, please excuse me if this question is a bit simple:

    Using Spring 2.5.1 with each HibernateTemplate instance confined to each thread (ie not concurrent), I have a strange situation where after...
  2. Replies
    2
    Views
    1,490

    http://opensource.atlassian.com/projects/spring/br...

    http://opensource.atlassian.com/projects/spring/browse/SPR-2260
  3. Replies
    2
    Views
    1,490

    Spring 2.0RC2 not backward compatible ?

    Once I replace the 2.0 RC1 spring.jar with the one from 2.0 RC2, I got a NullPointerException.

    (See stacktrace below)

    Is this a compatibility bug ? It works fine with 2.0M4 and 2.0RC1 but not...
  4. Cool, Andreas. This works!

    Cool, Andreas. This works!
  5. A similar question is: can I create a single bean...

    A similar question is: can I create a single bean instance which is a java.util.Properties object in the application context, so that the instance can be referenced in multiple places ? The...
  6. Reusable String[] object in Application Context

    Is there a way to instantiate a single bean instance in the spring config file such that the bean is an array of strings that can be referenced in multiple other beans ? I try the following which...
Results 1 to 6 of 6