We are using 2 datasources and therefore defined 2 different sessionFactories in the application context files.
Problem is that OpenSessionInViewFilter can only fetch 1 sessionFactory.

How can we solve this within the logic of the framework ?
Subclass OpenSessionInViewFilter so that it can fetch a list of sessionFactories.

Edwin