[jira] Created: (CAMEL-3642) camel-ftp - Should import bundle from camel-core to load file strategies

2011-02-08 Thread Claus Ibsen (JIRA)
camel-ftp - Should import bundle from camel-core to load file strategies Key: CAMEL-3642 URL: https://issues.apache.org/jira/browse/CAMEL-3642 Project: Camel Issue Type

Re: Camel added to the Sonar pilot

2011-02-08 Thread Christian Müller
The Camel Sonar Pilot lists 4 blocker for Camel [1]. All in org.apache.camel.impl.converter.AnnotationTypeConverterLoader because it use the URL.equals() and URL.hashCode() methods.You can find the explanation in [2] why this is not a good idea. I would like to change it url.toURI()? Any doubt? [1

[jira] Commented: (CAMEL-3397) Support in-out semantic for file and ftp component

2011-02-08 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992069#comment-12992069 ] Hadrian Zbarcea commented on CAMEL-3397: I am not sure this has to offer the full

[jira] Updated: (CAMEL-3397) Support in-out semantic for file and ftp component

2011-02-08 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-3397: --- Summary: Support in-out semantic for file and ftp component (was: Support in-only semantic f

Build failed in Hudson: Camel #1139

2011-02-08 Thread Apache Hudson Server
See Changes: [davsclaus] CAMEL-3584: Fixed concurrent writing the same file using file producer should be synchronized. [cschneider] CAMEL-3490 [cschneider] CAMEL-3490 Bugfixes, Added httpcontext so security can be handled [cschneider]

Build failed in Hudson: Camel » Camel :: FTP #1139

2011-02-08 Thread Apache Hudson Server
See -- [INFO] [INFO] Building Camel :: FTP [INFO]task-segment: [clean, install] [INFO] ---

[jira] Commented: (CAMEL-2853) camel-stream - tailing logfile does not seem to work when logfile is rolled over

2011-02-08 Thread Stan Lewis (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992028#comment-12992028 ] Stan Lewis commented on CAMEL-2853: --- Unfortunately it looks like this feature may have t

Re: [DISCUSS] - JMX - Enlisting MBeans only during starting routes

2011-02-08 Thread Claus Ibsen
Hi I have created a ticket https://issues.apache.org/jira/browse/CAMEL-3641 On Fri, Feb 4, 2011 at 8:34 PM, Hadrian Zbarcea wrote: > Sounds good. The only part I am not fond of is: >> - Dynamic endpoints, producers and whatnot which is created after the >> route is not enlisted. > > There are qu

[jira] Created: (CAMEL-3641) JMX Management - Allow to configure per route and also whether to only register when starting, or always

2011-02-08 Thread Claus Ibsen (JIRA)
JMX Management - Allow to configure per route and also whether to only register when starting, or always Key: CAMEL-3641 URL: https://issues.apache.org/jira/b

[jira] Resolved: (CAMEL-3584) Concurrent writes to the same file has race condition

2011-02-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3584. Resolution: Fixed trunk: 1068443. > Concurrent writes to the same file has race condition > --

Re: [DISCUSS] Dropping support for java 1.5 from camel-2.7.0 onwards

2011-02-08 Thread Hadrian Zbarcea
Yep, there is no going back now. I am adding the post on the camel site and the release notes. Hadrian On Feb 8, 2011, at 1:58 AM, Claus Ibsen wrote: > Hi > > Now the major changes has been implemented (first 3 items from roadmap) > http://camel.apache.org/camel-27-roadmap.html > > I think we

[jira] Reopened: (CAMEL-2853) camel-stream - tailing logfile does not seem to work when logfile is rolled over

2011-02-08 Thread Stan Lewis (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stan Lewis reopened CAMEL-2853: --- > camel-stream - tailing logfile does not seem to work when logfile is rolled > over > -

[jira] Assigned: (CAMEL-3584) Concurrent writes to the same file has race condition

2011-02-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3584: -- Assignee: Claus Ibsen > Concurrent writes to the same file has race condition > ---

[jira] Updated: (CAMEL-2853) camel-stream - tailing logfile does not seem to work when logfile is rolled over

2011-02-08 Thread Rob Howes (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Howes updated CAMEL-2853: - Attachment: CamelStreamTest.zip I have created a simple test project that demonstrates the issue and atta

[jira] Updated: (CAMEL-3639) Fix sonar found same code for two branches issue

2011-02-08 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3639: --- Description: Silly short but gets rid of the Sonar issue and the code is slightly cleaner. Dodgy -

[jira] Created: (CAMEL-3640) camel-lucene - Should use Camel type converter when casting headers to String

2011-02-08 Thread Claus Ibsen (JIRA)
camel-lucene - Should use Camel type converter when casting headers to String - Key: CAMEL-3640 URL: https://issues.apache.org/jira/browse/CAMEL-3640 Project: Camel