My application is interacting with two separate database. I want to inject session factory with spring.net as usually. when I am creating 2 session factory with two separate dbProviders , it is showing error. Is there any way to accomplish this task ?
My application is interacting with two separate database. I want to inject session factory
Share
I solved it by creating my own transaction API with Spring AOP.