views:

302

answers:

1

I have JSF + Hibernate app. During runtime, i need to change database, to which user is connected. For example, User can manually switch databases in my app, so app is connected to the chosen one. I read about Hibernate Connection Provider. Can it help me?

+2  A: 

The issue has been discussed before.

n002213f
Thanks, didn't noticed it.
Yurish