I have two databases.
One is MySQL and the other is Oracle.
All people info is stored in Oracle.
All training info is stored in MySQL.
I want to build one object from both of those datasources that will have a person's name and a list of all the training classes that they took.
The MySQL training database stores a person's id, but nothing else.
I was hoping that I could configure this in the repository.xml file and not have to do it at runtime, but I have not found any documentation or examples.
Can this be done?
If so, can someone point me in the right direction?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
