DataStoreFactory.createDataStore() should throw exceptions on failure ---------------------------------------------------------------------
Key: GORA-7 URL: https://issues.apache.org/jira/browse/GORA-7 Project: Gora Issue Type: Improvement Reporter: Enis Soztutar Assignee: Enis Soztutar As reported by Andrzej earlier: DataStoreFactory.createDataStore may return null when a Store class is present but it's unable to create a data store (e.g. wrong config, no connection, etc..). Instead it should preserve the stack trace and re-throw a DataStore-specific exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.