Author: dkulp Date: Fri Jun 28 18:42:49 2013 New Revision: 867780 Log: Latest updates
Modified: websites/production/camel/content/book-cookbook.html websites/production/camel/content/book-front-cover.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/testing.html Modified: websites/production/camel/content/book-cookbook.html ============================================================================== --- websites/production/camel/content/book-cookbook.html (original) +++ websites/production/camel/content/book-cookbook.html Fri Jun 28 18:42:49 2013 @@ -39,7 +39,6 @@ <link href='http://camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' /> <link href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' /> <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> - <script src='http://camel.apache.org/styles/highlighter/scripts/$hscript' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script> @@ -2471,22 +2470,22 @@ public class FilterTest extends Abstract @ContextConfiguration public class MyCamelTest { -  @Autowired -  protected CamelContext camelContext; +Ê Ê @Autowired +Ê Ê protected CamelContext camelContext; -  @EndpointInject(uri = "mock:foo") -  protected MockEndpoint foo; +Ê Ê @EndpointInject(uri = "mock:foo") +Ê Ê protected MockEndpoint foo; @Test @DirtiesContext -  public void testMocksAreValid() throws Exception { - ...    +Ê Ê public void testMocksAreValid() throws Exception { + ...Ê Ê Ê Ê -    foo.message(0).header("bar").isEqualTo("ABC"); +Ê Ê Ê Ê foo.message(0).header("bar").isEqualTo("ABC"); -    MockEndpoint.assertIsSatisfied(camelContext); -  } +Ê Ê Ê Ê MockEndpoint.assertIsSatisfied(camelContext); +Ê Ê } } ]]></script> </div></div> Modified: websites/production/camel/content/book-front-cover.html ============================================================================== --- websites/production/camel/content/book-front-cover.html (original) +++ websites/production/camel/content/book-front-cover.html Fri Jun 28 18:42:49 2013 @@ -75,7 +75,7 @@ <tbody> <tr> <td valign="top" width="100%"> -<div class="wiki-content maincontent"><div class="frontcover" id="frontcover"><h1><a shape="rect" name="BookFrontCover-ApacheCamel"></a>Apache Camel</h1> +<div class="wiki-content maincontent"><div class="titlepage" id="titlepage"><h1><a shape="rect" name="BookFrontCover-ApacheCamel"></a>Apache Camel</h1> <h2><a shape="rect" name="BookFrontCover-UserGuide"></a>User Guide</h2> <p> </p><h3 id="replaceme">Version 2.10.4</h3> 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 Fri Jun 28 18:42:49 2013 @@ -40,7 +40,6 @@ <link href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' /> <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushSql.js' type='text/javascript'></script> - <script src='http://camel.apache.org/styles/highlighter/scripts/$hscript' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushPlain.js' type='text/javascript'></script> @@ -88,7 +87,7 @@ <tbody> <tr> <td valign="top" width="100%"> -<div class="wiki-content maincontent"><div class="frontcover" id="frontcover"><h1><a shape="rect" name="BookInOnePage-ApacheCamel"></a>Apache Camel</h1> +<div class="wiki-content maincontent"><div class="titlepage" id="titlepage"><h1><a shape="rect" name="BookInOnePage-ApacheCamel"></a>Apache Camel</h1> <h2><a shape="rect" name="BookInOnePage-UserGuide"></a>User Guide</h2> <p> </p><h3 id="replaceme">Version 2.10.4</h3> @@ -3738,22 +3737,22 @@ public class FilterTest extends Abstract @ContextConfiguration public class MyCamelTest { -  @Autowired -  protected CamelContext camelContext; +Ê Ê @Autowired +Ê Ê protected CamelContext camelContext; -  @EndpointInject(uri = "mock:foo") -  protected MockEndpoint foo; +Ê Ê @EndpointInject(uri = "mock:foo") +Ê Ê protected MockEndpoint foo; @Test @DirtiesContext -  public void testMocksAreValid() throws Exception { - ...    +Ê Ê public void testMocksAreValid() throws Exception { + ...Ê Ê Ê Ê -    foo.message(0).header("bar").isEqualTo("ABC"); +Ê Ê Ê Ê foo.message(0).header("bar").isEqualTo("ABC"); -    MockEndpoint.assertIsSatisfied(camelContext); -  } +Ê Ê Ê Ê MockEndpoint.assertIsSatisfied(camelContext); +Ê Ê } } ]]></script> </div></div> @@ -12673,7 +12672,7 @@ from("direct:start").marshal().zip().to( <p>In this example we unmarshal a zipped payload from an ActiveMQ queue called MY_QUEUE to its original format, and forward it for processing to the UnZippedMessageProcessor. Note that the compression Level employed during the marshalling should be identical to the one employed during unmarshalling to avoid errors.</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ -from("activemq:queue:MY_QUEUE").unmarshal().zip().process(new UnZippedMessageProcessor()); +from("activemq:queue:MY_QUEUE").unmarshal().zip().process(new UnZippedMessageProcessor());Ê ]]></script> </div></div> @@ -28842,9 +28841,9 @@ ProtocolSocketFactory factory = Protocol.registerProtocol("https", new Protocol( -       "https", -       factory, -       443)); +ÊÊÊÊÊÊÊ "https", +ÊÊÊÊÊÊÊ factory, +ÊÊÊÊÊÊÊ 443)); from("direct:start") .to("https://mail.google.com/mail/").to("mock:results"); @@ -31617,7 +31616,7 @@ public class Jt400RouteBuilder extends R public class Jt400RouteBuilder extends RouteBuilder { @Override public void configure() throws Exception { - from("direct:work").to("jt400://GRUPO:ATWORK@server/QSYS.LIB/assets.LIB/compute.PGM?fieldsLength=10,10,512&ouputFieldsIdx=2,3").to(âdirect:playâ); + from("direct:work").to("jt400://GRUPO:ATWORK@server/QSYS.LIB/assets.LIB/compute.PGM?fieldsLength=10,10,512&ouputFieldsIdx=2,3").to(Òdirect:playÓ); } } ]]></script> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/testing.html ============================================================================== --- websites/production/camel/content/testing.html (original) +++ websites/production/camel/content/testing.html Fri Jun 28 18:42:49 2013 @@ -39,7 +39,6 @@ <link href='http://camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' /> <link href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' /> <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> - <script src='http://camel.apache.org/styles/highlighter/scripts/$hscript' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>