[jboss-user] [JCA/JBoss] - Re: one data source with multiple database users
diemon
do-not-reply at jboss.com
Mon Jul 14 07:28:11 EDT 2008
The problem was in establishing database connections with different credentials in Seam components. I solved the problem in a very simple way. I've used hibernate configuration option hibernate.connection.provider_class where in getConnection method one can simply return new connection from data source with any username/password.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164194#4164194
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164194
More information about the jboss-user
mailing list