Author: buildbot
Date: Tue Sep 4 21:19:52 2012
New Revision: 831148
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/hl7-dataformat.html
websites/production/camel/content/hl7.html
websites/production/camel/content/release-guide.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 Tue Sep 4
21:19:52 2012
@@ -6648,7 +6648,7 @@ hibernate:[entityClassName][?options]
<p>The HL7 MLLP codec has the following options:</p>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>startByte</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0b</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The start byte spanning the HL7 payload.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>endByte1</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>0x1c</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The first
end byte spanning the HL7 payload.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>endByte2</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0d</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The 2nd end byte spanning the HL7 payload. </td></tr
><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>charset</tt>
></td><td colspan="1" rowspan="1" class="confluenceTd"> JVM Default </td><td
>colspan="1" rowspan="1" class="confluenceTd"> The encoding (is a <a
>shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html"
>rel="nofollow">charset name</a>) to use for the codec. If not provided, Camel
>will use the <a shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#defaultCharset()"
> rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>convertLFtoCR</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> Will convert <tt>\n</tt> to <tt>\r</tt>
>(<tt>0x0d</tt>, 13 decimal) as HL7 usually uses <tt>\r</tt> as segment
>terminators. The HAPI library requires the use of <tt>\r</tt>. </td></tr><
tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>validate</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Whether HAPI Parser should
validate or not. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parser</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>ca.uhn.hl7v2.parser.PipeParser</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> To use a
custom parser. Must be of type <tt>ca.uhn.hl7v2.parser.Parser</tt>.
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>startByte</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0b</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The start byte spanning the HL7 payload.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>endByte1</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>0x1c</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The first
end byte spanning the HL7 payload.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>endByte2</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0d</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The 2nd end byte spanning the HL7 payload. </td></tr
><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>charset</tt>
></td><td colspan="1" rowspan="1" class="confluenceTd"> JVM Default </td><td
>colspan="1" rowspan="1" class="confluenceTd"> The encoding (is a <a
>shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html"
>rel="nofollow">charset name</a>) to use for the codec. If not provided, Camel
>will use the <a shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#defaultCharset()"
> rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>convertLFtoCR</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>true</tt> (<b>Camel
>2.11</b>:<tt>false</tt>) </td><td colspan="1" rowspan="1"
>class="confluenceTd"> Will convert <tt>\n</tt> to <tt>\r</tt> (<tt>0x0d</tt>,
>13 decimal) as HL7 stipulates <tt>\r</tt> as segment terminators. The HAPI
>library requires th
e use of <tt>\r</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>validate</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Whether HAPI Parser should validate or not.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>parser</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>ca.uhn.hl7v2.parser.PipeParser</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11:</b> To use a custom parser. Must be of
type <tt>ca.uhn.hl7v2.parser.Parser</tt>. </td></tr></tbody></table>
</div>
</div>
@@ -6770,6 +6770,9 @@ The next example is the opposite:</p>
</div></div>
<p>Here we unmarshal the byte stream into a HAPI Message object that is passed
to our patient lookup service.</p>
+<div class="panelMacro"><table class="noteMacro"><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/warning.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Segment separators</b><br clear="none">As of <b>Camel 2.11</b>,
<tt>unmarshal</tt> does not automatically fix segment separators anymore by
converting <tt>\n</tt> to <tt>\r</tt>. If you <br clear="none">
+need this conversion,
<tt>org.apache.camel.component.hl7.HL7#convertLFToCR</tt> provides a handy
<tt>Expression</tt> for this purpose.</td></tr></table></div>
+
<p>Notice there is a shorthand syntax in Camel for well-known data formats
that is commonly used.<br clear="none">
Then you don't need to create an instance of the <tt>HL7DataFormat</tt>
object:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
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 Tue Sep 4
21:19:52 2012
@@ -808,6 +808,9 @@ The next example is the opposite:</p>
</div></div>
<p>Here we unmarshal the byte stream into a HAPI Message object that is passed
to our patient lookup service.</p>
+<div class="panelMacro"><table class="noteMacro"><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/warning.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Segment separators</b><br clear="none">As of <b>Camel 2.11</b>,
<tt>unmarshal</tt> does not automatically fix segment separators anymore by
converting <tt>\n</tt> to <tt>\r</tt>. If you <br clear="none">
+need this conversion,
<tt>org.apache.camel.component.hl7.HL7#convertLFToCR</tt> provides a handy
<tt>Expression</tt> for this purpose.</td></tr></table></div>
+
<p>Notice there is a shorthand syntax in Camel for well-known data formats
that is commonly used.<br clear="none">
Then you don't need to create an instance of the <tt>HL7DataFormat</tt>
object:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
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 Tue Sep 4 21:19:52
2012
@@ -11615,6 +11615,9 @@ The next example is the opposite:</p>
</div></div>
<p>Here we unmarshal the byte stream into a HAPI Message object that is passed
to our patient lookup service.</p>
+<div class="panelMacro"><table class="noteMacro"><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/warning.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Segment separators</b><br clear="none">As of <b>Camel 2.11</b>,
<tt>unmarshal</tt> does not automatically fix segment separators anymore by
converting <tt>\n</tt> to <tt>\r</tt>. If you <br clear="none">
+need this conversion,
<tt>org.apache.camel.component.hl7.HL7#convertLFToCR</tt> provides a handy
<tt>Expression</tt> for this purpose.</td></tr></table></div>
+
<p>Notice there is a shorthand syntax in Camel for well-known data formats
that is commonly used.<br clear="none">
Then you don't need to create an instance of the <tt>HL7DataFormat</tt>
object:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -27102,7 +27105,7 @@ hibernate:[entityClassName][?options]
<p>The HL7 MLLP codec has the following options:</p>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>startByte</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0b</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The start byte spanning the HL7 payload.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>endByte1</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>0x1c</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The first
end byte spanning the HL7 payload.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>endByte2</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0d</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The 2nd end byte spanning the HL7 payload. </td></tr
><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>charset</tt>
></td><td colspan="1" rowspan="1" class="confluenceTd"> JVM Default </td><td
>colspan="1" rowspan="1" class="confluenceTd"> The encoding (is a <a
>shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html"
>rel="nofollow">charset name</a>) to use for the codec. If not provided, Camel
>will use the <a shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#defaultCharset()"
> rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>convertLFtoCR</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> Will convert <tt>\n</tt> to <tt>\r</tt>
>(<tt>0x0d</tt>, 13 decimal) as HL7 usually uses <tt>\r</tt> as segment
>terminators. The HAPI library requires the use of <tt>\r</tt>. </td></tr><
tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>validate</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Whether HAPI Parser should
validate or not. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parser</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>ca.uhn.hl7v2.parser.PipeParser</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> To use a
custom parser. Must be of type <tt>ca.uhn.hl7v2.parser.Parser</tt>.
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>startByte</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0b</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The start byte spanning the HL7 payload.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>endByte1</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>0x1c</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The first
end byte spanning the HL7 payload.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>endByte2</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0d</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The 2nd end byte spanning the HL7 payload. </td></tr
><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>charset</tt>
></td><td colspan="1" rowspan="1" class="confluenceTd"> JVM Default </td><td
>colspan="1" rowspan="1" class="confluenceTd"> The encoding (is a <a
>shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html"
>rel="nofollow">charset name</a>) to use for the codec. If not provided, Camel
>will use the <a shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#defaultCharset()"
> rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>convertLFtoCR</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>true</tt> (<b>Camel
>2.11</b>:<tt>false</tt>) </td><td colspan="1" rowspan="1"
>class="confluenceTd"> Will convert <tt>\n</tt> to <tt>\r</tt> (<tt>0x0d</tt>,
>13 decimal) as HL7 stipulates <tt>\r</tt> as segment terminators. The HAPI
>library requires th
e use of <tt>\r</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>validate</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Whether HAPI Parser should validate or not.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>parser</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>ca.uhn.hl7v2.parser.PipeParser</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11:</b> To use a custom parser. Must be of
type <tt>ca.uhn.hl7v2.parser.Parser</tt>. </td></tr></tbody></table>
</div>
</div>
@@ -27224,6 +27227,9 @@ The next example is the opposite:</p>
</div></div>
<p>Here we unmarshal the byte stream into a HAPI Message object that is passed
to our patient lookup service.</p>
+<div class="panelMacro"><table class="noteMacro"><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/warning.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Segment separators</b><br clear="none">As of <b>Camel 2.11</b>,
<tt>unmarshal</tt> does not automatically fix segment separators anymore by
converting <tt>\n</tt> to <tt>\r</tt>. If you <br clear="none">
+need this conversion,
<tt>org.apache.camel.component.hl7.HL7#convertLFToCR</tt> provides a handy
<tt>Expression</tt> for this purpose.</td></tr></table></div>
+
<p>Notice there is a shorthand syntax in Camel for well-known data formats
that is commonly used.<br clear="none">
Then you don't need to create an instance of the <tt>HL7DataFormat</tt>
object:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/hl7-dataformat.html
==============================================================================
--- websites/production/camel/content/hl7-dataformat.html (original)
+++ websites/production/camel/content/hl7-dataformat.html Tue Sep 4 21:19:52
2012
@@ -99,6 +99,9 @@ The next example is the opposite:</p>
</div></div>
<p>Here we unmarshal the byte stream into a HAPI Message object that is passed
to our patient lookup service.</p>
+<div class="panelMacro"><table class="noteMacro"><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/warning.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Segment separators</b><br clear="none">As of <b>Camel 2.11</b>,
<tt>unmarshal</tt> does not automatically fix segment separators anymore by
converting <tt>\n</tt> to <tt>\r</tt>. If you <br clear="none">
+need this conversion,
<tt>org.apache.camel.component.hl7.HL7#convertLFToCR</tt> provides a handy
<tt>Expression</tt> for this purpose.</td></tr></table></div>
+
<p>Notice there is a shorthand syntax in Camel for well-known data formats
that is commonly used.<br clear="none">
Then you don't need to create an instance of the <tt>HL7DataFormat</tt>
object:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
Modified: websites/production/camel/content/hl7.html
==============================================================================
--- websites/production/camel/content/hl7.html (original)
+++ websites/production/camel/content/hl7.html Tue Sep 4 21:19:52 2012
@@ -102,7 +102,7 @@
<p>The HL7 MLLP codec has the following options:</p>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>startByte</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0b</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The start byte spanning the HL7 payload.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>endByte1</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>0x1c</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The first
end byte spanning the HL7 payload.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>endByte2</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0d</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The 2nd end byte spanning the HL7 payload. </td></tr
><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>charset</tt>
></td><td colspan="1" rowspan="1" class="confluenceTd"> JVM Default </td><td
>colspan="1" rowspan="1" class="confluenceTd"> The encoding (is a <a
>shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html"
>rel="nofollow">charset name</a>) to use for the codec. If not provided, Camel
>will use the <a shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#defaultCharset()"
> rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>convertLFtoCR</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> Will convert <tt>\n</tt> to <tt>\r</tt>
>(<tt>0x0d</tt>, 13 decimal) as HL7 usually uses <tt>\r</tt> as segment
>terminators. The HAPI library requires the use of <tt>\r</tt>. </td></tr><
tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>validate</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>true</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> Whether HAPI Parser should
validate or not. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>parser</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>ca.uhn.hl7v2.parser.PipeParser</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> To use a
custom parser. Must be of type <tt>ca.uhn.hl7v2.parser.Parser</tt>.
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>startByte</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0b</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The start byte spanning the HL7 payload.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>endByte1</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>0x1c</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The first
end byte spanning the HL7 payload.</td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>endByte2</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>0x0d</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The 2nd end byte spanning the HL7 payload. </td></tr
><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>charset</tt>
></td><td colspan="1" rowspan="1" class="confluenceTd"> JVM Default </td><td
>colspan="1" rowspan="1" class="confluenceTd"> The encoding (is a <a
>shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html"
>rel="nofollow">charset name</a>) to use for the codec. If not provided, Camel
>will use the <a shape="rect" class="external-link"
>href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#defaultCharset()"
> rel="nofollow">JVM default Charset</a>. </td></tr><tr><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>convertLFtoCR</tt> </td><td colspan="1"
>rowspan="1" class="confluenceTd"> <tt>true</tt> (<b>Camel
>2.11</b>:<tt>false</tt>) </td><td colspan="1" rowspan="1"
>class="confluenceTd"> Will convert <tt>\n</tt> to <tt>\r</tt> (<tt>0x0d</tt>,
>13 decimal) as HL7 stipulates <tt>\r</tt> as segment terminators. The HAPI
>library requires th
e use of <tt>\r</tt>. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>validate</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>true</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Whether HAPI Parser should validate or not.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>parser</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>ca.uhn.hl7v2.parser.PipeParser</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <b>Camel 2.11:</b> To use a custom parser. Must be of
type <tt>ca.uhn.hl7v2.parser.Parser</tt>. </td></tr></tbody></table>
</div>
</div>
@@ -224,6 +224,9 @@ The next example is the opposite:</p>
</div></div>
<p>Here we unmarshal the byte stream into a HAPI Message object that is passed
to our patient lookup service.</p>
+<div class="panelMacro"><table class="noteMacro"><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/warning.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Segment separators</b><br clear="none">As of <b>Camel 2.11</b>,
<tt>unmarshal</tt> does not automatically fix segment separators anymore by
converting <tt>\n</tt> to <tt>\r</tt>. If you <br clear="none">
+need this conversion,
<tt>org.apache.camel.component.hl7.HL7#convertLFToCR</tt> provides a handy
<tt>Expression</tt> for this purpose.</td></tr></table></div>
+
<p>Notice there is a shorthand syntax in Camel for well-known data formats
that is commonly used.<br clear="none">
Then you don't need to create an instance of the <tt>HL7DataFormat</tt>
object:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
Modified: websites/production/camel/content/release-guide.html
==============================================================================
--- websites/production/camel/content/release-guide.html (original)
+++ websites/production/camel/content/release-guide.html Tue Sep 4 21:19:52
2012
@@ -173,7 +173,7 @@ svn co https:<span class="code-comment">
</div></div></li><li>Verify headers with <a shape="rect" class="external-link"
href="http://incubator.apache.org/rat/apache-rat-plugin/usage.html">rat</a>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-java">
-mvn -e apache-rat:check
+mvn -e org.apache.rat:apache-rat-plugin:check
grep -e ' !?????' target/rat.txt -- will show any files without licenses
</pre>
</div></div></li><li>Do a release dry run to check for problems