[Registry-dev] [jira] Resolved: (REGISTRY-275) JDBC registry should itself creates it's underlying database when it initialize so that JDBC registry can be used without explicitly creating the required database.

Chathura Ekanayake (JIRA) jira at wso2.org
Tue May 13 04:35:17 PDT 2008


     [ https://wso2.org/jira/browse/REGISTRY-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chathura Ekanayake resolved REGISTRY-275.
-----------------------------------------

    Resolution: Fixed

Implemented database creation code in the registry. Now the registry will check if the necessary tables are created at the start up. If not, it will create all necessary tables.

This database creation code is specific to database type, as we have to handle database specific SQLs in creating tables.

> JDBC registry should itself creates it's underlying database when it initialize so that JDBC registry can be used without explicitly creating the required database.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: REGISTRY-275
>                 URL: https://wso2.org/jira/browse/REGISTRY-275
>             Project: WSO2 Registry
>          Issue Type: Bug
>          Components: core
>    Affects Versions: SNAPSHOT
>            Reporter: indika kumara
>            Assignee: Chathura Ekanayake
>            Priority: Blocker
>
> JDBC registry should itself creates it's underlying database when it initialize so that JDBC registry can be used without explicitly creating the required database. 
> Then , the JDBC registry will behave as same as In Memory Registry. This hides the underlaying database schema and the changes to the database will not be affected (shown) to JDBC registry's user and it will be very flexible for them.
> Thanks
> Indika

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Registry-dev mailing list