[jira] Created: (CAMEL-1417) StreamCache causes to many type converters not possible

2009-03-04 Thread Claus Ibsen (JIRA)
StreamCache causes to many type converters not possible --- Key: CAMEL-1417 URL: https://issues.apache.org/activemq/browse/CAMEL-1417 Project: Apache Camel Issue Type: Bug

[jira] Updated: (CAMEL-1417) StreamCache causes to many type converters not possible

2009-03-04 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1417: --- Affects Version/s: (was: 1.6.1) Fix Version/s: 1.6.1 StreamCache causes to many

[jira] Commented: (CAMEL-1416) Using # notation to reference CXF serviceClass is not working

2009-03-04 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=50204#action_50204 ] Charles Moulliard commented on CAMEL-1416: -- I have retested and everything is ok.

[jira] Updated: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1418: Attachment: UseFilters.patch Patch against camel-mina component Added an endpoint

[jira] Updated: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Nicolas Bouillon (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Bouillon updated CAMEL-1418: Attachment: TestCase.patch Test case for filter. Patch against :

[jira] Commented: (CAMEL-1411) CamelContext - Add ClassResolver to be used when you need to load a class instead of ObjectHelper.loadClass to work in OSGi environments

2009-03-04 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=50207#action_50207 ] Hadrian Zbarcea commented on CAMEL-1411: @Charles, yes, there should be no difference

[jira] Resolved: (CAMEL-1421) Cxf Endpoint String bean properites are not merged

2009-03-04 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam resolved CAMEL-1421. Resolution: Fixed Committed revision 750147. Cxf Endpoint String bean properites are not

[jira] Work started: (CAMEL-1421) Cxf Endpoint String bean properites are not merged

2009-03-04 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-1421 started by William Tam. Cxf Endpoint String bean properites are not merged --

Re: svn commit: r750021 - in /camel/branches/camel-1.x: ./ camel-core/src/main/java/org/apache/camel/util/ components/camel-spring/src/test/java/org/apache/camel/spring/processor/onexception/ componen

2009-03-04 Thread Willem Jiang
Hi Claus, Since Camel 1.x doesn't support the onException, I'd like to revert the SpringOnExceptionNotNormalizedClassNameTest part and keep the change of ObjectHelper. Willem davscl...@apache.org wrote: Author: davsclaus Date: Wed Mar 4 14:25:18 2009 New Revision: 750021 URL:

Re: svn commit: r749973 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/mock/ main/java/org/apache/camel/processor/interceptor/ test/java/org/apache/camel/component/mock/ test/j

2009-03-04 Thread Willem Jiang
Hi Claus, Does this change need to be merge in to 1.x branch ? Thanks, Willem davscl...@apache.org wrote: Author: davsclaus Date: Wed Mar 4 12:06:11 2009 New Revision: 749973 URL: http://svn.apache.org/viewvc?rev=749973view=rev Log: CAMEL-1417: Fixed failing unit test as we can not

[jira] Updated: (CAMEL-1422) Update the cxf endpoint's schema's target name space

2009-03-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-1422: Fix Version/s: 2.0.0 Update the cxf endpoint's schema's target name space

Re: svn commit: r749973 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/mock/ main/java/org/apache/camel/processor/interceptor/ test/java/org/apache/camel/component/mock/ test

2009-03-04 Thread Claus Ibsen
On Thu, Mar 5, 2009 at 2:52 AM, Willem Jiang willem.ji...@gmail.com wrote: Hi Claus, Does this change need to be merge in to 1.x branch ? No as the code change in StreamCachingInterceptor does not exists in 1.x. It was using a TypeConverterRegistry which does not exist in 1.x. The other change

Re: svn commit: r750021 - in /camel/branches/camel-1.x: ./ camel-core/src/main/java/org/apache/camel/util/ components/camel-spring/src/test/java/org/apache/camel/spring/processor/onexception/ compon

2009-03-04 Thread Claus Ibsen
On Thu, Mar 5, 2009 at 2:10 AM, Willem Jiang willem.ji...@gmail.com wrote: Hi Claus, Since Camel 1.x doesn't support the onException, I'd like to revert the SpringOnExceptionNotNormalizedClassNameTest part and keep the change of ObjectHelper. Ah I got it, the problem was that onexception did

[jira] Assigned: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1418: -- Assignee: Claus Ibsen Allow usage of any IoFilter in camel-mina, not only

[jira] Resolved: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

2009-03-04 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1418. Resolution: Fixed Fix Version/s: 2.0.0 Applied patch with thanks to Nicolas Committed

Edit wiki

2009-03-04 Thread Nicolas Bouillon
Hi, I would like to have rights to edit the wiki. I would like to add some example for mina filters. My Confluence username is my email address, and my JIRA username is bouil. Regards Nicolas.