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?

<PersistenceManager
class="org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager">
          <param name="url" value="jdbc:derby:${wsp.home}/db;create=true"/>
          <param name="schemaObjectPrefix" value="${wsp.name}_"/>
</PersistenceManager>

Reply via email to