Author: buildbot
Date: Fri Jul 14 09:12:22 2017
New Revision: 1015463
Log:
Staging update by buildbot for ode
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/ode-schema.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 14 09:12:22 2017
@@ -1 +1 @@
-1801916
+1801917
Modified: websites/staging/ode/trunk/content/ode-schema.html
==============================================================================
--- websites/staging/ode/trunk/content/ode-schema.html (original)
+++ websites/staging/ode/trunk/content/ode-schema.html Fri Jul 14 09:12:22 2017
@@ -97,10 +97,25 @@
<div class="row">
<div class="span12">
- <p><a name="ODESchema-ODE1.3.4"></a></p>
-<h2 id="ode-134-136">ODE 1.3.4 - 1.3.6</h2>
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>Database scripts for fresh installation of ODE 1.3.7 is now packaged within
the distribution archive.</p>
+<p><a name="ODESchema-ODE1.3.7"></a></p>
+<h2 id="ode-136-137">ODE 1.3.6 - 1.3.7<a class="headerlink"
href="#ode-136-137" title="Permanent link">¶</a></h2>
+<p>Migration is necessary from 1.3.6, read the migration script available <a
href="https://github.com/apache/ode/blob/APACHE_ODE_1.3.7/schema-updates/migrate-ode-1.3.6-to-1.3.7.sql">here</a>.</p>
+<p><a name="ODESchema-ODE1.3.4"></a></p>
+<h2 id="ode-134-136">ODE 1.3.4 - 1.3.6<a class="headerlink"
href="#ode-134-136" title="Permanent link">¶</a></h2>
<p>ODE 1.3.4, 1.3.5 and 1.3.6 share the same schema definitions.</p>
-<h3 id="for-use-with-openjpa">For use with OpenJPA</h3>
+<h3 id="for-use-with-openjpa">For use with OpenJPA<a class="headerlink"
href="#for-use-with-openjpa" title="Permanent link">¶</a></h3>
<ul>
<li><a href="/sql/ode-1.3.4-jpa-mysql.sql">ode-1.3.4-jpa-mysql.sql</a> (for
MySQL < 5.5)</li>
<li><a href="/sql/ode-1.3.4-jpa-mysql55.sql">ode-1.3.4-jpa-mysql55.sql</a>
(for MySQL >= 5.5)</li>
@@ -108,7 +123,7 @@
<li><a href="/sql/ode-1.3.4-jpa-oracle.sql">ode-1.3.4-jpa-oracle.sql</a></li>
<li><a href="/sql/ode-1.3.4-jpa-h2.sql">ode-1.3.4-jpa-h2.sql</a></li>
</ul>
-<h3 id="for-use-with-hibernate">For use with Hibernate</h3>
+<h3 id="for-use-with-hibernate">For use with Hibernate<a class="headerlink"
href="#for-use-with-hibernate" title="Permanent link">¶</a></h3>
<ul>
<li><a href="/sql/ode-1.3.4-hib-mysql.sql">ode-1.3.4-hib-mysql.sql</a> (for
MySQL < 5.5)</li>
<li><a href="/sql/ode-1.3.4-hib-mysql55.sql">ode-1.3.4-hib-mysql55.sql</a>
(for MySQL >= 5.5)</li>
@@ -117,12 +132,12 @@
<li><a href="/sql/ode-1.3.4-hib-h2.sql">ode-1.3.4-hib-h2.sql</a></li>
</ul>
<p><a name="ODESchema-ConfiguringHibernate"></a></p>
-<h2 id="configuring-hibernate">Configuring Hibernate</h2>
+<h2 id="configuring-hibernate">Configuring Hibernate<a class="headerlink"
href="#configuring-hibernate" title="Permanent link">¶</a></h2>
<p>In order to run ODE 1.3.6 under Hibernate, you need to grab external
dependencies (and accept Hibernate license). <a
href="https://github.com/vanto/apache-ode-tomcat-bundle">This script</a>
can be used to create a fully configured bundle with Apache Tomcat, Hibernate,
and Bitronix.</p>
<p><a name="ODESchema-ConfiguringH2Database"></a></p>
-<h2 id="configuring-h2-database">Configuring H2 Database</h2>
+<h2 id="configuring-h2-database">Configuring H2 Database<a class="headerlink"
href="#configuring-h2-database" title="Permanent link">¶</a></h2>
<p>Run this:</p>
<div class="codehilite"><pre>java -cp h2-1.1.117.jar org.h2.tools.RunScript
-url 'jdbc:h2:file:ode-db;DB_CLOSE_ON_EXIT=false;user=sa' -showResults
-script ode-1.3.4-hib-h2.sql
</pre></div>
@@ -139,7 +154,7 @@ hibernate.dialect=org.hibernate.dialect.
<p><a name="ODESchema-Upgradefrompreviousversions"></a></p>
-<h2 id="upgrade-from-previous-versions">Upgrade from previous versions</h2>
+<h2 id="upgrade-from-previous-versions">Upgrade from previous versions<a
class="headerlink" href="#upgrade-from-previous-versions" title="Permanent
link">¶</a></h2>
<p>Please refer to this page: <a href="/upgrading-ode.html">Upgrading
ODE</a></p>
</div>
</div>