[infinispan-issues] [JBoss JIRA] Created: (ISPN-636) Need a way to apply je.* properties to BdbjeCacheStore's EnvironmentConfig without using je.properties.
Supin Ko (JIRA)
jira-events at lists.jboss.org
Thu Sep 9 13:29:49 EDT 2010
Need a way to apply je.* properties to BdbjeCacheStore's EnvironmentConfig without using je.properties.
-------------------------------------------------------------------------------------------------------
Key: ISPN-636
URL: https://jira.jboss.org/browse/ISPN-636
Project: Infinispan
Issue Type: Feature Request
Components: Configuration
Affects Versions: 4.1.0.Final
Reporter: Supin Ko
Assignee: Manik Surtani
There are a number of Sleepycat-specific properties that I need to set in the EnvironmentConfig for BdbjeCacheStore, for example, "je.log.useODSYNC=true". Since we will have many different cache directories (one per customer), it becomes impractical to have use the je.properties file.
Since these properties would be the same for all cache instances, it makes sense for them to be in the cache server's config file. This might entail modifying the infinispan/default/loaders/loader/properties element to accomodate implementation-specific properties. Or, it could be done using a naming convention for the properties, for example, apply everything that starts with "je." to the BDBJE EnvironmentConfig.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list