In my Spring Application Context I have 2 datasources and 2 sessionFactories. When the Applications Starts Spring cheks if the connections for both databases are OK, but I only need to check only one, is there any Interceptor to do this or Another elegant way to do this.
Thank a lot for your help
Hector


Reply With Quote