Hi, sorry if my questions might be too stupid, but I'm new to OJB. 1) using multiple databases I'd like to map e.g. class Users to table Users in Database A and class Product to table Products in Database B. A and B are the same typ of db (PostgreSQL). According to the features list of OJB "Classes can be mapped to an arbitrary number of JDBC datasources". How can this be done? repository.dtd allows only one jdbc-connection-descriptor. Can anyone give me some advice?
2) best practice for calling tools Is there a recommended way how to use the tools reverse-db2 and forward-db? It's fine to call them from inside OJB, but I'd like to use them from my own project's build.xml. Are there any ant taskdefs that can do the job? Thanks, Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
