Author: buildbot
Date: Fri Jul 14 07:58:52 2017
New Revision: 1015454
Log:
Staging update by buildbot for ode
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/smx4-osgi-deployment.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 14 07:58:52 2017
@@ -1 +1 @@
-1801911
+1801912
Modified: websites/staging/ode/trunk/content/smx4-osgi-deployment.html
==============================================================================
--- websites/staging/ode/trunk/content/smx4-osgi-deployment.html (original)
+++ websites/staging/ode/trunk/content/smx4-osgi-deployment.html Fri Jul 14
07:58:52 2017
@@ -97,8 +97,22 @@
<div class="row">
<div class="span12">
- <p><a
name="SMX4OSGiDeployment-DeployApacheODEOSGibundleandexampleprocess(PingPong)"></a></p>
-<h2 id="deploy-apache-ode-osgi-bundle-and-example-process-ping-pong">Deploy
Apache ODE OSGi bundle and example process (Ping Pong)</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>
+<hr />
+<p><strong>This feature is no more supported from ODE Release
1.3.7</strong></p>
+<hr />
+<p><a
name="SMX4OSGiDeployment-DeployApacheODEOSGibundleandexampleprocess(PingPong)"></a></p>
+<h2 id="deploy-apache-ode-osgi-bundle-and-example-process-ping-pong">Deploy
Apache ODE OSGi bundle and example process (Ping Pong)<a class="headerlink"
href="#deploy-apache-ode-osgi-bundle-and-example-process-ping-pong"
title="Permanent link">¶</a></h2>
<p>Enter smx4 console and run following commands:</p>
<div class="codehilite"><pre>features:addUrl
mvn:org.apache.ode/ode-jbi-karaf/1.3.6/xml/features
features:install ode
@@ -108,7 +122,7 @@ features:install examples-ode-ping-pong
<p>This will install ODE with default settings (OpenJPA DAO, embedded Derby
database)</p>
<p><a name="SMX4OSGiDeployment-Configuringdatabase"></a></p>
-<h2 id="configuring-database">Configuring database</h2>
+<h2 id="configuring-database">Configuring database<a class="headerlink"
href="#configuring-database" title="Permanent link">¶</a></h2>
<p>Create <code>SMX4/etc/org.apache.ode.jbi.cfg</code> file with following
contents:</p>
<div class="codehilite"><pre><span class="na">ode-jbi.pidNamespace</span><span
class="o">=</span><span class="s">urn:ode-jbi</span>
<span class="na">ode-jbi.allowIncompleteDeployment</span><span
class="o">=</span><span class="s">false</span>
@@ -161,9 +175,9 @@ So you need to run following command fro
<p>Please note that <code>etc/org.apache.ode.jbi.cfg</code> must be set to the
same database (in this case oracle) to load required dependencies properly.</p>
<p><a name="SMX4OSGiDeployment-Tips"></a></p>
-<h2 id="tips">Tips</h2>
+<h2 id="tips">Tips<a class="headerlink" href="#tips" title="Permanent
link">¶</a></h2>
<p><a name="SMX4OSGiDeployment-HowtomakePMAPIwork?"></a></p>
-<h3 id="how-to-make-pmapi-work">How to make PMAPI work?</h3>
+<h3 id="how-to-make-pmapi-work">How to make PMAPI work?<a class="headerlink"
href="#how-to-make-pmapi-work" title="Permanent link">¶</a></h3>
<p>You can grab pmapi SA from here <a
href="http://markmail.org/message/ghigpzcpt2j3qnoo">http://markmail.org/message/ghigpzcpt2j3qnoo</a>.
Then edit SMX4 <code>etc/config.properties</code> and change from:</p>
<div class="codehilite"><pre><span
class="na">org.osgi.framework.bootdelegation</span><span
class="o">=</span><span
class="s">sun.*,com.sun*,javax.transaction,javax.transaction.*</span>