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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...