[dna-issues] [JBoss JIRA] Created: (DNA-635) DnaConfiguration and JcrConfiguration should provide methods to write the configuration to a file
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Fri Jan 8 14:12:37 EST 2010
DnaConfiguration and JcrConfiguration should provide methods to write the configuration to a file
-------------------------------------------------------------------------------------------------
Key: DNA-635
URL: https://jira.jboss.org/jira/browse/DNA-635
Project: DNA
Issue Type: Feature Request
Components: Graph, JCR
Affects Versions: 0.7
Reporter: Randall Hauch
Fix For: 1.0
The DnaConfiguration/JcrConfiguration classes are able to load content from a configuration file, and then can be used to make changes to the configuration. However, it would be nice to have methods to write out the configuration content to a file.
The DnaConfiguration and JcrConfiguration classes can be created on top of a RepositorySource, and if this is done, the save() will write the configuration to the source. If this is not done, a transient in-memory repository source is used, and save() does write to that. But the load(...) methods can be called multiple times, and there should be corresponding 'write(...)' methods.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list