"uji" wrote :
| An alternative would be to map the ejbs to a special data source pool that returns
connections to different data bases depending on the authenticated user.
|
| It this possible? How?
You can have the same database but pools getting created per user , this can be done by
configuring the -ds.xml file .
Check this
http://wiki.jboss.org/wiki/JBossJCAPooling
The same -ds.xml will have now pools getting created for various users ,does this help you
?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157114#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...