UserAdmin storage provider tries to add a keyspace without using a CF provider
------------------------------------------------------------------------------
Key: AMDATUCASSANDRA-124
URL: http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-124
Project: Amdatu Cassandra
Issue Type: Bug
Components: Storage implementations
Affects Versions: 0.2.0
Reporter: Ivo Ladage - van Doorn
Assignee: Ivo Ladage - van Doorn
Fix For: 0.2.1
In CassandraStorageProviderRegistrationServiceImpl, this
// We will create a storage provider that stores users for this tenant in a
keyspace that equals the
// tenant id. We therefore first verify if that keyspace exists and if not, we
create it.
if (!m_daemonService.getKeyspaces().contains(m_tenant.getId())) {
m_daemonService.addKeyspace(m_tenant.getId());
}
tries to add a keyspaces if it does not exist, but creating the keyspace is up
to the Role CF provider. Hence this code should be removed
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers