Gadget definitions are stored in a random KeySpace
--------------------------------------------------
Key: AMDATU-134
URL: http://jira.amdatu.org/jira/browse/AMDATU-134
Project: Amdatu
Issue Type: Bug
Components: Platform - OpenSocial
Reporter: Dion Meijer
Assignee: Ivo Ladage - van Doorn
The Activator class of the shindig-application bundle should filter the
dependency on the CassandraPersistenceManager.
String keyspaceFilter =
"(" + CassandraPersistenceManager.KEYSPACE_AWARE_KEY + "="
+ CassandraPersistenceManager.DEFAULT_KEYSPACE + ")";
createServiceDependency().setService(CassandraPersistenceManager.class,
keyspaceFilter).setRequired(
true)));
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira