|
From: Arnout E. <sp...@bz...> - 2007-12-14 14:11:06
|
Sam Brannen wrote: > Are you familiar with using the "&beanName" technique for referencing > a factory bean rather than the bean it creates? You can use the same > technique in your use case and then simply call getConfiguration() on > the returned LocalSessionFactoryBean. Does that suit your needs? Jep - that is indeed a *much* better solution than my workaround :). Thanks, Arnout |