Re: [HEADS UP] - File component changes in Camel 2.0

2009-02-02 Thread Aaron Crickenberger
On a slightly related tangent, I'm partly responsible for the hackish code in FileConsumer's (old) isUnchanged() method ( https://issues.apache.org/activemq/browse/CAMEL-250). Camel 1.5's exclusiveReadLock feature is unfortunately still picking up files too early, so I have to fall back to the

Help with camel relaying HTTP msg between .Net web client and .Net service.

2009-02-02 Thread aliasrob
Hello, we are using a .NET client to communicate over http: with a .NET web service. We are attempting to send a message directly to Camel (http://activemq.apache.org/camel/) from the .NET client, and then have camel relay that message to the service. Then the service will then reply back to

Re: [DISCUSS] Implement protocol related components in Camel [WAS] Re: [Proposal] New components

2009-02-02 Thread James Strachan
2009/2/2 Guillaume Nodet gno...@gmail.com: It might be doable. I guess the way to do that would be to define the JBI endpoint as a wrapper to a camel endpoint. When the JBI endpoint would be initialized / started, a camel route would be created for it. Not sure how well camel endpoints can

Re: [DISCUSS] Implement protocol related components in Camel [WAS] Re: [Proposal] New components

2009-02-02 Thread Guillaume Nodet
This should not be too complicated to implement if needed. The idea in JBI is that service assemblies (aka routes un camel) have three real states: started, stopped and shutdown. Started means that all endpoints are fully operational. Shutdown means that no exchanges will be processed. The

[jira] Resolved: (CAMEL-1173) Need example of scatter-gather pattern

2009-02-02 Thread Jonathan Anstey (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Anstey resolved CAMEL-1173. Resolution: Fixed Fix Version/s: 1.5.0 This can be done in Camel 1.5/2.0 Need

[jira] Commented: (CAMEL-1173) Need example of scatter-gather pattern

2009-02-02 Thread Jonathan Anstey (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=49088#action_49088 ] Jonathan Anstey commented on CAMEL-1173: Put in an improved scatter-gather example in

[jira] Created: (CAMEL-1307) Upgrade to FTPServer 1.0 GA

2009-02-02 Thread Claus Ibsen (JIRA)
Upgrade to FTPServer 1.0 GA --- Key: CAMEL-1307 URL: https://issues.apache.org/activemq/browse/CAMEL-1307 Project: Apache Camel Issue Type: Task Components: camel-ftp Reporter: Claus Ibsen

[jira] Resolved: (CAMEL-1306) Fixed the file unit test error which are introduced by CAMEL-1241 on Windows

2009-02-02 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1306. - Resolution: Fixed Fixed the file unit test error which are introduced by CAMEL-1241 on

Re: [HEADS UP] - File component changes in Camel 2.0

2009-02-02 Thread Claus Ibsen
Hi Yeah please take a look at the GenericFileExclusiveReadLockStrategy and see if you can implement it as a implementation of this interface? Then it can be added into camel 2.0 as an other option to choose. But beware that the code in trunk is currently have 2 file components. FileComponent is

Re: [HEADS UP] - File component changes in Camel 2.0

2009-02-02 Thread Claus Ibsen
On Fri, Jan 30, 2009 at 5:40 PM, Aaron Crickenberger aaron.crickenber...@intalgent.com wrote: I would hesitate if only because requiring a particular header seems off, are there other components that do the same? I haven't looked much at Camel 2.0's code, but it looks like camel-1.x's file

Re: [jira] Commented: (CAMEL-1302) Documentation - Add camel-bindy documentation

2009-02-02 Thread Claus Ibsen
Hi Bindy is a component donated by Charles Moulliard that choosed that name. I guess its named like this sine it does annotation based POJO binding from other data formats, currently only CSV. On Fri, Jan 30, 2009 at 4:36 PM, William Tam email.w...@gmail.com wrote: BTW, I am curious about

Re: [DISCUSS] Implement protocol related components in Camel [WAS] Re: [Proposal] New components

2009-02-02 Thread Hadrian Zbarcea
Let's include the camel folks in this discussion. On Feb 2, 2009, at 11:51 AM, Hadrian Zbarcea wrote: Hi, Another option is to implement such components in Apache Camel and provide a way to easily wrap a camel component in a jbi component. Such components are useful to users who only

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

2009-02-02 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-1289 stopped by William Tam. HeaderFilterStrategy - move from Component to Endpoint --

[jira] Work started: (CAMEL-1308) camel-cxf to support jaxrs consumer

2009-02-02 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-1308 started by William Tam. camel-cxf to support jaxrs consumer --- Key: CAMEL-1308

[jira] Created: (CAMEL-1308) camel-cxf to support jaxrs consumer

2009-02-02 Thread William Tam (JIRA)
camel-cxf to support jaxrs consumer --- Key: CAMEL-1308 URL: https://issues.apache.org/activemq/browse/CAMEL-1308 Project: Apache Camel Issue Type: New Feature Components: camel-cxf

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

2009-02-02 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1290. Resolution: Fixed Fix Version/s: 2.0.0 FTPConsumer - Error in Rename Strategy.