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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to