[jira] Created: (CAMEL-1293) bean component - ability to pass in additional parameters

2009-01-22 Thread Claus Ibsen (JIRA)
bean component - ability to pass in additional parameters - Key: CAMEL-1293 URL: https://issues.apache.org/activemq/browse/CAMEL-1293 Project: Apache Camel Issue Type: Improvement

Re: Components setting data on OUT

2009-01-22 Thread Willem Jiang
Hi Claus I agree the component should take responsible of copy the In message headers into Out message headers. we could provides util class to do that copy thing in camel-core. But the component should also need to make sure some of the out message header value which is copied from in message sho

[jira] Resolved: (CAMEL-849) mina component / endpoint - easier spring configuration

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-849. --- Resolution: Duplicate > mina component / endpoint - easier spring configuration >

Re: Question : Naming conventions Abstract and Interfaces

2009-01-22 Thread Claus Ibsen
On Fri, Jan 23, 2009 at 8:15 AM, Ramon Buckland wrote: > Hi Guys, > > What is the naming comvention in use for Abstract and Interfaces. > I am used to Abstract* .. and sometimes *Iface. > > What is camel's preference ? > > r. > We do not use I as prefix for interface. We do not use xxxImpl for imp

Question : Naming conventions Abstract and Interfaces

2009-01-22 Thread Ramon Buckland
Hi Guys, What is the naming comvention in use for Abstract and Interfaces. I am used to Abstract* .. and sometimes *Iface. What is camel's preference ? r.

Re: [jira] Updated: (CAMEL-1241) Add camel-commons-vfs component

2009-01-22 Thread Claus Ibsen
On Fri, Jan 23, 2009 at 7:51 AM, Ramon Buckland wrote: > Just had a thought. > > I will put the Generic* into camel-core.. and taylor each patch from there ? > How does that sound ? +1 that is fine as well Its new files into core and thus wont affect anything else. > > by the way. Having all of t

Re: [jira] Updated: (CAMEL-1241) Add camel-commons-vfs component

2009-01-22 Thread Ramon Buckland
Just had a thought. I will put the Generic* into camel-core.. and taylor each patch from there ? How does that sound ? by the way. Having all of those test cases for the FTP was fantastic. It makes me confident in the change as 80% of the tests failed, then minor fixes and I had it all working ag

Re: [jira] Commented: (CAMEL-1290) FTPConsumer - Error in Rename Strategy.

2009-01-22 Thread Ramon Buckland
yes Thanks Paddy, I will assign this to me once I have sorted each step in the refactor. Cheers On Fri, Jan 23, 2009 at 17:33, Claus Ibsen (JIRA) wrote: > >[ > https://issues.apache.org/activemq/browse/CAMEL-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focuse

[jira] Commented: (CAMEL-1290) FTPConsumer - Error in Rename Strategy.

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48908#action_48908 ] Claus Ibsen commented on CAMEL-1290: Paddy thank for the bug report. We are in the works

Re: [jira] Updated: (CAMEL-1241) Add camel-commons-vfs component

2009-01-22 Thread Ramon Buckland
> Ramon, what do you say? Sounds Good. I will start with (1) very shortly (about to hop on ferry for home). r.

[jira] Commented: (CAMEL-1291) camel-velocity - content cache should be enabled by default

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48907#action_48907 ] Claus Ibsen commented on CAMEL-1291: Look at camel-freemarker as well. It should also ad

Re: [jira] Updated: (CAMEL-1241) Add camel-commons-vfs component

2009-01-22 Thread Claus Ibsen
Hi Ramon Yeah its a big refactor. Looks good. I do think we should consider java generics (the stuff) for the Generic* interfaces, but that is something we can get done later. Looks great and impressive that all the unit tests still passes. Since its a big refactor and the diff is huge we shou

Re: [jira] Updated: (CAMEL-1241) Add camel-commons-vfs component

2009-01-22 Thread Ramon Buckland
Claus (and others) If you have time, can you please take a cursory glance at my refactoring. I think there are a few rough edges which I am hoping to sort out when I implement the commons-vfs from the Generic* The crux of the change so far is as follows. (a) refactor org.apache.camel.component.f

[jira] Commented: (CAMEL-1292) SQLComponent should preserve headers

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48906#action_48906 ] Claus Ibsen commented on CAMEL-1292: Trunk: Committed revision 736953. 1.x: Committed rev

[jira] Resolved: (CAMEL-1292) SQLComponent should preserve headers

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1292. Resolution: Fixed > SQLComponent should preserve headers >

[jira] Updated: (CAMEL-1241) Add camel-commons-vfs component

2009-01-22 Thread Ramon Buckland (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramon Buckland updated CAMEL-1241: -- Attachment: commons-vfs-changes-part1.file-refactoring.diff Attached is the refactoring to

[jira] Created: (CAMEL-1292) SQLComponent should preserve headers

2009-01-22 Thread Claus Ibsen (JIRA)
SQLComponent should preserve headers Key: CAMEL-1292 URL: https://issues.apache.org/activemq/browse/CAMEL-1292 Project: Apache Camel Issue Type: Bug Affects Versions: 1.5.0 Reporter: Claus

Components setting data on OUT

2009-01-22 Thread Claus Ibsen
Hi The OUT message really starts to irritate me. We have various components that set data on the OUT body and then the Pipeline will use this result as IN for then next node. What happens is then whatever headers etc from IN is lost. Then you cant really route and have your headers preserve durin

[jira] Resolved: (CAMEL-1284) Restlet binding does not properly insert/extract Restlet message.

2009-01-22 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam resolved CAMEL-1284. Resolution: Fixed 1.x: Committed revision 736894 2.x: Committed revision 736562 > Restlet bind

[jira] Commented: (CAMEL-1289) HeaderFilterStrategy - move from Component to Endpoint

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48900#action_48900 ] Claus Ibsen commented on CAMEL-1289: Great William As I am working on letting all our Ca

[jira] Assigned: (CAMEL-1289) HeaderFilterStrategy - move from Component to Endpoint

2009-01-22 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam reassigned CAMEL-1289: -- Assignee: William Tam > HeaderFilterStrategy - move from Component to Endpoint > --

[jira] Commented: (CAMEL-1289) HeaderFilterStrategy - move from Component to Endpoint

2009-01-22 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48899#action_48899 ] William Tam commented on CAMEL-1289: I was thinking of that when I was refactoring camel-

[jira] Resolved: (CAMEL-1283) SQL component doesn't handle wrong number of parameters

2009-01-22 Thread Roman Kalukiewicz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Kalukiewicz resolved CAMEL-1283. -- Resolution: Fixed Patch commited > SQL component doesn't handle wrong number of pa

[jira] Assigned: (CAMEL-1259) POJO messaging example with @Produce @Consume @RecipientList using ActiveMQ

2009-01-22 Thread Jonathan Anstey (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Anstey reassigned CAMEL-1259: -- Assignee: Jonathan Anstey > POJO messaging example with @Produce @Consume @Recipien

[jira] Created: (CAMEL-1291) camel-velocity - content cache should be enabled by default

2009-01-22 Thread Claus Ibsen (JIRA)
camel-velocity - content cache should be enabled by default --- Key: CAMEL-1291 URL: https://issues.apache.org/activemq/browse/CAMEL-1291 Project: Apache Camel Issue Type: Improvement

[jira] Resolved: (CAMEL-1287) Freemarker Component

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1287. Resolution: Fixed Fix Version/s: 1.5.1 Added freemarker component and added wiki documen

[jira] Commented: (CAMEL-1287) Freemarker Component

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48893#action_48893 ] Claus Ibsen commented on CAMEL-1287: Camel 1.x: Committed revision 736637. > Freemarker

[jira] Commented: (CAMEL-1287) Freemarker Component

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48892#action_48892 ] Claus Ibsen commented on CAMEL-1287: Trunk Committed revision 736617. Committed revision

[jira] Commented: (CAMEL-1287) Freemarker Component

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48891#action_48891 ] Claus Ibsen commented on CAMEL-1287: Okay got it. Will add it and I guess we can backport

[jira] Created: (CAMEL-1290) FTPConsumer - Error in Rename Strategy.

2009-01-22 Thread Paddy Daly (JIRA)
FTPConsumer - Error in Rename Strategy. --- Key: CAMEL-1290 URL: https://issues.apache.org/activemq/browse/CAMEL-1290 Project: Apache Camel Issue Type: Bug Components: camel-ftp Affects Versi

[jira] Commented: (CAMEL-1287) Freemarker Component

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48890#action_48890 ] Claus Ibsen commented on CAMEL-1287: Well I take a stab at it as we can help the end user

[jira] Assigned: (CAMEL-1287) Freemarker Component

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1287: -- Assignee: Claus Ibsen > Freemarker Component > > > Key

[jira] Issue Comment Edited: (CAMEL-505) make it easier to create Endpoint instances nicely via Spring XML

2009-01-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48882#action_48882 ] davsclaus edited comment on CAMEL-505 at 1/22/09 12:44 AM: - camel-

[jira] Created: (CAMEL-1289) HeaderFilterStrategy - move from Component to Endpoint

2009-01-22 Thread Claus Ibsen (JIRA)
HeaderFilterStrategy - move from Component to Endpoint -- Key: CAMEL-1289 URL: https://issues.apache.org/activemq/browse/CAMEL-1289 Project: Apache Camel Issue Type: Task Report

[jira] Created: (CAMEL-1288) Upgrade to Spring Integration 1.0.1

2009-01-22 Thread Claus Ibsen (JIRA)
Upgrade to Spring Integration 1.0.1 --- Key: CAMEL-1288 URL: https://issues.apache.org/activemq/browse/CAMEL-1288 Project: Apache Camel Issue Type: Task Components: camel-spring-integration