Difference between revisions of "PostgreSQL Adapter-nexj/test-env/todo"
Line 4: | Line 4: | ||
:1- Create and Configure the work/ws/core/test/nexj/postgresql.config | :1- 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 | ::for now, the contents of default.config is changed to postgresql specifications instead of mysql | ||
− | :2- walk-through lines from 214-218 in SQLManagementConnectionFactory.java | + | :<s>2- walk-through lines from 214-218 in SQLManagementConnectionFactory.java</s> |
:<s>3-Walk-through properties and see what exactly is needed to be authorized to connect to 'test' database</s>> | :<s>3-Walk-through properties and see what exactly is needed to be authorized to connect to 'test' database</s>> | ||
:<s>4- Make sure the model connects to the PostgreSQL using user 'test' - Break @ SQLManagerFactory.java Line:122</s> | :<s>4- Make sure the model connects to the PostgreSQL using user 'test' - Break @ SQLManagerFactory.java Line:122</s> | ||
:<s>5- Figure out why there is the exception (unable to lock the PostgreSQL store for the adapter - Break @ SQLDataTest.java Line:443</s> | :<s>5- Figure out why there is the exception (unable to lock the PostgreSQL store for the adapter - Break @ SQLDataTest.java Line:443</s> |
Revision as of 22:51, 6 December 2010
PostgreSQL Adapter for NexJ - ToDO for Create Test Environment
- 1- 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
2- walk-through lines from 214-218 in SQLManagementConnectionFactory.java3-Walk-through properties and see what exactly is needed to be authorized to connect to 'test' database>4- Make sure the model connects to the PostgreSQL using user 'test' - Break @ SQLManagerFactory.java Line:1225- Figure out why there is the exception (unable to lock the PostgreSQL store for the adapter - Break @ SQLDataTest.java Line:443