RE: [DISCUSS] - Fix 2 pain issues with camel-bindy for Camel 2.9

2011-11-21 Thread Mathieu Lalonde
+1 for both. 2) Makes Bindy a lot more pleasant to use. Cheers, Mathieu Date: Wed, 16 Nov 2011 12:40:06 -0800 Subject: Re: [DISCUSS] - Fix 2 pain issues with camel-bindy for Camel 2.9 From: christian.muel...@gmail.com To: dev@camel.apache.org I'm

[jira] [Issue Comment Edited] (CAMEL-4541) Bean Binding should support interface methods for non-public classes

2011-10-14 Thread Mathieu Lalonde (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13127152#comment-13127152 ] Mathieu Lalonde edited comment on CAMEL-4541 at 10/14/11 10:22 AM

[jira] [Updated] (CAMEL-4541) Bean Binding should support interface methods for non-public classes

2011-10-14 Thread Mathieu Lalonde (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4541: --- Attachment: CAMEL-4541.tar Patch with a few minor edits to fix warnings. Added unit tests

Attached patch for CAMEL-4541: Bean Binding should support non-public classes when the target method is available through an interface

2011-10-14 Thread Mathieu Lalonde
Hi, I attached a small patch with unit test for the following issue: https://issues.apache.org/jira/browse/CAMEL-4541 Let me know if you have feedback or would like to discuss this further before accepting the change. Thanks, Mathieu PS.  I have karma to update the wiki when the change gets

[jira] [Commented] (CAMEL-4541) Bean Binding should support interface methods for non-public classes

2011-10-13 Thread Mathieu Lalonde (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13127152#comment-13127152 ] Mathieu Lalonde commented on CAMEL-4541: After trying a simple fix, I take back my

[jira] [Work started] (CAMEL-4541) Bean Binding should support interface methods for non-public classes

2011-10-13 Thread Mathieu Lalonde (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4541 started by Mathieu Lalonde. Bean Binding should support interface methods for non-public classes

[jira] [Created] (CAMEL-4541) Bean Binding should support interface methods for non-public classes

2011-10-12 Thread Mathieu Lalonde (Created) (JIRA)
: Improvement Components: camel-core Reporter: Mathieu Lalonde Assignee: Mathieu Lalonde Priority: Minor Fix For: Future As a user, I'd like to be able to use bean binding for non public classes. Bean binding is a strong selling point for Camel

Jms Queue as Aggregator persistent store?

2011-10-05 Thread Mathieu Lalonde
Hi, Would it make sense to add a JmsAggregator that uses a Jms queue as persistent store? I currently need to use an aggregator backed by a persistent store and my app runs in a stand alone environment (Camel/Spring/JVM). My app consumes from and outputs to a Jms queue.  We can't lose

[jira] [Commented] (CAMEL-4449) NullPointerException when unmarshalling using serialization data format

2011-09-16 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13106038#comment-13106038 ] Mathieu Lalonde commented on CAMEL-4449: XStream can serialize classes even

camel-jpa JpaPollingConsumer - Looking for feedback

2011-09-13 Thread Mathieu Lalonde
Hi, I've submitted a patch (for review) about a week ago for https://issues.apache.org/jira/browse/CAMEL-3142 I'd be really grateful if I could get feedback as I am looking to contribute more often and get better at it. :) Thanks! Mathieu

RE: [jira] [Updated] (CAMEL-4417) Move base classes used by components from impl to support

2011-09-07 Thread Mathieu Lalonde
Christian, I moved the following classes without compat stubs as they were not needed outside camel-core: DefaultPollingConsumerPollStrategy, DefaultRouteNode, DefaultScheduledPollConsumer, DefaultSubUnitOfWork, DefaultTracedRouteNodes, EventDrivenPollingConsumer, ExpressionAdapter,

[jira] [Commented] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-05 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097140#comment-13097140 ] Mathieu Lalonde commented on CAMEL-3142: *Status Update* At the moment I have

[jira] [Issue Comment Edited] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-05 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097140#comment-13097140 ] Mathieu Lalonde edited comment on CAMEL-3142 at 9/5/11 4:00 PM

[jira] [Issue Comment Edited] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-05 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097140#comment-13097140 ] Mathieu Lalonde edited comment on CAMEL-3142 at 9/5/11 9:12 PM

[jira] [Updated] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-05 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-3142: --- Attachment: camel-jpa_JpaPollingConsumer_forReview.tar The attached patch adds

[jira] [Updated] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-04 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-3142: --- Attachment: camel-jpa_initialPolish.patch I've attached some minor changes to fix

[jira] [Updated] (CAMEL-4332) camel-nagios - test that we use Camel type converter to convert message body to String before sending to Nagios

2011-09-03 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4332: --- Attachment: camel-nagios_test_polished.tar Attached additional unit test based on earlier

[jira] [Assigned] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-03 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde reassigned CAMEL-3142: -- Assignee: Mathieu Lalonde JpaPollingConsumer - So you can more easily work

[jira] [Commented] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-03 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096748#comment-13096748 ] Mathieu Lalonde commented on CAMEL-3142: I'll have time this (long) weekend

[jira] [Work started] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

2011-09-02 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4409 started by Mathieu Lalonde. Add unit test to camel-sql to ensure deterministic column order

[jira] [Created] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

2011-09-02 Thread Mathieu Lalonde (JIRA)
Components: camel-sql Reporter: Mathieu Lalonde Assignee: Mathieu Lalonde Priority: Trivial Fix For: Future This is already working but not covered by a unit test. CAMEL-4350 fixed column ordering for camel-jdbc got me looking at camel-sql

[jira] [Updated] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

2011-09-02 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4409: --- Issue Type: Test (was: Task) Add unit test to camel-sql to ensure deterministic column

[jira] [Updated] (CAMEL-4332) camel-nagios - test that we use Camel type converter to convert message body to String before sending to Nagios

2011-09-02 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4332: --- Affects Version/s: (was: 2.8.0) Issue Type: Test (was: Improvement

[jira] [Updated] (CAMEL-4409) Add unit test to camel-sql to ensure deterministic column order

2011-09-02 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4409: --- Attachment: camel-sql_keyOrderingTest_polished.patch Here is a unit test to ensure

Got my ICLA

2011-09-01 Thread Mathieu Lalonde
Hi, My name is now on the list. :) I am ready to get karma to edit the wiki. My preferred id was mrlalonde. Let me know if you need more info. Thanks! Mathieu

RE: Got my ICLA

2011-09-01 Thread Mathieu Lalonde
Hi Claus, Just created the account with userid: mrlalonde Thanks! Mathieu From: claus.ib...@gmail.com Date: Thu, 1 Sep 2011 13:24:41 +0200 Subject: Re: Got my ICLA To: dev@camel.apache.org On Thu, Sep 1, 2011 at 1:10 PM, Mathieu Lalonde mrlalo

[jira] [Updated] (CAMEL-4393) Camel :: Nagios unit test will break if exception is thrown during set up

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4393: --- Fix Version/s: (was: Future) I guess I jumped to conclusion too soon. I'll make sure

[jira] [Resolved] (CAMEL-4393) Camel :: Nagios unit test will break if exception is thrown during set up

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde resolved CAMEL-4393. Resolution: Won't Fix Camel :: Nagios unit test will break if exception is thrown during

[jira] [Commented] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094166#comment-13094166 ] Mathieu Lalonde commented on CAMEL-4332: Thanks for the feedback. I will also

[jira] [Reopened] (CAMEL-4350) Camel-jdbc with ListMap has arbitrary column order

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde reopened CAMEL-4350: I was going to submit a patch for the camel-sql component as well. I should have it done

[jira] [Commented] (CAMEL-4350) Camel-jdbc with ListMap has arbitrary column order

2011-08-30 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094175#comment-13094175 ] Mathieu Lalonde commented on CAMEL-4350: Based on the SqlProducer code

Question about // Snippet blocks in unit tests

2011-08-29 Thread Mathieu Lalonde
Hi guys, I think I got confused about those snippet blocks in the test code. Are they used to extract example code snippets at release time? eg.     // START SNIPPET: register     JndiRegistry reg = super.createRegistry();     reg.bind(testdb, ds);     return reg;     //

[jira] [Issue Comment Edited] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093331#comment-13093331 ] Mathieu Lalonde edited comment on CAMEL-4332 at 8/30/11 12:17 AM

[jira] [Updated] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4332: --- Attachment: camel-nagios_test-contribution.tar Please ignore the previous patch and use

[jira] [Created] (CAMEL-4393) Camel :: Nagios unit test will break if exception is thrown during set up

2011-08-29 Thread Mathieu Lalonde (JIRA)
Type: Task Reporter: Mathieu Lalonde Priority: Minor Fix For: Future The test classes swallow any exceptions thrown during setUp, log a warning and set flag indicating they can't run. Test methods return successfully if the flag is set! If an error

[jira] [Assigned] (CAMEL-4393) Camel :: Nagios unit test will break if exception is thrown during set up

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde reassigned CAMEL-4393: -- Assignee: Mathieu Lalonde Camel :: Nagios unit test will break if exception is thrown

[jira] [Updated] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4332: --- Fix Version/s: (was: Future) 2.9.0 camel-nagios - Use Camel type

[jira] [Assigned] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde reassigned CAMEL-4332: -- Assignee: Mathieu Lalonde camel-nagios - Use Camel type converter to convert message

[jira] [Work started] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4332 started by Mathieu Lalonde. camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

CAMEL-4332 appears to be working already

2011-08-29 Thread Mathieu Lalonde
Hi guys, I contributed a unit test to this issue that shows that it seems to be working already so I assigned it to this version (2.9.0). https://issues.apache.org/jira/browse/CAMEL-4332 I suspect the user who reported this was experiencing a different problem.

[jira] [Updated] (CAMEL-4350) Camel-jdbc with ListMap has arbitrary column order

2011-08-29 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4350: --- Attachment: camel-jdbc_keyOrdering.tar Thanks for the encouragement Claus! :) The attached

(CAMEL-4350) Camel-jdbc with ListMap has arbitrary column order - attached patch

2011-08-29 Thread Mathieu Lalonde
Hi guys, I've attached a patch and unit test to the above issue.  Let me know if there any problems. If all is well, I will use the same approach to improve test Camel-sql. Thanks! Mathieu

[jira] [Updated] (CAMEL-4332) camel-nagios - Use Camel type converter to convert message body to String before sending to Nagios

2011-08-27 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4332: --- Attachment: camel-nagios_test-patch.tar Here is unit test that shows that this is already

[jira] [Commented] (CAMEL-4350) Camel-jdbc with ListMap has arbitrary column order

2011-08-27 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092412#comment-13092412 ] Mathieu Lalonde commented on CAMEL-4350: I'd like to try writing the patch unit

[jira] [Updated] (CAMEL-4227) Seda component doesn't block on its blocking queue

2011-08-24 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-4227: --- Attachment: seda-blockWhenFull-patch.zip This archive contains 1 new test 2 patches: * seda

[jira] [Commented] (CAMEL-4227) Seda component doesn't block on its blocking queue

2011-08-23 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13089626#comment-13089626 ] Mathieu Lalonde commented on CAMEL-4227: I've started a patch for this. I used