[jboss-user] [JBoss Seam] - Re: Dynamic user for database connection
ajaystl
do-not-reply at jboss.com
Mon Oct 22 17:39:38 EDT 2007
Hello Wiberto, I would need to do something similar, where I would need to make a user specific connection to Oracle when the user logs in to the application. Can you please post the relevant pieces of code ? Thx in advance !
"wiberto" wrote : I had to do something along the same lines, where my database information was specific to each user logging in.
|
| What I ended up doing was implementing my own Persistence Context manager and that object got a User object injected that had some database information then on the getEntityManager I would create my own datasource and used the HibernatePersistence API directly. Then in the entity class I would specify the component to use when injecting the EntityManager.
|
| Let me know if this is what you want I can post an example.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097642#4097642
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097642
More information about the jboss-user
mailing list