thanks for your help.
1 You do need a repository.xml with a repository_users.xml included, a repository_database.xml and the repository_internal. The repository_user.xml is to tell the ojb mechanisms that sit behind the JDO facade what your database looks like. The repository_database.xml specifies things like your db driver etc.
I can retrieve objects from my database too now with JDO. Everything is as you explain, except that I don't need the repository_internal and the internal tables in the database.
And it seems the jdo files are not needed at runtime.
In the repository_database.xml I configured my default database configuration. The ODMG-tutorial says how to switch to another connection. That is exactly what I need in my application. I must switch between at least two databases. Any hints how to do this with the JDO-Implementation?
Regards Franz
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Franz-Josef Herpers Puschkinallee 9A 12435 Berlin 030/53 21 33 02 0173/54 23 666 [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
