I'm having a problem trying to figure out how to use multiple databases in the same Roo project. In this case, I need multiple entities mapped to database tables, however the tables will not be placed on the same database.
There are no relationships between tables on different databases, so all I need is a way to choose a different database for specific entities. Any idea on how to achieve this?


Reply With Quote
