[
https://issues.apache.org/jira/browse/DERBY-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550208
]
Kim Haase commented on DERBY-2182:
----------------------------------
Thanks very much, Myrna. That is all I found, too. I guess that's all there is.
I suppose if I reduced the topics to that minimal information, we could not be
accused of copyright violation.
Terminology issue, though: we don't mention "services" in the docs. Would it be
okay to change "services" to "databases" and "on demand" to "on the first
connection"?
I don't find anything very helpful in BootAllTest.java. Also,
databaseProperties.sql and databaseProperties.out appear to show only that the
noAutoBoot property can be set without error -- they don't seem to show its
behavior.
There is also the problem that Dag and I seem to have observed different
behavior. I found that setting
derby.system.bootAll=true
in my derby.properties file caused the databases in that directory to autoboot
when I started the Network Server. Dag found that he had to specify
derby.service.<dbdir>=serviceDirectory
to get the databases to boot. It would be helpful to resolve that apparent
contradiction. We don't document any derby.service properties currently and, as
you suggest, we don't want to. Is it just an issue of whether the user is
actually in the same directory as the databases when starting the Network
Server?
> Documentation for derby.system.bootAll is missing
> -------------------------------------------------
>
> Key: DERBY-2182
> URL: https://issues.apache.org/jira/browse/DERBY-2182
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Reporter: Dag H. Wanvik
> Assignee: Kim Haase
> Priority: Minor
> Attachments: DERBY-2182.diff, DERBY-2182.stat, DERBY-2182.zip
>
>
> This property is not documented in the Tuning Derby guide, but it is referred
> to
> in the developer's guide in a couple of places with dangling pointers to the
> Tuning Guide:
> http://db.apache.org/derby/docs/dev/devguide/cdevdvlp27715.html
> http://db.apache.org/derby/docs/dev/devguide/cdevcsecure60146.html
> http://db.apache.org/derby/docs/dev/devguide/cdevadvjdbc41138.html
> Googling, I find it documented in older Cloudscape docs e.g. in
> http://www.novell.com/documentation/extendas37/docs/help/java/jdkee/cloudscape/doc/html/coredocs/proper42.htm#1014327,
> but not in Cloudscape 10 docs, e.g.
> http://publib.boulder.ibm.com/infocenter/cldscp10/topic/com.ibm.cloudscape.doc/perf63.htm
> which could indicate it was removed for some reason. So, either we
> should document it anew or remove the references to it. If we decide to keep
> it, we should also consider
> derby.database.noAutoBoot (not currently documented).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.