You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (JIRA)" <ji...@apache.org> on 2018/12/17 16:14:00 UTC

[jira] [Updated] (AIRAVATA-2938) Change DB initialization in Registry server to use registry-refactoring code

     [ https://issues.apache.org/jira/browse/AIRAVATA-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie updated AIRAVATA-2938:
--------------------------------------
    Description: 
TODO
* [ ] Move DB intialization code to airavata-commons. Code in registry-core is duplicated in airavata-sharing-registry-server and airavata-credential-store.
** Don't need a connection pool (JdbcStorage) for initializing a database
** Single DBInitializer class that takes a config object with JDBC properties etc.
** Each database has its own initialization class that can also have a postInit method to do any database setup
* [ ] Update distribution bin assembly to include db scripts from registry-refactoring
* [ ] Update RegistryAPIServer to call DBInitializers from registry-refactoring

> Change DB initialization in Registry server to use registry-refactoring code
> ----------------------------------------------------------------------------
>
>                 Key: AIRAVATA-2938
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2938
>             Project: Airavata
>          Issue Type: Bug
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> TODO
> * [ ] Move DB intialization code to airavata-commons. Code in registry-core is duplicated in airavata-sharing-registry-server and airavata-credential-store.
> ** Don't need a connection pool (JdbcStorage) for initializing a database
> ** Single DBInitializer class that takes a config object with JDBC properties etc.
> ** Each database has its own initialization class that can also have a postInit method to do any database setup
> * [ ] Update distribution bin assembly to include db scripts from registry-refactoring
> * [ ] Update RegistryAPIServer to call DBInitializers from registry-refactoring



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)