|
From: Ross M. <ro...@at...> - 2003-12-15 06:50:47
|
Hi,
In the latest source the ApplicationContext.refresh() method has been
removed. What is the recommended way of refreshing an
applicationContext now. I'm trying -
ContextLoader loader = new ContextLoader();
setApplicationContext(
loader.initWebApplicationContext(servletContext) );
But I am getting an error saying that there is more than one matching
bean on some components when autoWiring by type. Our code and cofig
works fine with M2 release, but we're mored to the latest source to make
use of the OpenSessionInViewFilter.
Any ideas?
Cheers,
Ross
|