A Leg wrote:
Hi Thomas,
I am not sure but it seems that somewhere, it ahs been some problems because the database name is upper case.
It seems to give some problem somewhere.
This is likely with PostgreSQL since you're probably using Linux or Unix.
In the ojb-blank project, you specify the database url in the build.properties file (using urlDbalias, in your case it would be '//localhost/OJB').
Then, the build process will create a corresponding jdbc connection descriptor (repository_database.xml).
So, if you create the database manually, all you'd have to do is to specify the database name in the urlDbalias in the build.properties file that you used with psql (in the same case).
I am trying to create everything by hand. Is it another place than build files to know what t I have to create ?
You might need OJB's internal tables, they are required by several components of OJB (ODMG, some sequence managers etc.). You should try first without them, but if that does not work, you'll have to add them. I'm no PostgreSQL user, but there is surely someone on the list that can send you the PostgreSQL table definitions for them.
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
