Hi, From: Seidel. Robert [mailto:[email protected]] > The documentation says, that the doctype tag is optional > (http://jackrabbit.apache.org/jackrabbit- > configuration.html#JackrabbitConfiguration-Repositoryconfiguration) and > it is good, that this is optional. Because if the tag is set, then the > validation calls home through the internet each time you start a > repository - the application should not do this in my use case - so > I've removed the tag.
Which versions of Jackrabbit and Java are you using? We encountered and fixed this problem already in Jackrabbit 1.2 (see https://issues.apache.org/jira/browse/JCR-695). > The bad thing is, that > RepositoryConfigurationParser.parseRepositoryConfig always calls parse > with the validation option set to true, which leads to the following > logger warnings: See https://issues.apache.org/jira/browse/JCR-1462 for some background on this behavior. BR, Jukka Zitting
