Author: buildbot
Date: Tue Mar  1 20:22:29 2016
New Revision: 981530

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata4/index.html
    
websites/staging/olingo/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar  1 20:22:29 2016
@@ -1 +1 @@
-1733123
+1733132

Modified: websites/staging/olingo/trunk/content/doc/odata4/index.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/index.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/index.html Tue Mar  1 
20:22:29 2016
@@ -133,6 +133,10 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a 
href="/doc/odata4/tutorials/deep_insert/tutorial_deep_insert.html">Tutorial 
Part 9: Add "deep insert" handling to the service</a></li>
 </ul>
 </li>
+<li>Extended Tutorials<ul>
+<li><a href="/doc/odata4/tutorials/streaming/tutorial_streaming.html">Enable 
<em>Entity Collection</em> streaming support</a></li>
+</ul>
+</li>
 </ul>
 <h2 id="javadoc">Javadoc<a class="headerlink" href="#javadoc" title="Permanent 
link">&para;</a></h2>
 <ul>

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/streaming/tutorial_streaming.html
 Tue Mar  1 20:22:29 2016
@@ -103,9 +103,9 @@ h2:hover > .headerlink, h3:hover > .head
 <h2 id="preface">Preface<a class="headerlink" href="#preface" title="Permanent 
link">&para;</a></h2>
 <p>In the present tutorial we will add streaming support for Entity 
Collections on a per Entity granularity.</p>
 <p><strong>Note:</strong>
-The final source code can be found in the project <a 
href="https://git-wip-us.apache.org/repos/asf/olingo-odata4";>git repository</a>.
-A detailed description how to checkout the tutorials can be found <a 
href="/doc/odata4/tutorials/prerequisites/prerequisites.html">here</a>.
-This tutorial can be found in subdirectory /samples/tutorials/streaming</p>
+The final source code can be found in the project <a 
href="https://git-wip-us.apache.org/repos/asf/olingo-odata4";>git 
repository</a>.<br />
+A detailed description how to checkout the tutorials can be found <a 
href="/doc/odata4/tutorials/prerequisites/prerequisites.html">here</a>.<br />
+This tutorial can be found in the <code>DemoService-Streaming</code> module 
withing the projects subdirectory 
<code>/samples/tutorials/pe_streaming</code></p>
 <p><strong>Table of Contents</strong></p>
 <ol>
 <li>Introduction</li>
@@ -326,7 +326,7 @@ Based on the requirements of the OData s
     <span class="k">try</span> <span class="o">{</span>
       <span class="n">channel</span><span class="o">.</span><span 
class="na">write</span><span class="o">(</span><span 
class="n">ByteBuffer</span><span class="o">.</span><span 
class="na">wrap</span><span class="o">(</span><span 
class="n">message</span><span class="o">.</span><span 
class="na">getBytes</span><span class="o">()));</span>
     <span class="o">}</span> <span class="k">catch</span> <span 
class="o">(</span><span class="n">IOException</span> <span 
class="n">e</span><span class="o">)</span> <span class="o">{</span>
-      <span class="k">throw</span> <span class="k">new</span> <span 
class="nf">RuntimeException</span><span class="o">();</span>
+      <span class="k">throw</span> <span class="k">new</span> <span 
class="nf">RuntimeException</span><span class="o">(</span><span 
class="n">e</span><span class="o">);</span>
     <span class="o">}</span>
   <span class="o">}</span>
 <span class="o">};</span>


Reply via email to