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...
Type: Posts; User: hanson.char; Keyword(s):
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...
http://opensource.atlassian.com/projects/spring/browse/SPR-2260
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...
Cool, Andreas. This works!
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...
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...