You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bu...@apache.org on 2012/12/11 13:07:33 UTC

svn commit: r841674 - in /websites/staging/ode/trunk/content: ./ smx4-osgi-deployment.html

Author: buildbot
Date: Tue Dec 11 12:07:32 2012
New Revision: 841674

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 Tue Dec 11 12:07:32 2012
@@ -1 +1 @@
-1419803
+1420117

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 Tue Dec 11 12:07:32 2012
@@ -138,7 +138,7 @@ ode-jbi.db.int.mcf.driverType=thin
 <p>Please note that EXTERNAL database is currently not available in ServiceMix4, because it requires JNDI, which SMX4 doesn't support.</p>
 <p>After choosing a particular database, we need to start ODE with required dependencies. There are 2 example features prepared in ode-jbi-karaf features (ode-hib-oracle and ode-hib-sqlserver).
 So you need to run following command from Karaf console:</p>
-<div class="codehilite"><pre><span class="err">features:install</span> <span class="err">ode-hib-oracle</span>
+<div class="codehilite"><pre>features:install ode-hib-oracle
 </pre></div>