13 Aug 22:24
Created: (JCR-1718) repository-1.5.dtd: change order of main elements
From: Thomas Mueller (JIRA <jira <at> apache.org>
Subject: Created: (JCR-1718) repository-1.5.dtd: change order of main elements
Newsgroups: gmane.comp.apache.jackrabbit.devel
Date: 2008-08-13 20:26:44 GMT
Subject: Created: (JCR-1718) repository-1.5.dtd: change order of main elements
Newsgroups: gmane.comp.apache.jackrabbit.devel
Date: 2008-08-13 20:26:44 GMT
repository-1.5.dtd: change order of main elements
-------------------------------------------------
Key: JCR-1718
URL: https://issues.apache.org/jira/browse/JCR-1718
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-core
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Priority: Minor
Currently the order of elements in repository.xml is:
<!ELEMENT Repository (FileSystem,Security,Workspaces,Workspace,Versioning,SearchIndex?,Cluster?,DataStore?)>
I would like to change it to
<!ELEMENT Repository (Cluster?,FileSystem,DataStore?,Security,Workspaces,Workspace,Versioning,SearchIndex?)>
because I think that makes more sense.
Currently XML validation is disabled, and therefore the order of elements in the DTD does not need to match
the repository.xml file. However as soon as XML validation is enabled, repository.xml files that use the
wrong order will no longer work (the repository can not be started).
There is a request to enable XML validation at http://issues.apache.org/jira/browse/JCR-1462
RSS Feed