For 5 different databases, the most you could to is place all 5 datasource declarations
within the same *-ds.xml file (because the connection-url requires the database name).
Like this:
<datasources>
| <local-tx-datasource>
| ...declaration for 1st database...
| </local-tx-datasource>
| <local-tx-datasource>
| ...declaration for 2nd database...
| </local-tx-datasource>
| ... etc ...
| </datasources>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065019#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...