Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

5 bytes removed, 00:34, 30 November 2010
1- Setup the postgresql-connection
: 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 @ SQLManagementFactorySQLManagerFactory.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
: Configure RelationalDatabase.java SQLRAConnectionFactory.java
: Configure Driver type and some other properties in JDBCInfo.java
: Configure SQLSchemaManagementFactory: SQLSchemaMangerFactory.java
=== 3- Create a PostgreSQL database through some scripts===
1
edit