Re: [OJB-developers] SQL schema ??
Brought to you by:
thma
|
From: Thomas M. <tho...@ho...> - 2001-11-21 18:46:38
|
Hi Leandro, the DDL is contained in the file src/test/setup/sql1.txt. This file is a Script used by the OJB build process. You just have to change the lines for loading the jdbc driver class and the connect url to match you environment. Then you just call build.sh tests and you get the database tables and all test data generated for you. If you want to run the Junit applications against postgres you have to edit the file src/test/ojb/repository.xml. You must comment out the default JDBCConnectionDescriptor and uncomment the Postgres JdbcConnectiondescriptor. enJoy, Thomas Leandro Rodrigo Saad Cruz wrote: > > Hi all ! where can I find SQL schema for OJB internal tables ??? > I'm using PostgreSQL :) > > -- > Leandro Rodrigo Saad Cruz > IT - Inter Business Tecnologia e Servicos (IB) > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |