<html>
<head>
<base href="http://cwiki.apache.org/confluence">
<link rel="stylesheet" href="/confluence/s/1519/1/1/_/styles/combined.css?spaceKey=CAMEL&forWysiwyg=true" type="text/css">
</head>
<body style="background-color: white" bgcolor="white">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
<h2><a href="http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release">Camel 2.0.0 Release</a></h2>
<h4>Page <b>edited</b> by <a href="http://cwiki.apache.org/confluence/display/~njiang">willem jiang</a>
</h4>
Added camel-servlet reference
<div id="versionComment" class="noteMacro" style="display:none; padding: 5px;">
Added camel-servlet reference<br />
</div>
<br/>
<div class="notificationGreySide">
<h1><a name="Camel2.0.0Release-Camel2.0.0release%28Workinprogress%29"></a>Camel 2.0.0 release (Work in progress)</h1>
<div style="padding-right:20px;float:left;margin-left:-20px;"><p><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" align="absmiddle" border="0" /></p></div>
<div style="min-height:200px"></div>
<h2><a name="Camel2.0.0Release-NewandNoteworthy"></a>New and Noteworthy</h2>
<p>Welcome to the 2.0.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)</p>
<ul>
<li>Introduced <a href="/confluence/display/CAMEL/Type+Converter" title="Type Converter">type converter registry</a> to allow end users to programmatic get access to this registry</li>
<li>major improvements to <a href="/confluence/display/CAMEL/Jetty" title="Jetty">Jetty</a> for better handling of exception/faults and easier end-user customization how response should be written</li>
<li>major improvements to <a href="/confluence/display/CAMEL/File" title="File">File</a> for consuming files, now supporting pluggable sorting, filtering and idempotent repositories.</li>
<li>major refactor and improvements to <a href="/confluence/display/CAMEL/FTP" title="FTP">FTP</a>, aligning it with the <a href="/confluence/display/CAMEL/File" title="File">File</a> component.</li>
<li>minor improvements to <a href="/confluence/display/CAMEL/JDBC" title="JDBC">JDBC</a>, <a href="/confluence/display/CAMEL/SQL" title="SQL">SQL</a>, <a href="/confluence/display/CAMEL/HTTP" title="HTTP">HTTP</a> and <a href="/confluence/display/CAMEL/MINA" title="MINA">MINA</a></li>
<li>major refactor and improvements to <a href="/confluence/display/CAMEL/CXF" title="CXF">CXF</a> component. CxfBinding, HeaderFilterStrategy, Bus can be looked up from registry and configured at the endpoint level.</li>
<li><a href="/confluence/display/CAMEL/File" title="File">File</a> and <a href="/confluence/display/CAMEL/FTP" title="FTP">FTP</a> producers added option to write files using a temporary name and then rename it to the real name after the write completes</li>
<li><a href="/confluence/display/CAMEL/FTP" title="FTP">SFTP</a> added support for knownhosts and privatekey files</li>
<li><a href="/confluence/display/CAMEL/Mail" title="Mail">Mail</a> now supports setting additional SUN java mail properties</li>
<li><a href="/confluence/display/CAMEL/MINA" title="MINA">MINA</a> now supports setting text line delimiters for textline codec.</li>
<li><a href="/confluence/display/CAMEL/MINA" title="MINA">MINA</a> producer now throws CamelExchangeException in case no response received from remote server when in sync mode (sync=true)</li>
<li>RedeliveryPolicy added support for ref attribute to reference a existing policy in the <a href="/confluence/display/CAMEL/Registry" title="Registry">Registry</a></li>
<li><a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">RedeliveryPolicy</a> added <tt>delayPattern</tt> option for using a special pattern for setting different delay based on intervals</li>
<li>Added <tt>onWhen</tt> and <tt>retryUntil</tt> predicates to <a href="/confluence/display/CAMEL/Exception+Clause" title="Exception Clause">Exception Clause</a></li>
<li><a href="/confluence/display/CAMEL/List" title="List">List</a> component renamed to <a href="/confluence/display/CAMEL/Browse" title="Browse">Browse</a></li>
<li><a href="/confluence/display/CAMEL/Exception+Clause" title="Exception Clause">Exception Clause</a> is much smarter as it will use caused by exception hierarchy for matching as well (will use bottom ups)</li>
<li><a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> and <a href="/confluence/display/CAMEL/Exception+Clause" title="Exception Clause">Exception Clause</a> now have <tt>onRedeliver</tt> to allow custom processing an <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a> <b>before</b> its being redelivered. Allowing you to work on the message being sent.</li>
<li>Added support for <a href="/confluence/display/CAMEL/How+do+I+configure+endpoints" title="How do I configure endpoints"># syntax in Endpoint URI's</a> to allow endpoint URI's to refer to bean in the <a href="/confluence/display/CAMEL/Registry" title="Registry">Registry</a>.</li>
<li><tt>consumer.</tt> prefix can be omitted for scheduled polling consumers such as <a href="/confluence/display/CAMEL/File" title="File">File</a>, <a href="/confluence/display/CAMEL/FTP" title="FTP">FTP</a> consumers. Thus the URI options is more simpler and you don't have to remember which requires <tt>consumer.</tt> prefix and which doesn't.</li>
<li><a href="/confluence/display/CAMEL/Tracer" title="Tracer">Tracer</a> improved to allow custom routing and processing of TraceEventMessage so you can store trace logs as you like, for instance in a database.</li>
<li><a href="/confluence/display/CAMEL/Tracer" title="Tracer">Tracer</a> now also displays the previous node so you can see where the Exchange is coming from.</li>
<li><a href="/confluence/display/CAMEL/Quartz" title="Quartz">Quartz</a> has added support for stateful jobs.</li>
<li>Introduced @FallbackConverter for using annotation based fallback type converters</li>
<li>Extended <a href="/confluence/display/CAMEL/Content+Enricher" title="Content Enricher">content enrichment</a> support via the <a href="/confluence/display/CAMEL/Content+Enricher#ContentEnricher-enrichdsl">enrich</a> DSL element.</li>
<li><a href="/confluence/display/CAMEL/Simple" title="Simple">Simple</a> language now supports a basic set of operators.</li>
<li><a href="/confluence/display/CAMEL/Aggregator" title="Aggregator">Aggregator</a> now supports grouped exchanges out of the box, so you can combine all aggregated exchanges into a single grouped exchange going out.</li>
<li>Multiple inputs can be define as input to routes: <tt>from("activemq:queue:order", "file://order").to("bean:handleOrder");</tt></li>
<li>CXF component supports a new "cxfbean" endpoint that allows RESTful requests to be routed to JAXRS annotated service beans.</li>
<li>Setting cron expression in camel-quartz improved.</li>
<li>Better handling of interrupts while shutting down.</li>
<li>The JMSReplyTo destination is available as Exchange property when consuming JMS messages.</li>
<li>Better support for <tt>InOptionalOut</tt> Message Exchange Pattern.</li>
<li><a href="/confluence/display/CAMEL/Pluggable+Class+Resolvers" title="Pluggable Class Resolvers">Pluggable Class Resolvers</a> SPI for class resolvers allowing third party platforms such as JBoss to provide integration with Camel.</li>
<li>Refined API to reduce package tangling.</li>
<li>Introduced wireTap node for the <a href="/confluence/display/CAMEL/Wire+Tap" title="Wire Tap">Wire Tap</a> EIP pattern, supporting the traditional tapping and sending a new message.</li>
<li>Added <tt>fromF</tt> and <tt>toF</tt> in the Java DSL to build uri strings using String.format with arguments, e.g.: <tt>fromF("ftp://%s@myserver?password=%s", user, password)..to</tt></li>
<li>Improved tooling being able to retrieve more runtime information from the <tt>CamelContext</tt></li>
<li>Scala DSL is improved</li>
<li>Added <tt>JmsMessageType</tt> option to <a href="/confluence/display/CAMEL/JMS" title="JMS">JMS</a> to allow you to set which <tt>javax.jms.Message</tt> implementation to use for sending a JMS message.</li>
<li>Fixed a rare bug when JMX is disabled, a <a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> could mistakenly be added to some routes, when a global <tt>noErrorHandler</tt> was configured.</li>
<li><a href="/confluence/display/CAMEL/JMS" title="JMS">JMS</a> is now able to preserve hyphen in JMS keys (eg Content-Type can be sent as a Message header). Introduced pluggable strategy to allow end users to use their custom key formatter for encode/decode.</li>
<li>Added option <tt>transferExchange</tt> to <a href="/confluence/display/CAMEL/JMS" title="JMS">JMS</a> so you can transfer the <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a> over the wire. Can be used to use JMS queues for <a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> to preserve all information from the failed <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a> including the original exception with stack trace.</li>
<li>Added option <tt>transferException</tt> to <a href="/confluence/display/CAMEL/JMS" title="JMS">JMS</a> so when using <a href="/confluence/display/CAMEL/Request+Reply" title="Request Reply">Request Reply</a> messaging with JMS, any caused exception on the server side will be returned as response to the client.</li>
<li>Added <tt>rollback</tt> as DSL keyword to force a rollback of the given <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a>. Does this by throwing an <tt>org.apache.camel.RollbackExchangeException</tt>.</li>
<li>Added SOAP Message Header filtering capability in camel-cxf component.</li>
<li>ProducerTeamplate API reworked for sendBody operations to return void, as they are InOnly. Use requestBody if you need InOut.</li>
<li>Introduced <tt>ConsumerTemplate</tt> supporting the <a href="/confluence/display/CAMEL/Polling+Consumer" title="Polling Consumer">Polling Consumer</a> EIP</li>
<li>Custom endpoints with Spring @ManagedResource is now also registered in the mbean server.</li>
<li>The default error handler is changed from <a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> to <a href="/confluence/display/CAMEL/DefaultErrorHandler" title="DefaultErrorHandler">DefaultErrorHandler</a>.</li>
<li><a href="/confluence/display/CAMEL/HTTP" title="HTTP">HTTP</a> component added option <tt>throwException</tt> that can be disabled to allow failed response codes to be returned without throwing a HttpOperationsFailedException.</li>
<li>Overhaul and improvements to the <a href="/confluence/display/CAMEL/Try+Catch+Finally" title="Try Catch Finally">Try Catch Finally</a> DSLs, so they are on pair with the <a href="/confluence/display/CAMEL/Exception+Clause" title="Exception Clause">Exception Clause</a>.</li>
<li>Overhaul and improvements to the <a href="/confluence/display/CAMEL/Intercept" title="Intercept">Intercept</a> DSLs. Added new <tt>interceptSendToEndpoint</tt> to intercept sending to a given <a href="/confluence/display/CAMEL/Endpoint" title="Endpoint">Endpoint</a>.</li>
<li>Added the notion of a Channel in the routes.</li>
<li>Added support to navigate the routes at runtime, so you can dynamic change or affect the processors in the routes.</li>
<li>Introduced a new <a href="/confluence/display/CAMEL/Async" title="Async">Async</a> API for asynchronous messaging.</li>
<li><a href="/confluence/display/CAMEL/Jetty" title="Jetty">Jetty</a> now supports configuring Handler for e.g. security.</li>
<li><a href="/confluence/display/CAMEL/iBATIS" title="iBATIS">iBATIS</a> added option to set <tt>StatementType</tt> for fine grained control of which SqlMapClient operation to invoke. Allowing <a href="/confluence/display/CAMEL/iBATIS" title="iBATIS">iBATIS</a> component to be used like <a href="/confluence/display/CAMEL/SQL" title="SQL">SQL</a> or the <a href="/confluence/display/CAMEL/JDBC" title="JDBC">JDBC</a> component.</li>
<li>Added <a href="/confluence/display/CAMEL/OnCompletion" title="OnCompletion">OnCompletion</a> callback to <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a> so you can do custom routing when an <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a> is completed. You can for instance use it to send an email if an <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a> failed.</li>
<li>Added <a href="/confluence/display/CAMEL/Load+Balancer" title="Load Balancer">Failover</a> as load balancer.</li>
<li>Added <tt>throwException</tt> to the DSL.</li>
<li>Added <a href="/confluence/display/CAMEL/Bean+Binding" title="Bean Binding">@Handler</a> annotation to mark a method to be invoked when using <a href="/confluence/display/CAMEL/Bean+Integration" title="Bean Integration">POJO</a> in routes.</li>
<li><a href="/confluence/display/CAMEL/Predicate" title="Predicate">Predicate</a> uses type coercion for improving matching, thus allowing you for instance to compare a String with an Integer, "true" with a boolean, or enum type as string etc.</li>
<li>Started to standardize consumers that supported batching as a <a href="/confluence/display/CAMEL/Batch+Consumer" title="Batch Consumer">Batch Consumer</a>.</li>
<li><a href="/confluence/display/CAMEL/ServicePool" title="ServicePool">Connection pooling</a> for <a href="/confluence/display/CAMEL/FTP2" title="FTP2">FTP</a> and <a href="/confluence/display/CAMEL/MINA" title="MINA">MINA</a> producers. This allows thread safe concurrency usage of these components out of the box. The connection pooling is pluggable so you can use a 3rd party pool framework.</li>
<li>Added option <tt>fileExist</tt> to <a href="/confluence/display/CAMEL/File2" title="File2">File</a> and <a href="/confluence/display/CAMEL/FTP2" title="FTP2">FTP</a> component. This option allows you to configure what should happen when you write a file and an existing file with that name already exists. The <a href="/confluence/display/CAMEL/File2" title="File2">File</a> producer will now by default <b>Override</b> existing files. In Camel 1.x it would default append.</li>
<li><a href="/confluence/display/CAMEL/SEDA" title="SEDA">SEDA</a> and <a href="/confluence/display/CAMEL/VM" title="VM">VM</a> now supports <a href="/confluence/display/CAMEL/Request+Reply" title="Request Reply">Request Reply</a> and waiting for the reply if one expected.</li>
<li>Fixed issue with using 3rd party annotations and Camel annotations in same POJO class. Now all annotations is processed by Spring.</li>
<li>Added <a href="http://xircles.codehaus.org/projects/jackson" rel="nofollow">Jackson</a> as supported library for the <a href="/confluence/display/CAMEL/JSON" title="JSON">JSON</a> data format.</li>
<li>Simplified using <a href="/confluence/display/CAMEL/Delayer" title="Delayer">Delayer</a> especially in Spring DSL.</li>
<li>Improved <a href="/confluence/display/CAMEL/Idempotent+Consumer" title="Idempotent Consumer">Idempotent Consumer</a> to eagerly detect duplicated messages for in progress exchanges.</li>
<li>Added <a href="/confluence/display/CAMEL/How+do+I+set+the+max+chars+when+debug+logging+messages+in+Camel" title="How do I set the max chars when debug logging messages in Camel">Camel property to set a max chars limit</a> for <tt>DEBUG</tt> logs Message bodies. To avoid logging very big payloads. The default limit is 1000 chars.</li>
<li>Configuration of http proxy is now possible with the <a href="/confluence/display/CAMEL/HTTP" title="HTTP">HTTP</a> component</li>
<li><a href="/confluence/display/CAMEL/Message+Filter" title="Message Filter">Message Filter</a> EIP marks Exchanges as filtered and is now skipped for aggregation in <tt>AggregationStrategy</tt> for example used when doing <a href="/confluence/display/CAMEL/Splitter" title="Splitter">Splitter</a> or <a href="/confluence/display/CAMEL/Aggregator" title="Aggregator">Aggregator</a></li>
<li><a href="/confluence/display/CAMEL/DefaultErrorHandler" title="DefaultErrorHandler">DefaultErrorHandler</a> is now just as powerful as <a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> support redelivery et. all.</li>
<li><a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> will by default <b>handle</b> exceptions.</li>
<li><a href="/confluence/display/CAMEL/TransactionErrorHandler" title="TransactionErrorHandler">TransactionErrorHandler</a> is now just as powerful as <a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> support redelivery et. all.</li>
<li>Introduced <a href="/confluence/display/CAMEL/Spring" title="Spring"><tt><packageScan></tt></a> tag in camel-spring to replace <tt><packages></tt> and it support ANT path style filtering of classes to include/exclude.</li>
<li><a href="/confluence/display/CAMEL/Stream+caching" title="Stream caching">Stream caching</a> is now default disabled. Improved how to configure it as enabled/disabled.</li>
<li>Various Camel annotations such as <tt>@Consume</tt> have new option <tt>context</tt> to specify a particular <a href="/confluence/display/CAMEL/CamelContext" title="CamelContext">CamelContext</a> it should apply for. Needed when you have multiple <a href="/confluence/display/CAMEL/CamelContext" title="CamelContext">CamelContext</a>.</li>
<li>Major improvements to <a href="/confluence/display/CAMEL/Tracer" title="Tracer">Tracer</a> as its now much more fine grained and capable of tracing sub routes and all the advanced stuff such as <a href="/confluence/display/CAMEL/Intercept" title="Intercept">Intercept</a>, <a href="/confluence/display/CAMEL/Exception+Clause" title="Exception Clause">Exception Clause</a> and <a href="/confluence/display/CAMEL/OnCompletion" title="OnCompletion">OnCompletion</a>.</li>
<li>Introduced <a href="/confluence/display/CAMEL/Polling+Consumer" title="Polling Consumer">PollingConsumerPollStrategy</a> as a pluggable strategy for scheduled consumers, allowing you to control what should happen if an exception occurred during the initial phase of <tt>poll</tt>, such as a file consumer not being able to connect to a network drive.</li>
<li>Added <tt>pollEnrich</tt> to DSL supporting using a <a href="/confluence/display/CAMEL/Polling+Consumer" title="Polling Consumer">Polling Consumer</a> with the <a href="/confluence/display/CAMEL/Content+Enricher" title="Content Enricher">Content Enricher</a> EIP pattern. This allows you for instance to poll a file (or FTP file) during routing directly in the DSL.</li>
<li>Improved endpoint resolution to better detect similar endpoints and be more tolerant for minor user input mistakes.</li>
<li><a href="/confluence/display/CAMEL/FTP2" title="FTP2">FTP</a> now supports trying to reconnect a number of times in case a connection to the remote FTP server could not be established. There are options to control this behavior. |</li>
<li>When running in OSGi Camel will also lookup in OSGi registry when doing <a href="/confluence/display/CAMEL/Registry" title="Registry">Registry</a> lookup. Will first lookup in OSGi, and then the default <a href="/confluence/display/CAMEL/Registry" title="Registry">Registry</a>.</li>
<li>Added <a href="/confluence/display/CAMEL/AOP" title="AOP">AOP</a> to do custom processing before routing using AOP concepts such as: around, before, after etc.</li>
</ul>
<h3><a name="Camel2.0.0Release-NewEnterpriseIntegrationPatterns"></a>New <a href="/confluence/display/CAMEL/Enterprise+Integration+Patterns" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></h3>
<ul>
<li><a href="/confluence/display/CAMEL/Sort" title="Sort">Sort</a></li>
</ul>
<h3><a name="Camel2.0.0Release-NewComponents"></a>New <a href="/confluence/display/CAMEL/Components" title="Components">Components</a></h3>
<ul>
<li><a href="/confluence/display/CAMEL/Cometd" title="Cometd">Cometd</a></li>
<li><a href="/confluence/display/CAMEL/CXFRS" title="CXFRS">CXFRS</a></li>
<li><a href="/confluence/display/CAMEL/Freemarker" title="Freemarker">Freemarker</a></li>
<li><a href="/confluence/display/CAMEL/Restlet" title="Restlet">Restlet</a></li>
<li><a href="/confluence/display/CAMEL/RSS" title="RSS">RSS</a></li>
<li><a href="/confluence/display/CAMEL/SERVLET" title="SERVLET">SERVLET</a></li>
<li><a href="/confluence/pages/createpage.action?spaceKey=CAMEL&title=QuickFix&linkCreation=true&fromPageId=101053" class="createlink">QuickFix</a></li>
</ul>
<h3><a name="Camel2.0.0Release-NewDSL"></a>New DSL</h3>
<ul>
<li>Scala</li>
</ul>
<h3><a name="Camel2.0.0Release-NewAnnotations"></a>New Annotations</h3>
<ul>
<li><a href="/confluence/display/CAMEL/Type+Converter" title="Type Converter">@FallbackConverter</a></li>
<li>@Handle</li>
</ul>
<h3><a name="Camel2.0.0Release-NewDataFormatsDataFormat"></a>New <a href="/confluence/display/CAMEL/Data+Format" title="Data Format">Data Formats</a></h3>
<ul>
<li><a href="/confluence/display/CAMEL/Bindy" title="Bindy">Bindy</a></li>
<li><a href="/confluence/display/CAMEL/JSON" title="JSON">JSON</a></li>
<li><a href="/confluence/display/CAMEL/TidyMarkup" title="TidyMarkup">TidyMarkup</a></li>
<li><a href="/confluence/display/CAMEL/GZip+data+format" title="GZip data format">GZip</a></li>
<li><a href="/confluence/display/CAMEL/Zip+DataFormat" title="Zip DataFormat">Zip</a></li>
<li><a href="/confluence/display/CAMEL/XMLSecurity+DataFormat" title="XMLSecurity DataFormat">XMLSecurity</a></li>
</ul>
<h3><a name="Camel2.0.0Release-NewLanguages"></a>New <a href="/confluence/display/CAMEL/Languages" title="Languages">Languages</a></h3>
<ul>
<li><a href="/confluence/display/CAMEL/Mvel" title="Mvel">Mvel</a></li>
<li><a href="/confluence/display/CAMEL/Property" title="Property">Property</a></li>
</ul>
<h3><a name="Camel2.0.0Release-NewExamples"></a>New <a href="/confluence/display/CAMEL/Examples" title="Examples">Examples</a></h3>
<ul>
<li><a href="/confluence/display/CAMEL/Spring+Java+Config+Example" title="Spring Java Config Example">camel-example-spring-java-config</a> shows how to use the Spring java config to configure the Camel with Java routing rules</li>
<li><a href="/confluence/display/CAMEL/POJO+Messaging+Example" title="POJO Messaging Example">camel-example-pojo-messaging</a> shows how to use annotations to produce, consume or route messages to Camel endpoints without using any DSL.</li>
<li><a href="/confluence/display/CAMEL/Tutorial-Example-ReportIncident" title="Tutorial-Example-ReportIncident">camel-example-reportincident</a> is based on a real life use case.</li>
<li><a href="/confluence/display/CAMEL/Tracer+Example" title="Tracer Example">camel-example-tracer</a> is a new example showing <a href="/confluence/display/CAMEL/Tracer" title="Tracer">Tracer</a> persisting trace events into a database using <a href="/confluence/display/CAMEL/JPA" title="JPA">JPA</a></li>
</ul>
<h2><a name="Camel2.0.0Release-APIbreaking"></a>API breaking</h2>
<h3><a name="Camel2.0.0Release-ClientAPI"></a>Client API</h3>
<h4><a name="Camel2.0.0Release-Routes"></a>Routes</h4>
<p>The <tt>org.apache.camel.Routes</tt> interface have been renamed to <tt>org.apache.camel.RoutesBuilder</tt> and having a more precise and simpler interface.<br/>
This only affects advanced users that implement their own route builder integration with Camel from a foreign languages such as Ruby etc.</p>
<h4><a name="Camel2.0.0Release-StreamCache"></a>StreamCache</h4>
<p><a href="/confluence/display/CAMEL/Stream+caching" title="Stream caching">Stream caching</a> is now default disabled. If you use streams and want Camel to cache the stream in case you for instance use Camel to do redeliveries then you must enable stream cache so the stream can be re-read on delivery. </p>
<h4><a name="Camel2.0.0Release-AggregationStrategy"></a>AggregationStrategy</h4>
<p>The payload is now <b>always</b> only stored in <tt>IN</tt> when you do custom aggregation using this strategy interface.<br/>
Before the payload could also be in <tt>OUT</tt> and it could be confusing where to get the real payload you should use.</p>
<h4><a name="Camel2.0.0Release-ProducerTemplate"></a>ProducerTemplate</h4>
<p>The sendBody methods now return void for InOnly messaging. Use requestBody if you want InOut messaging.</p>
<h4><a name="Camel2.0.0Release-AggregationStrategy"></a>AggregationStrategy</h4>
<p>The aggregate method is now also invoked on the very first exchange. Allowing the end users to be in full power.<br/>
At this first invocation the <tt>oldExchange</tt> parameter is <tt>null</tt>.</p>
<h3><a name="Camel2.0.0Release-NotablechangestoDSL"></a>Notable changes to DSL</h3>
<ul>
<li>Renamed DSL operations
<ul>
<li>splitter -> split</li>
<li>resequencer -> resequence</li>
<li>aggregator -> aggregate</li>
<li>delayer -> delay</li>
<li>throttler -> throttle</li>
<li>expression -> language</li>
<li>try (Spring DSL) -> doTry</li>
<li>catch (Spring DSL) -> doCatch</li>
<li>finally (Spring DSL) -> doFinally</li>
<li>tryBlock (Java DSL) -> doTry</li>
<li>handle (Java DSL) -> doCatch</li>
<li>finallyBlock (Java DSL) -> doFinally</li>
<li>intercept -> interceptFrom</li>
<li>thread -> threads</li>
<li>throwFault has been removed, you can set a the fault using the <tt>exchange.setFault</tt> method</li>
</ul>
</li>
</ul>
<ul>
<li>Renamed DSL in SpringBuilder
<ul>
<li>bean -> lookup</li>
</ul>
</li>
</ul>
<h3><a name="Camel2.0.0Release-Components"></a>Components</h3>
<ul class="alternate" type="square">
<li>The <a href="/confluence/display/CAMEL/List" title="List">List</a> component is renamed to <a href="/confluence/display/CAMEL/Browse" title="Browse">Browse</a> component</li>
<li>The <a href="/confluence/display/CAMEL/Queue" title="Queue">Queue</a> component has been removed</li>
<li>The <a href="/confluence/display/CAMEL/FTP" title="FTP">FTP</a> component have renamed some of its URI options</li>
<li>The <a href="/confluence/display/CAMEL/File" title="File">File</a> component have renamed some of its URI options</li>
<li>The <a href="/confluence/display/CAMEL/CXF" title="CXF">CXF</a> component have been refactored and APIs have been simplified</li>
</ul>
<h2><a name="Camel2.0.0Release-KnownIssues"></a>Known Issues</h2>
<p>See known issues from previous releases.</p>
<h2><a name="Camel2.0.0Release-Importantchangestoconsiderwhenupgrading"></a>Important changes to consider when upgrading</h2>
<p>The default error handler is no longer <a href="/confluence/display/CAMEL/Dead+Letter+Channel" title="Dead Letter Channel">Dead Letter Channel</a> but <a href="/confluence/display/CAMEL/DefaultErrorHandler" title="DefaultErrorHandler">DefaultErrorHandler</a> without redelivery support. There are no single solution that fits all solutions, so you should tailor the error handling according to your needs.</p>
<h2><a name="Camel2.0.0Release-GettingtheDistributions"></a>Getting the Distributions</h2>
<h3><a name="Camel2.0.0Release-BinaryDistributions"></a>Binary Distributions</h3>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Description </th>
<th class='confluenceTh'> Download Link </th>
<th class='confluenceTh'> PGP Signature file of download </th>
</tr>
<tr>
<td class='confluenceTd'> Windows Distribution </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0.0/apache-camel-2.0.0.zip" rel="nofollow">apache-camel-2.0.0.zip</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0.0/apache-camel-2.0.0.zip.asc" rel="nofollow">apache-camel-2.0.0.zip.asc</a> </td>
</tr>
<tr>
<td class='confluenceTd'> Unix/Linux/Cygwin Distribution </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0.0/apache-camel-2.0.0.tar.gz" rel="nofollow">apache-camel-2.0.0.tar.gz</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0.0/apache-camel-2.0.0.tar.gz.asc" rel="nofollow">apache-camel-2.0.0.tar.gz.asc</a> </td>
</tr>
</tbody></table>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/confluence/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>The above URLs use redirection</b><br /><p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></td></tr></table></div>
<h3><a name="Camel2.0.0Release-SourceDistributions"></a>Source Distributions</h3>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Description </th>
<th class='confluenceTh'> Download Link </th>
<th class='confluenceTh'> PGP Signature file of download </th>
</tr>
<tr>
<td class='confluenceTd'> Source for Windows </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0.0/apache-camel-2.0.0-src.zip" rel="nofollow">apache-camel-2.0.0-src.zip</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0.0/apache-camel-2.0.0-src.zip.asc" rel="nofollow">apache-camel-2.0.0-src.zip.asc</a> </td>
</tr>
</tbody></table>
<table class='confluenceTable'><tbody>
<tr>
<td class='confluenceTd'> Source for Unix/Linux/Cygwin </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0.0/apache-camel-2.0.0-src.tar.gz" rel="nofollow">apache-camel-2.0.0-src.tar.gz</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0.0/apache-camel-2.0.0-src.tar.gz.asc" rel="nofollow">apache-camel-2.0.0-src.tar.gz.asc</a> </td>
</tr>
</tbody></table>
<h3><a name="Camel2.0.0Release-GettingtheBinariesusingMaven2"></a>Getting the Binaries using Maven 2</h3>
<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html" rel="nofollow">Maven POM</a> is:</p>
<style type="text/css">
@import url(/confluence/download/resources/confluence.ext.code:code/shStyles.css);
</style>
<!--[if IE]>
<style type="text/css">
.code textarea, .code input { padding: 0 !important; }
</style>
<![endif]-->
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shCore.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushCSharp.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushPhp.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushJScript.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushVb.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushSql.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushXml.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushShell.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushDelphi.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushPython.js"></script>
<script class="javascript" src="/confluence/download/resources/confluence.ext.code:code/shBrushJava.js"></script>
<div class="code">
<textarea name="newcodemacro" class="xml:nocontrols:nogutter" rows="10" readonly="readonly"><dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<version>2.0.0</version>
</dependency></textarea>
<script class="javascript">
if(!window.newcodemacro_initialised)
{
window.newcodemacro_initialised = true;
window.oldonloadmethod = window.onload;
window.onload = function(){
dp.SyntaxHighlighter.HighlightAll('newcodemacro');
if(window.oldonloadmethod)
{
window.oldonloadmethod();
}
}
}
</script>
</div>
<h3><a name="Camel2.0.0Release-SVNTagCheckout"></a>SVN Tag Checkout</h3>
<div class="code">
<textarea name="newcodemacro" class="java:nocontrols:nogutter" rows="10" readonly="readonly">svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.0.0</textarea>
<script class="javascript">
if(!window.newcodemacro_initialised)
{
window.newcodemacro_initialised = true;
window.oldonloadmethod = window.onload;
window.onload = function(){
dp.SyntaxHighlighter.HighlightAll('newcodemacro');
if(window.oldonloadmethod)
{
window.oldonloadmethod();
}
}
}
</script>
</div>
<h2><a name="Camel2.0.0Release-Changelog"></a>Changelog</h2>
<p>For a more detailed view of new features and bug fixes, see the <a href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11020&styleName=Html&version=11900" rel="nofollow">release notes</a></p>
<p>
<div>
<p>Errors were reported by the JIRA trusted connection.</p>
<ul>
<li>APP_UNKNOWN; Unknown Application: {0}; ["confluence:7876176"]</li>
</ul>
</div>
<table cellspacing="0" class="grid" style="width: 100%">
<tr>
<th colspan="11" style="text-align: left; ">
<a rel="nofollow" href="http://issues.apache.org/activemq/secure/IssueNavigator.jspa?reset=true&&pid=11020&fixfor=11900&sorter/field=issuekey&sorter/order=DESC&tempMax=1000">JIRA Issues</a> (110 issues)
</th>
</tr>
<tr>
<th style="text-align: left; text-transform: capitalize;">Type</th>
<th style="text-align: left; text-transform: capitalize;">Key</th>
<th style="text-align: left; text-transform: capitalize;">Summary</th>
<th style="text-align: left; text-transform: capitalize;">Assignee</th>
<th style="text-align: left; text-transform: capitalize;">Reporter</th>
<th style="text-align: left; text-transform: capitalize;">Priority</th>
<th style="text-align: left; text-transform: capitalize;">Status</th>
<th style="text-align: left; text-transform: capitalize;">Resolution</th>
<th style="text-align: left; text-transform: capitalize;">Created</th>
<th style="text-align: left; text-transform: capitalize;">Updated</th>
<th style="text-align: left; text-transform: capitalize;">Due</th>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1832"><img src="http://issues.apache.org/activemq/images/icons/issue_subtask.gif" alt="Sub-task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1832">CAMEL-1832</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1832">camel-servlet feature</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 15, 2009
</td>
<td nowrap="true">
Jul 15, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1831"><img src="http://issues.apache.org/activemq/images/icons/issue_subtask.gif" alt="Sub-task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1831">CAMEL-1831</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1831">OSGi integration test to show how to setup the servlet in OSGi plateform</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 15, 2009
</td>
<td nowrap="true">
Jul 15, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1830"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1830">CAMEL-1830</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1830">seda component - use pool size from concurrent consumers parameter</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Working as Designed</font>
</td>
<td nowrap="true">
Jul 14, 2009
</td>
<td nowrap="true">
Jul 14, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1829"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1829">CAMEL-1829</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1829">camel-archetype-war not working in 2.0-M2</a>
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_critical.gif" alt="Critical" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Duplicate</font>
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
Jul 14, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1828"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1828">CAMEL-1828</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1828">jaxb prettyPrint does not work</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_open.gif" alt="" border="0" /> Open
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1827"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1827">CAMEL-1827</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1827">camel-cxf feature osgi bundles have not right version </a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_open.gif" alt="" border="0" /> Open
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1826"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1826">CAMEL-1826</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1826">add camel-servlet component </a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_open.gif" alt="" border="0" /> Open
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 12, 2009
</td>
<td nowrap="true">
Jul 12, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1825"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1825">CAMEL-1825</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1825">GenericFileDeleteProcessStrategy in some cases seems to delete a file, but then throw an exception saying it can't delete the file, even though it has.</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Alexander Lee
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 11, 2009
</td>
<td nowrap="true">
Jul 12, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1824"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1824">CAMEL-1824</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1824">GenericFileConsumer fails to pick up all files in a directory if there are more files than maxMessagePerPoll setting</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Alexander Lee
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 11, 2009
</td>
<td nowrap="true">
Jul 12, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1822"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1822">CAMEL-1822</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1822">Cleanup unnecessary copy related methods in Exchange</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_inprogress.gif" alt="" border="0" /> In Progress
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 10, 2009
</td>
<td nowrap="true">
Jul 10, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1820"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1820">CAMEL-1820</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1820">Rename useOriginalBody to useOriginalMessage</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 10, 2009
</td>
<td nowrap="true">
Jul 10, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1817"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1817">CAMEL-1817</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1817">Moved logic for defensive copy of current exchange from Pipeline to RedeliveryErrorHandler</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_open.gif" alt="" border="0" /> Open
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 09, 2009
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1816"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1816">CAMEL-1816</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1816">Spring DSL <rollback/> generates error but dot not propagate the rollback to the TransactionManager</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Charles Moulliard
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Working as Designed</font>
</td>
<td nowrap="true">
Jul 09, 2009
</td>
<td nowrap="true">
Jul 12, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1815"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1815">CAMEL-1815</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1815">Remove debug interceptor as it was newer implemented</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
Jul 09, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1814"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1814">CAMEL-1814</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1814">Missing debug.xml in 2.0-M2</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Terry jeske
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Duplicate</font>
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
Jul 09, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1813"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1813">CAMEL-1813</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1813">HttpProducer doesn't copy the in message header to out message</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1812"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1812">CAMEL-1812</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1812">Remove @author tags in java code</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1811"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1811">CAMEL-1811</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1811">SpringInjector - Support letting spring do constructor IoC</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1810"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1810">CAMEL-1810</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1810">Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Seumas Soltysik
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1809"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1809">CAMEL-1809</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1809">Share the Jetty connector across camel context</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 07, 2009
</td>
<td nowrap="true">
Jul 07, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1808"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1808">CAMEL-1808</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1808">file component - markerFile read lock - do not use nio FileLock</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_closed.gif" alt="" border="0" /> Closed
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 07, 2009
</td>
<td nowrap="true">
Jul 09, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1806"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1806">CAMEL-1806</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1806">put the query parameters into the message header</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_reopened.gif" alt="" border="0" /> Reopened
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
Jul 10, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1805"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1805">CAMEL-1805</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1805">Timer component - setting time option from URI is missing a converter from String to Date</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1803"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1803">CAMEL-1803</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1803">RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1801"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1801">CAMEL-1801</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1801">FTP component - add option to specify retry login attempts</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 05, 2009
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1798"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1798">CAMEL-1798</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1798">DeadLetterChannel - redelivery should default be disabled</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 05, 2009
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1797"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1797">CAMEL-1797</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1797">Spring DSL - tracer is tracing double in some cases</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 05, 2009
</td>
<td nowrap="true">
Jul 05, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1795"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1795">CAMEL-1795</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1795">camel-jms - wrong defaults causes message listener to use new thread when receiving a message</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_critical.gif" alt="Critical" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1793"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1793">CAMEL-1793</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1793">CustomerServicesWsAddressingTest hangs sometimes</a>
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1792"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1792">CAMEL-1792</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1792">add bindy to data format builder in DSL</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1790"><img src="http://issues.apache.org/activemq/images/icons/issue_subtask.gif" alt="Sub-task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1790">CAMEL-1790</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1790">camel-cxf - get rid of dependency to commons-io</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1789"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1789">CAMEL-1789</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1789">Let the Camel Route support to lookup the service which is exported from the OSGi bundle</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_open.gif" alt="" border="0" /> Open
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
Jul 08, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1787"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1787">CAMEL-1787</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1787">Add SSL support to camel-irc</a>
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
Stan Lewis
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
Jul 04, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1786"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1786">CAMEL-1786</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1786">camel-irc parsing of channel name and parameters is incorrect</a>
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
Stan Lewis
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1785"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1785">CAMEL-1785</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1785">camel-archetype-war throws velocity error on creation</a>
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1784"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1784">CAMEL-1784</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1784">Don't put null string in the string generated for CSV, KeyValuePair messages</a>
</td>
<td nowrap="true">
Unassigned
</td>
<td nowrap="true">
Charles Moulliard
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1783"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1783">CAMEL-1783</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1783">camel-jms - allow a header like JMSDestination to override the destination to send to</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1781"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1781">CAMEL-1781</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1781">Fix camel-bindy component and test</a>
</td>
<td nowrap="true">
Unassigned
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_critical.gif" alt="Critical" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
Jul 02, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1779"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1779">CAMEL-1779</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1779">camel-file - also support autoCreate option </a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1778"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1778">CAMEL-1778</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1778">camel-file - consumer, starting directory should validate that its configured properly eg not containing dynamic expressions etc</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1777"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1777">CAMEL-1777</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1777">The Exchange.BEAN_METHOD_NAME header is not be set rightly when the message exchange pattern is InOut</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1774"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1774">CAMEL-1774</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1774">cxfbean does not propagate in http response code to Camel header</a>
</td>
<td nowrap="true">
William Tam
</td>
<td nowrap="true">
William Tam
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1773"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1773">CAMEL-1773</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1773">JMSReplyTo is not set when explicitly set by user</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Eric Bouer
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Working as Designed</font>
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
Jun 30, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1771"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1771">CAMEL-1771</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1771">ProducerCache should be limited to not eat memory (was: recipientList leaks memory)</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Andres
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_critical.gif" alt="Critical" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
Jun 30, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1770"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1770">CAMEL-1770</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1770">InOut exchange pattern is not detected by routes</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Eric Bouer
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Cannot Reproduce</font>
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
Jun 30, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1768"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1768">CAMEL-1768</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1768">Clean up the camel eclipse mvn pulgin's configuration</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 28, 2009
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1765"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1765">CAMEL-1765</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1765">License for One-JAR classes not included in camel-example-spring one-jar artifact. Also apache legal files missing</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
David Jencks
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_blocker.gif" alt="Blocker" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 27, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1764"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1764">CAMEL-1764</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1764">Camel builds should not use platform specific encoding</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 27, 2009
</td>
<td nowrap="true">
Jun 27, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1763"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1763">CAMEL-1763</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1763">Parameter Mapping - Add CamelContext as default parameter mapping</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 26, 2009
</td>
<td nowrap="true">
Jun 26, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1762"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1762">CAMEL-1762</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1762">Upgrade commons-pool to latest version</a>
</td>
<td nowrap="true">
Unassigned
</td>
<td nowrap="true">
Kevin Williams
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 26, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1761"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1761">CAMEL-1761</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1761">Create unit test (example) to how to set the response for the camel-cxf PAYLOAD datafromat consumer</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 26, 2009
</td>
<td nowrap="true">
Jun 26, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1760"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1760">CAMEL-1760</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1760">Unable to read post params from request</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Andres
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 25, 2009
</td>
<td nowrap="true">
Jun 25, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1759"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1759">CAMEL-1759</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1759">Tracer - when using delay, throttle the to node keeps displaying the parent</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 25, 2009
</td>
<td nowrap="true">
Jun 26, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1758"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1758">CAMEL-1758</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1758">Add option to specify qualifier for camel context on @Consume</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
Jun 25, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1757"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1757">CAMEL-1757</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1757">Upgrade to junit 4.5</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
Jun 25, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1756"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1756">CAMEL-1756</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1756">getEndpoint() should match for singleton endpoints even if url does not contain params</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
Jul 06, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1755"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1755">CAMEL-1755</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1755">Failover load balancer - should prepare exchange before failover</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1753"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1753">CAMEL-1753</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1753">validator component should be configurable for either Sax or Dom as MSV component requires Dom</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1752"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1752">CAMEL-1752</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1752">SpringCamelContext will get into endless loop of calling start method if the route service calling the ApplicationContext refresh method in it's initial method</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1751"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1751">CAMEL-1751</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1751">Camel causes Tomcat shutdown to hang</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
david durham
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Won't Fix</font>
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
Jun 25, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1750"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1750">CAMEL-1750</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1750">ScheduledPollConsumer - Allow pluggable exception strategies for what to do when exception occur during poll</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
Jun 28, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1746"><img src="http://issues.apache.org/activemq/images/icons/test.gif" alt="Test" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1746">CAMEL-1746</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1746">Clean up the itest's noise log output</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
Jun 30, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1745"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1745">CAMEL-1745</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1745">Validator component to use SaxSource internally</a>
</td>
<td nowrap="true">
Roman Kalukiewicz
</td>
<td nowrap="true">
Roman Kalukiewicz
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1744"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1744">CAMEL-1744</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1744">ScheduledPollConsumer - Should not throw polled exception on stop</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1743"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1743">CAMEL-1743</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1743">Validator component lacks a DOMSource converter from an InputStream</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1741"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1741">CAMEL-1741</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1741">camel-jms should be compatible with spring 2.0.x</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1740"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1740">CAMEL-1740</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1740">Docs for the http component are incorrect regarding the HttpConstants class</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1739"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1739">CAMEL-1739</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1739">MessageSupport - get rid of fallback converter trying to convert a Camel Message object </a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Won't Fix</font>
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1738"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1738">CAMEL-1738</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1738">Memory leak if using JMX and recipientList</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Andres
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
Jun 30, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1737"><img src="http://issues.apache.org/activemq/images/icons/issue_subtask.gif" alt="Sub-task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1737">CAMEL-1737</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1737">support Http central client API in camel-cxfrs producer </a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1736"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1736">CAMEL-1736</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1736">camel-cxf defaultHeaderFilterStrategy doesn't filter the Camel releates headers</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1735"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1735">CAMEL-1735</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1735">camel-example-etl - bug in sample about type converter</a>
</td>
<td nowrap="true">
Unassigned
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1733"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1733">CAMEL-1733</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1733">org.apache.camel.component.file.FileComponent.java is missing FileComponent.HEADER_FILE_NAME</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Adam
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_trivial.gif" alt="Trivial" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Won't Fix</font>
</td>
<td nowrap="true">
Jun 19, 2009
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1731"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1731">CAMEL-1731</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1731">Camel does not build with maven 2.1.0</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Guillaume Nodet
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1729"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1729">CAMEL-1729</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1729">Converters are not correctly loaded in OSGi</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Guillaume Nodet
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1728"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1728">CAMEL-1728</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1728">camel-bean - should throw MethodNotExist exception if method name provided but not found on bean</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1727"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1727">CAMEL-1727</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1727">camel-mail - Alternative Body Header is included in mail as a header, it should be skipped</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1726"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1726">CAMEL-1726</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1726">POM in examples has SNAPSHOT not M2</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
john robens
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_closed.gif" alt="" border="0" /> Closed
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1725"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1725">CAMEL-1725</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1725">Better logging at startup if Camel uses camel-osgi or not</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1724"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1724">CAMEL-1724</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1724">camel-mail - sending mails with text/plain could give a content type error by java mail</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1723"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1723">CAMEL-1723</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1723">Allow to set TTL on InOut JMS messages that is different than requestTimeout</a>
</td>
<td nowrap="true">
Roman Kalukiewicz
</td>
<td nowrap="true">
Roman Kalukiewicz
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1722"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1722">CAMEL-1722</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1722">AggregationStrategy in Splitter, Aggregagator, Multicast - IN or OUT</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 16, 2009
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1721"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1721">CAMEL-1721</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1721">Some website issues</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Joe Gottman
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 16, 2009
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1720"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1720">CAMEL-1720</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1720">StreamCache should be disabled by default - and add option to turn it on per route</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 16, 2009
</td>
<td nowrap="true">
Jun 22, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1719"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1719">CAMEL-1719</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1719">bean component should thrown NoTypeConverterException when bean parameter binding cannot convert to method signature type</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 16, 2009
</td>
<td nowrap="true">
Jun 16, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1717"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1717">CAMEL-1717</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1717">Remove cycle between model and util</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Christian Schneider
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
Jun 16, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1716"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1716">CAMEL-1716</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1716">Simple language support for AND / OR to concat multiple expressions fails if string constants are enclosed in single quotation marks</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Oliver Hecker
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1715"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1715">CAMEL-1715</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1715">TransactionErrorHandler - Add support for redelivery</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1711"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1711">CAMEL-1711</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1711">Routes are started twice with webapplication context</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Andreas Kuhtz
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_critical.gif" alt="Critical" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
Jul 10, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1710"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1710">CAMEL-1710</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1710">Fixed the test error of FileExclusiveReadRenameStrategyTest</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1708"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1708">CAMEL-1708</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1708">Allow for the selection of Routes during package scan using Ant like Path matching</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Stephen Gargan
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 14, 2009
</td>
<td nowrap="true">
Jun 21, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1706"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1706">CAMEL-1706</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1706">DefaultErrorHandler - add support for redelivery</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 13, 2009
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1705"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1705">CAMEL-1705</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1705">Dead Letter Channel - RedeliveryOption - delay clash with delay EIP</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 13, 2009
</td>
<td nowrap="true">
Jun 13, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1704"><img src="http://issues.apache.org/activemq/images/icons/issue_subtask.gif" alt="Sub-task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1704">CAMEL-1704</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1704">Add JUnit4 version of CamelTestSupport and CamelSpringTestSupport Classes</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 13, 2009
</td>
<td nowrap="true">
Jun 15, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1703"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1703">CAMEL-1703</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1703">Single Restlet consumer endpoint to service multiple methods and uri patterns.</a>
</td>
<td nowrap="true">
William Tam
</td>
<td nowrap="true">
William Tam
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 13, 2009
</td>
<td nowrap="true">
Jun 13, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1702"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1702">CAMEL-1702</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1702">Mirgrate Camel EIP decorated headers to properties</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 12, 2009
</td>
<td nowrap="true">
Jun 18, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1701"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1701">CAMEL-1701</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1701">Let camel spring auto detect any InterceptStrategy spring beans and auto use them on startup</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 12, 2009
</td>
<td nowrap="true">
Jun 12, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1700"><img src="http://issues.apache.org/activemq/images/icons/issue_subtask.gif" alt="Sub-task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1700">CAMEL-1700</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1700">Support to get the Verb and URI from the message header from the cxfrs consumer</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 12, 2009
</td>
<td nowrap="true">
Jun 17, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1694"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1694">CAMEL-1694</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1694">Add a DSL for polling consumer that is similar to enrich but just for polling consumer instead</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 11, 2009
</td>
<td nowrap="true">
Jun 29, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1693"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1693">CAMEL-1693</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1693">Should be able to set custom MailSender implementation for the default smtp endpoint</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Rohit
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_minor.gif" alt="Minor" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 10, 2009
</td>
<td nowrap="true">
Jul 04, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1689"><img src="http://issues.apache.org/activemq/images/icons/bug.gif" alt="Bug" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1689">CAMEL-1689</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1689">JMS-Headers are ignored in Producer</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Siegfried Wirth
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 09, 2009
</td>
<td nowrap="true">
Jul 01, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1673"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1673">CAMEL-1673</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1673">Upgrade to JUnit 4.4 in camel-cxf</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jun 04, 2009
</td>
<td nowrap="true">
Jun 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1660"><img src="http://issues.apache.org/activemq/images/icons/newfeature.gif" alt="New Feature" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1660">CAMEL-1660</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1660">A lite AOP feature in the DSL</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
May 31, 2009
</td>
<td nowrap="true">
Jul 16, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1659"><img src="http://issues.apache.org/activemq/images/icons/issue_subtask.gif" alt="Sub-task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1659">CAMEL-1659</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1659">Support SubResourceLocator in CxfRsProducer</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
May 29, 2009
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1127"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1127">CAMEL-1127</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1127">there seems some confusion & inconsistency in the use of CamelContext.addRoute[s]() with the interfaces Route / Routes / RouteBuilder</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
James Strachan
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Nov 28, 2008
</td>
<td nowrap="true">
Jun 24, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1114"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1114">CAMEL-1114</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1114">update eclipse templates for 2.0 syntax</a>
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
Jonathan Anstey
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_open.gif" alt="" border="0" /> Open
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Nov 24, 2008
</td>
<td nowrap="true">
Feb 23, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1078"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1078">CAMEL-1078</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1078">Remove specialized Exchange and make DefaultExchange final to pave the road for optimization by reducing exchange copies</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_critical.gif" alt="Critical" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Nov 11, 2008
</td>
<td nowrap="true">
Jul 04, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-761"><img src="http://issues.apache.org/activemq/images/icons/task.gif" alt="Task" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-761">CAMEL-761</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-761">JmxComponent - is @deprecated and should be removed</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 26, 2008
</td>
<td nowrap="true">
Jun 23, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-720"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-720">CAMEL-720</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-720">support CXF REST endpoint in camel</a>
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
Willem Jiang
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_open.gif" alt="" border="0" /> Open
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Jul 14, 2008
</td>
<td nowrap="true">
Jul 03, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-316"><img src="http://issues.apache.org/activemq/images/icons/improvement.gif" alt="Improvement" border="0" /></a>
</td>
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-316">CAMEL-316</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-316">Merge Fault and Exception semantics</a>
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
Hadrian Zbarcea
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/priority_major.gif" alt="Major" border="0" />
</td>
<td nowrap="true">
<img src="http://issues.apache.org/activemq/images/icons/status_inprogress.gif" alt="" border="0" /> In Progress
</td>
<td nowrap="true">
<font color="990000">Unresolved</font>
</td>
<td nowrap="true">
Feb 01, 2008
</td>
<td nowrap="true">
Jul 10, 2009
</td>
<td nowrap="true">
</td>
</tr>
</table>
</p>
</div>
<div id="commentsSection" class="wiki-content pageSection">
<div style="float: right;">
<a href="http://cwiki.apache.org/confluence/users/viewnotifications.action" class="grey">Change Notification Preferences</a>
</div>
<a href="http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release">View Online</a>
|
<a href="http://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=101053&revisedVersion=120&originalVersion=119">View Change</a>
|
<a href="http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0.0+Release?showComments=true&showCommentArea=true#addcomment">Add Comment</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|