You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/08/27 16:20:28 UTC

svn commit: r830267 - in /websites/production/camel/content: book-component-appendix.html book-dataformat-appendix.html book-in-one-page.html cache/main.pageCache camel-2110-release.html hl7-dataformat.html hl7.html

Author: buildbot
Date: Mon Aug 27 14:20:28 2012
New Revision: 830267

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-dataformat-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2110-release.html
    websites/production/camel/content/hl7-dataformat.html
    websites/production/camel/content/hl7.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Mon Aug 27 14:20:28 2012
@@ -6778,6 +6778,8 @@ Then you don't need to create an instanc
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Serializable messages</b><br clear="none">As of HAPI 2.0 (used by <b>Camel 2.11</b>), the HL7v2 model classes are fully serializable. So you can put HL7v2 messages directly into a JMS queue (i.e. without calling <tt>marshal()</tt> and read them again directly from the queue (i.e. without calling <tt>unmarshal()</tt>.</td></tr></table></div>
+
 
 
 <h3><a shape="rect" name="BookComponentAppendix-MessageHeaders"></a>Message Headers</h3>

Modified: websites/production/camel/content/book-dataformat-appendix.html
==============================================================================
--- websites/production/camel/content/book-dataformat-appendix.html (original)
+++ websites/production/camel/content/book-dataformat-appendix.html Mon Aug 27 14:20:28 2012
@@ -817,6 +817,8 @@ Then you don't need to create an instanc
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Serializable messages</b><br clear="none">As of HAPI 2.0 (used by <b>Camel 2.11</b>), the HL7v2 model classes are fully serializable. So you can put HL7v2 messages directly into a JMS queue (i.e. without calling <tt>marshal()</tt> and read them again directly from the queue (i.e. without calling <tt>unmarshal()</tt>.</td></tr></table></div>
+
 
 <h2><a shape="rect" name="BookDataFormatAppendix-EDIDataFormat"></a>EDI DataFormat</h2>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Aug 27 14:20:28 2012
@@ -11774,6 +11774,8 @@ Then you don't need to create an instanc
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Serializable messages</b><br clear="none">As of HAPI 2.0 (used by <b>Camel 2.11</b>), the HL7v2 model classes are fully serializable. So you can put HL7v2 messages directly into a JMS queue (i.e. without calling <tt>marshal()</tt> and read them again directly from the queue (i.e. without calling <tt>unmarshal()</tt>.</td></tr></table></div>
+
 
 <h2><a shape="rect" name="BookInOnePage-EDIDataFormat"></a>EDI DataFormat</h2>
 
@@ -27379,6 +27381,8 @@ Then you don't need to create an instanc
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Serializable messages</b><br clear="none">As of HAPI 2.0 (used by <b>Camel 2.11</b>), the HL7v2 model classes are fully serializable. So you can put HL7v2 messages directly into a JMS queue (i.e. without calling <tt>marshal()</tt> and read them again directly from the queue (i.e. without calling <tt>unmarshal()</tt>.</td></tr></table></div>
+
 
 
 <h3><a shape="rect" name="BookInOnePage-MessageHeaders"></a>Message Headers</h3>

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/camel-2110-release.html
==============================================================================
--- websites/production/camel/content/camel-2110-release.html (original)
+++ websites/production/camel/content/camel-2110-release.html Mon Aug 27 14:20:28 2012
@@ -104,6 +104,9 @@
 
 <h3><a shape="rect" name="Camel2.11.0Release-DSLChanges"></a>DSL Changes</h3>
 
+<ul><li>Added LoggingErrorHandler fluent builder to Scala DSL.</li></ul>
+
+
 <h3><a shape="rect" name="Camel2.11.0Release-NewAnnotations"></a>New Annotations</h3>
 
 <h3><a shape="rect" name="Camel2.11.0Release-NewDataFormatsDataFormat"></a>New <a shape="rect" href="data-format.html" title="Data Format">Data Formats</a></h3>

Modified: websites/production/camel/content/hl7-dataformat.html
==============================================================================
--- websites/production/camel/content/hl7-dataformat.html (original)
+++ websites/production/camel/content/hl7-dataformat.html Mon Aug 27 14:20:28 2012
@@ -108,6 +108,8 @@ Then you don't need to create an instanc
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Serializable messages</b><br clear="none">As of HAPI 2.0 (used by <b>Camel 2.11</b>), the HL7v2 model classes are fully serializable. So you can put HL7v2 messages directly into a JMS queue (i.e. without calling <tt>marshal()</tt> and read them again directly from the queue (i.e. without calling <tt>unmarshal()</tt>.</td></tr></table></div>
+
 </div>
         </td>
         <td valign="top">

Modified: websites/production/camel/content/hl7.html
==============================================================================
--- websites/production/camel/content/hl7.html (original)
+++ websites/production/camel/content/hl7.html Mon Aug 27 14:20:28 2012
@@ -233,6 +233,8 @@ Then you don't need to create an instanc
 </pre>
 </div></div>
 
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Serializable messages</b><br clear="none">As of HAPI 2.0 (used by <b>Camel 2.11</b>), the HL7v2 model classes are fully serializable. So you can put HL7v2 messages directly into a JMS queue (i.e. without calling <tt>marshal()</tt> and read them again directly from the queue (i.e. without calling <tt>unmarshal()</tt>.</td></tr></table></div>
+
 
 
 <h3><a shape="rect" name="HL7-MessageHeaders"></a>Message Headers</h3>