[JBoss JIRA] Created: (DNA-635) DnaConfiguration and JcrConfiguration should provide methods to write the configuration to a file
by Randall Hauch (JIRA)
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
16 years
[JBoss JIRA] Commented: (DNA-49) Sequence DDL files
by Barry LaFond (JIRA)
[ https://jira.jboss.org/jira/browse/DNA-49?page=com.atlassian.jira.plugin.... ]
Barry LaFond commented on DNA-49:
---------------------------------
Re-factored integration test into dialect-specific tests.
Added initial parsing methods for StandardDdlParser ..... CREATE: DOMAIN, COLLATION, TRANSLATION & CHARACTER SET. (i.e. type and "name" only).
Couple of fixes for bugs found while creating more integration test cases.
Added Oracle parsing methods for CREATE PROCEDURE, FUNCTION & MATERIALIZED VIEW
> Sequence DDL files
> ------------------
>
> Key: DNA-49
> URL: https://jira.jboss.org/jira/browse/DNA-49
> Project: DNA
> Issue Type: Feature Request
> Components: Sequencers
> Reporter: Randall Hauch
> Assignee: Barry LaFond
> Fix For: 0.7
>
>
> Create a sequencer that parses DDL files and generates the subgraph representing the relational schema. Multiple dialects should be supported, including those for Oracle, MS SqlServer, PostgreSQL, MySQL, and others. Ideally this could be done with one sequencer (since most users/admins won't care about which dialect a particular file is; they'll just want it sequenced).
--
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
16 years
[JBoss JIRA] Created: (DNA-626) Change Default Path Repository Cache Behavior to Not Cache
by Brian Carothers (JIRA)
Change Default Path Repository Cache Behavior to Not Cache
----------------------------------------------------------
Key: DNA-626
URL: https://jira.jboss.org/jira/browse/DNA-626
Project: DNA
Issue Type: Bug
Affects Versions: 0.6
Reporter: Brian Carothers
Assignee: Brian Carothers
Priority: Minor
Fix For: 0.7
The path repositories currently have a default cache policy that caches nodes for 30 seconds. In previous releases, nothing was cached. The default cache policy should be to not cache anything both for backwards compatibility and to avoid confusing evaluators who won't understand why there's a 30 second delay between them directly adding a file or folder to an FS repository source and the corresponding node showing up in the JCR repository.
--
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
16 years