On Mon, Dec 14, 2009 at 8:07 PM, ChadDavis <[email protected]> wrote: > In the URL parameter, what is the "create=true" all about? Does this > refer to whether the DB schema is created on initialization, if it > doesn't already exist? It's a derby parameter to create db if the db does not exist. No relationship to jackrabbit schema which will be created automatically if tables doesn't exist.
More details: http://db.apache.org/derby/docs/10.5/ref/rrefattrib26867.html -Guo
