Author: buildbot
Date: Mon Jun 24 16:47:52 2013
New Revision: 867248
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/main.pageCache
websites/production/cxf/content/dosgi-multi-bundle-distribution.html
Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/dosgi-multi-bundle-distribution.html
==============================================================================
--- websites/production/cxf/content/dosgi-multi-bundle-distribution.html
(original)
+++ websites/production/cxf/content/dosgi-multi-bundle-distribution.html Mon
Jun 24 16:47:52 2013
@@ -25,6 +25,17 @@
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta name="keywords" content="business integration, EAI, SOA, Service
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic
Data Interchange, standards support, integration standards, application
integration, middleware, software, solutions, services, CXF, open source">
<meta name="description" content="Apache CXF, Services Framework - DOSGi Multi
Bundle Distribution">
+
+ <link href='http://cxf.apache.org/resources/highlighter/styles/shCore.css'
rel='stylesheet' type='text/css' />
+ <link
href='http://cxf.apache.org/resources/highlighter/styles/shThemeEclipse.css'
rel='stylesheet' type='text/css' />
+ <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js'
type='text/javascript'></script>
+ <script
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js'
type='text/javascript'></script>
+
+ <script type="text/javascript">
+ SyntaxHighlighter.defaults['toolbar'] = false;
+ SyntaxHighlighter.all();
+ </script>
+
<title>
Apache CXF -- DOSGi Multi Bundle Distribution
</title>
@@ -45,13 +56,13 @@ Apache CXF -- DOSGi Multi Bundle Distrib
<div style="padding: 5px;">
<div id="banner">
<!-- Banner -->
-<div id="banner-content">
+<div id="banner-content"><p>
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td
align="left" colspan="1" nowrap>
<a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span
style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
</td><td align="right" colspan="1" nowrap>
<a shape="rect" href="http://www.apache.org/" title="The Apache Software
Foundation"><img border="0" alt="ASF Logo"
src="http://cxf.apache.org/images/asf-logo.png"></a>
</td></tr></table>
-</div>
+</p></div>
<!-- Banner -->
</div>
</div>
@@ -101,8 +112,8 @@ Apache CXF -- DOSGi Multi Bundle Distrib
<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
-
-<form enctype="application/x-www-form-urlencoded" method="get"
id="cse-search-box" action="http://www.google.com/cse">
+<p>
+</p><form enctype="application/x-www-form-urlencoded" method="get"
id="cse-search-box" action="http://www.google.com/cse">
<div>
<input type="hidden" name="cx" value="002890367768291051730:o99qiwa09y4">
<input type="hidden" name="ie" value="UTF-8">
@@ -144,11 +155,11 @@ Apache CXF -- DOSGi Multi Bundle Distrib
<p>Change directory to the felix framework main dir. Unpack the cxf dosgi
distro there. Append the felix config from the distro to the felix
config.properties. Start felix.</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
tar -xzvf cxf-dosgi-ri-multibundle-distribution-1.4-SNAPSHOT-dir.tar.gz
cat apache-cxf-dosgi-ri-1.4-SNAPSHOT/conf/felix.config.properties.append
>> conf/config.properties
java -jar bin/felix.jar
-</pre>
+]]></script>
</div></div>
<p>Verify that all bundles are in state Active. There should be no exceptions
in the logs.</p>
@@ -161,18 +172,18 @@ java -jar bin/felix.jar
<p>At the end the <tt>dosgi_conf/config.ini</tt> file looks like this:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java">org.ops4j.pax.web.session.timeout=30
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[org.ops4j.pax.web.session.timeout=30
osgi.bundles=org.eclipse.osgi.services@start, \
c:/apache-cxf-dosgi-ri-1.3/dosgi_bundles/geronimo-annotation_1.0_spec-1.1.1.jar@start,
c:/apache-cxf-dosgi-ri-1.3/dosgi_bundles/geronimo-activation_1.1_spec-1.0.2.jar@start,
-... and so on ...</pre>
+... and so on ...]]></script>
</div></div>
<p>Now start Equinox and verify that all bundles are in state Active</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<pre class="code-java"></pre>
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
+java -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -console
-configuration dosgi_conf
+osgi> ss
+]]></script>
</div></div>
-<p>java -jar plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -console
-configuration dosgi_conf<br clear="none">
-osgi> ss<br clear="none">
-{code]</p>
<h2><a shape="rect"
name="DOSGiMultiBundleDistribution-Inbothcasesinstallthegreeterdemotocheckifservicesareexportedcorrectly"></a>In
both cases install the greeter demo to check if services are exported
correctly</h2>