Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

583 bytes removed, 11:15, 1 December 2010
no edit summary
For testing the connection, the 'PostgreSQLAdapterTest.java' is being used.
* [[PostgreSQL_Adapter-nexj/test-env/todo |TODOs]]
: Create and Configure the work/ws/core/test/nexj/postgresql.config
:: for now, the contents of default.config is changed to postgresql specifications instead of mysql
: walk-through lines from 214-218 in SQLManagementConnectionFactory.java
: Walk-through properties and see what exactly is needed to be authorized to connect to 'test' database
: Make sure the model connects to the PostgreSQL using user 'test' - Break @ SQLManagerFactory.java Line:122
: Figure out why there is the exception (unable to lock the PostgreSQL store for the adapter - Break @ SQLDataTest.java Line:443
* Done
: Installed the <code> JDBC3 Postgresql Driver, Version 9.0-801 </code> and added it to the libraries in JDK
1
edit