<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-M3+Release">Camel 2.0-M3 Release</a></h2>
<h4>Page <b>edited</b> by <a href="http://cwiki.apache.org/confluence/display/~davsclaus">Claus Ibsen</a>
</h4>
<br/>
<div class="notificationGreySide">
<h1><a name="Camel2.0-M3Release-Camel2.0M3release"></a>Camel 2.0-M3 release</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-M3Release-NewandNoteworthy"></a>New and Noteworthy</h2>
<p>Welcome to the 2.0-M3 release which approx 109 issues resolved (new features, improvements and bug fixes such as...)</p>
<ul>
<li>Complete removal of specialized Exchange using generics</li>
<li>Performance improvements</li>
<li><a href="/confluence/display/CAMEL/JMS" title="JMS">JMS</a> improvements and fixes</li>
<li>Fixes for <a href="/confluence/display/CAMEL/Camel+Maven+Archetypes" title="Camel Maven Archetypes">Camel Maven Archetypes</a></li>
<li><a href="/confluence/display/CAMEL/Xml+Configuration" title="Xml Configuration">Spring DSL</a> fixes</li>
<li>Added SSL support to Camel <a href="/confluence/display/CAMEL/IRC" title="IRC">IRC</a></li>
<li>Many fixes in the <a href="/confluence/display/CAMEL/CXF" title="CXF">CXF</a>, <a href="/confluence/display/CAMEL/FTP" title="FTP">FTP</a>, <a href="/confluence/display/CAMEL/Log" title="Log">Log</a>, <a href="/confluence/display/CAMEL/Mail" title="Mail">Mail</a> and others</li>
<li>Major improvements and fixes in <a href="/confluence/display/CAMEL/Bindy" title="Bindy">Bindy</a></li>
<li>Removed platforms specific encoding from kits</li>
<li>Fixed issues related to class loading in OSGi</li>
<li><a href="/confluence/display/CAMEL/Bean" title="Bean">Bean</a> also supports lookup in OSGi registry</li>
<li>Upgraded to Junit 4.5</li>
<li>Error handler improvements</li>
<li>Introduced <a href="/confluence/display/CAMEL/Spring" title="Spring"><pacakgeScan></a> in Spring XML that supports ANT path style filtering</li>
<li>Introduced <tt>PollingConsumerPollStrategy</tt> as pluggable strategy for fine grained error handling with <a href="/confluence/display/CAMEL/Polling+Consumer" title="Polling Consumer">Polling Consumer</a></li>
<li><a href="/confluence/display/CAMEL/Stream+caching" title="Stream caching">Stream caching</a> is disabled by default</li>
<li><a href="/confluence/display/CAMEL/Jetty" title="Jetty">Jetty</a> connector can now be shared among multiple CamelContext</li>
</ul>
<h3><a name="Camel2.0-M3Release-NewEnterpriseIntegrationPatterns"></a>New <a href="/confluence/display/CAMEL/Enterprise+Integration+Patterns" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></h3>
<ul>
<li>None</li>
</ul>
<h3><a name="Camel2.0-M3Release-NewComponents"></a>New <a href="/confluence/display/CAMEL/Components" title="Components">Components</a></h3>
<ul>
<li><a href="/confluence/display/CAMEL/SERVLET" title="SERVLET">camel-servlet</a></li>
</ul>
<h3><a name="Camel2.0-M3Release-NewDSL"></a>New DSL</h3>
<ul>
<li>New <tt>pollEnrich()</tt> added for <a href="/confluence/display/CAMEL/Content+Enricher" title="Content Enricher">Content Enricher</a></li>
<li>New <a href="/confluence/display/CAMEL/AOP" title="AOP">AOP</a> added</li>
</ul>
<h3><a name="Camel2.0-M3Release-NewAnnotations"></a>New Annotations</h3>
<ul>
<li>Added <tt>qualifier</tt> option to many annotations to specify which CamelContext it should apply in case multiple CamelContext is used.</li>
</ul>
<h3><a name="Camel2.0-M3Release-NewDataFormatsDataFormat"></a>New <a href="/confluence/display/CAMEL/Data+Format" title="Data Format">Data Formats</a></h3>
<ul>
<li>None</li>
</ul>
<h3><a name="Camel2.0-M3Release-NewLanguages"></a>New <a href="/confluence/display/CAMEL/Languages" title="Languages">Languages</a></h3>
<ul>
<li>None</li>
</ul>
<h3><a name="Camel2.0-M3Release-NewExamples"></a>New <a href="/confluence/display/CAMEL/Examples" title="Examples">Examples</a></h3>
<ul>
<li>None</li>
</ul>
<h2><a name="Camel2.0-M3Release-APIbreaking"></a>API breaking</h2>
<h3><a name="Camel2.0-M3Release-CamelCore"></a>Camel Core</h3>
<ul>
<li>All specialized <a href="/confluence/display/CAMEL/Exchange" title="Exchange">Exchange</a> classes have been removed. You should use <tt>org.apache.camel.impl.DefaultExchange</tt> instead.</li>
</ul>
<ul>
<li>Renamed DSL in SpringBuilder: bean -> lookup</li>
</ul>
<ul>
<li>Option delay renamed to redeliveryDelay in RedeliveryPolicy.</li>
</ul>
<ul>
<li><a href="/confluence/display/CAMEL/Debugger" title="Debugger">Debugger</a> removed</li>
</ul>
<h3><a name="Camel2.0-M3Release-Components"></a>Components</h3>
<h2><a name="Camel2.0-M3Release-KnownIssues"></a>Known Issues</h2>
<p>See known issues from previous releases.</p>
<h2><a name="Camel2.0-M3Release-Importantchangestoconsiderwhenupgrading"></a>Important changes to consider when upgrading</h2>
<p>If you specialized existing components and used specialized <tt>org.apache.camel.Exchange</tt> classes, your code will need updating to use <tt>org.apache.camel.impl.DefaultExchange</tt> instead.</p>
<h2><a name="Camel2.0-M3Release-GettingtheDistributions"></a>Getting the Distributions</h2>
<h3><a name="Camel2.0-M3Release-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-M3/apache-camel-2.0-M3.zip" rel="nofollow">apache-camel-2.0-M3.zip</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3.zip.asc" rel="nofollow">apache-camel-2.0-M3.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-M3/apache-camel-2.0-M3.tar.gz" rel="nofollow">apache-camel-2.0-M3.tar.gz</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3.tar.gz.asc" rel="nofollow">apache-camel-2.0-M3.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-M3Release-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-M3/apache-camel-2.0-M3-src.zip" rel="nofollow">apache-camel-2.0-M3-src.zip</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3-src.zip.asc" rel="nofollow">apache-camel-2.0-M3-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-M3/apache-camel-2.0-M3-src.tar.gz" rel="nofollow">apache-camel-2.0-M3-src.tar.gz</a> </td>
<td class='confluenceTd'> <a href="http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3-src.tar.gz.asc" rel="nofollow">apache-camel-2.0-M3-src.tar.gz.asc</a> </td>
</tr>
</tbody></table>
<h3><a name="Camel2.0-M3Release-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-M3</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-M3Release-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-M3</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-M3Release-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=12160" 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=12160&sorter/field=issuekey&sorter/order=DESC&tempMax=1000">JIRA Issues</a> (109 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-1839"><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-1839">CAMEL-1839</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1839">camel-web can't process the endpoint with "://" schema, like /endpoints/mock://results</a>
</td>
<td nowrap="true">
Claus Ibsen
</td>
<td nowrap="true">
Xueqiang Mi
</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 18, 2009
</td>
<td nowrap="true">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1838"><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-1838">CAMEL-1838</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1838">camel-ftp - Recover from lost connection issue</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 16, 2009
</td>
<td nowrap="true">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1836"><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-1836">CAMEL-1836</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1836">Log component - option to log stacktrace</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_trivial.gif" alt="Trivial" 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 16, 2009
</td>
<td nowrap="true">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1835"><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-1835">CAMEL-1835</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1835">Add timeout to seda producer so we wont risk waiting forever for a reply newer coming</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 16, 2009
</td>
<td nowrap="true">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<td nowrap="true">
<a href="http://issues.apache.org/activemq/browse/CAMEL-1833"><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-1833">CAMEL-1833</a>
</td>
<td >
<a href="http://issues.apache.org/activemq/browse/CAMEL-1833">camel-servlet wiki page</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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 13, 2009
</td>
<td nowrap="true">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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_resolved.gif" alt="" border="0" /> Resolved
</td>
<td nowrap="true">
<font color="990000">Fixed</font>
</td>
<td nowrap="true">
Jul 12, 2009
</td>
<td nowrap="true">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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 20, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 20, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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_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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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 19, 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">
Jul 19, 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">
Jul 19, 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 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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">
Jul 19, 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 19, 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 19, 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">
Jul 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 19, 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 19, 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">
Jul 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowAlternate">
<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 19, 2009
</td>
<td nowrap="true">
</td>
</tr>
<tr class="rowNormal">
<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">
Jul 19, 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-M3+Release">View Online</a>
|
<a href="http://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=2328064&revisedVersion=4&originalVersion=3">View Change</a>
|
<a href="http://cwiki.apache.org/confluence/display/CAMEL/Camel+2.0-M3+Release?showComments=true&showCommentArea=true#addcomment">Add Comment</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|