Difference between revisions of "PostgreSQL Adapter-nexj/test-env/todo"

From CDOT Wiki
Jump to: navigation, search
(ToDo for Test Environment for PostgreSQL project)
Line 1: Line 1:
==ToDo for Test Environment for PostgreSQL project==
+
<big><big> PostgreSQL Adapter for NexJ - ToDO for Create Test Environment </big></big>
Create and Configure the work/ws/core/test/nexj/postgresql.config
+
{{NexJ_Express Index}}
for now, the contents of default.config is changed to postgresql specifications instead of mysql
 
  
walk-through lines from 214-218 in SQLManagementConnectionFactory.java
+
:Create and Configure the work/ws/core/test/nexj/postgresql.config
Walk-through properties and see what exactly is needed to be authorized to connect to 'test' database
+
::for now, the contents of default.config is changed to postgresql specifications instead of mysql
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
+
: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

Revision as of 11:13, 1 December 2010

PostgreSQL Adapter for NexJ - ToDO for Create Test Environment

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