[jira] Commented: (CAMEL-1301) NPE in FactoryFinder.findClass when context classloader is null

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49036#action_49036 ] Claus Ibsen commented on CAMEL-1301: Trev, thanks for the stacktrace. I am currently imp

[jira] Assigned: (CAMEL-1301) NPE in FactoryFinder.findClass when context classloader is null

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1301: -- Assignee: Claus Ibsen > NPE in FactoryFinder.findClass when context classloader is null > -

[HEADS UP] - File component changes in Camel 2.0

2009-01-29 Thread Claus Ibsen
Hi As some of you know the file component have had a major refactor ... actually you can nearly consider it as a rewrite in Camel 2.0. This mail is about a few remaining issues I want to give a heads up upon and feedback: Force a filename to be provided when wring a file ===

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

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49034#action_49034 ] Claus Ibsen commented on CAMEL-1302: Charles the wiki page is here you should update: htt

Re: svn commit: r738999 - in /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf: CxfEndpoint.java CxfExchange.java CxfMessage.java converter/CxfConverter.java

2009-01-29 Thread Claus Ibsen
On Fri, Jan 30, 2009 at 7:04 AM, William Tam wrote: > Hi Claus, > > The code in CxfMessage#getBody was checking if a message body was a > org.apache.cxf.message.MessageContentList. If so, it extracted the > first element and applied converter to the first element. That piece > of logic now resid

Re: svn commit: r738999 - in /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf: CxfEndpoint.java CxfExchange.java CxfMessage.java converter/CxfConverter.java

2009-01-29 Thread William Tam
Hi Claus, The code in CxfMessage#getBody was checking if a message body was a org.apache.cxf.message.MessageContentList. If so, it extracted the first element and applied converter to the first element. That piece of logic now resides in the CxfConverter.convertTo, which is a FallbackConverter.

Re: svn commit: r738999 - in /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf: CxfEndpoint.java CxfExchange.java CxfMessage.java converter/CxfConverter.java

2009-01-29 Thread Claus Ibsen
Hi Willem There might be some left overs still there. I remember Jiang added something to CxfMessage#getBody (or someplace like that) that would kinda do something like that below. Maybe that code is still there? There is a ticket in JIRA somewhere about it, I can find it if you need it. Ticket

Re: svn commit: r738878 - in /camel/trunk/camel-core/src/test/java/org/apache/camel: ./ component/file/ management/

2009-01-29 Thread Claus Ibsen
On Fri, Jan 30, 2009 at 3:23 AM, Willem Jiang wrote: > Hi Claus, > > This patch doesn't fix the unit test errors in windows. > After a quick review of the code , I think you need to do some change on > the GenericFile to use "File.separator" instead of "/". > > Willem Yes thanks for the notice. I

[jira] Updated: (CAMEL-1301) NPE in FactoryFinder.findClass when context classloader is null

2009-01-29 Thread Trev (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trev updated CAMEL-1301: Attachment: stacktrace_1301.txt ObjectHelper.loadClass returns a null, and eventually FactoryFinder.findClass

Re: svn commit: r738878 - in /camel/trunk/camel-core/src/test/java/org/apache/camel: ./ component/file/ management/

2009-01-29 Thread Willem Jiang
Hi Claus, This patch doesn't fix the unit test errors in windows. After a quick review of the code , I think you need to do some change on the GenericFile to use "File.separator" instead of "/". Willem davscl...@apache.org wrote: > Author: davsclaus > Date: Thu Jan 29 15:03:12 2009 > New Revisio

Re: Maven build issue

2009-01-29 Thread Jon Anstey
Maybe try building Camel first? Like this mvn clean install -Dtest= That way the camel-maven-plugin will be in your local repo. On Thu, Jan 29, 2009 at 4:15 PM, Stephen J wrote: > > I executed mvn eclipse:eclipse and the build failed on the BAM module. It > appears that the problem is that the

Maven build issue

2009-01-29 Thread Stephen J
I executed mvn eclipse:eclipse and the build failed on the BAM module. It appears that the problem is that the following plugin doesn't exist: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-maven-plugin/2.0-SNAPSHOT/camel-maven-plugin-2.0-SNAPSHOT.jar Can someone

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

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

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

2009-01-29 Thread Jonathan Anstey (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48975#action_48975 ] janstey edited comment on CAMEL-1259 at 1/29/09 9:07 AM: - Put

Component design question

2009-01-29 Thread Stephen J
I would like to modify a component to not process messages until it has a client connected to it's endpoint. How would I go about preventing it from consuming messages from the source until it detects that a client has attached to it's endpoint? Here's a diagram to illustrate my wish. no clients

[jira] Resolved: (CAMEL-1305) camel-mina - Add DEFAULT textline delimiter

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1305. Resolution: Fixed Trunk: r738911 1.x: r738913 > camel-mina - Add DEFAULT textline delimiter >

[jira] Created: (CAMEL-1305) camel-mina - Add DEFAULT textline delimiter

2009-01-29 Thread Claus Ibsen (JIRA)
camel-mina - Add DEFAULT textline delimiter --- Key: CAMEL-1305 URL: https://issues.apache.org/activemq/browse/CAMEL-1305 Project: Apache Camel Issue Type: Improvement Components: camel-mina

[jira] Commented: (CAMEL-1304) Add a GridComponent to integrate GridGain

2009-01-29 Thread Raffaele Picardi (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49021#action_49021 ] Raffaele Picardi commented on CAMEL-1304: - ok. Thanks a lot. I will remain this issu

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

2009-01-29 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49020#action_49020 ] Charles Moulliard commented on CAMEL-1302: -- Great. > Documentation - Add camel-bind

[jira] Commented: (CAMEL-1304) Add a GridComponent to integrate GridGain

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49019#action_49019 ] Claus Ibsen commented on CAMEL-1304: Yeah of course Yes thats very good for you to start

[jira] Commented: (CAMEL-1304) Add a GridComponent to integrate GridGain

2009-01-29 Thread Raffaele Picardi (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49018#action_49018 ] Raffaele Picardi commented on CAMEL-1304: - Thanks a lot for your feedback. I read con

[jira] Commented: (CAMEL-1304) Add a GridComponent to integrate GridGain

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49017#action_49017 ] Claus Ibsen commented on CAMEL-1304: Sound awesome We love contributions http://camel.ap

[jira] Commented: (CAMEL-1301) NPE in FactoryFinder.findClass when context classloader is null

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49016#action_49016 ] Claus Ibsen commented on CAMEL-1301: Trev, could you paste the stacktrace please. Factor

[jira] Resolved: (CAMEL-398) Map the content of a CSV file to a POJO using @annotation and .convertBodyTo()

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-398. --- Resolution: Fixed > Map the content of a CSV file to a POJO using @annotation and .convertBodyTo()

[jira] Resolved: (CAMEL-1300) Type Converter (when using wrapper/holder objects) it should be possible to delegate the type converter to the embedded object/body that is wrapped

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1300. Resolution: Fixed Fix Version/s: (was: Future) 2.0.0 > Type Conve

[jira] Commented: (CAMEL-1300) Type Converter (when using wrapper/holder objects) it should be possible to delegate the type converter to the embedded object/body that is wrapped

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49015#action_49015 ] Claus Ibsen commented on CAMEL-1300: Introduced @FallbackConverter for discovering annota

[jira] Commented: (CAMEL-1300) Type Converter (when using wrapper/holder objects) it should be possible to delegate the type converter to the embedded object/body that is wrapped

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49014#action_49014 ] Claus Ibsen commented on CAMEL-1300: davsclaus:(svn)camel[trunk:738760]/$ svn commit --me

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

2009-01-29 Thread Ramon Buckland
Great, Thanks paddy for letting us know On Thu, Jan 29, 2009 at 20:54, Paddy Daly (JIRA) wrote: > >[ > https://issues.apache.org/activemq/browse/CAMEL-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49011#action_49011] > > Paddy Daly commented on C

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

2009-01-29 Thread Paddy Daly (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49011#action_49011 ] Paddy Daly commented on CAMEL-1290: --- Its working now :-) I be able to test the new build

[jira] Updated: (CAMEL-1304) Add a GridComponent to integrate GridGain

2009-01-29 Thread Raffaele Picardi (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raffaele Picardi updated CAMEL-1304: Affects Version/s: 2.0.0 > Add a GridComponent to integrate GridGain >

[jira] Created: (CAMEL-1304) Add a GridComponent to integrate GridGain

2009-01-29 Thread Raffaele Picardi (JIRA)
Add a GridComponent to integrate GridGain - Key: CAMEL-1304 URL: https://issues.apache.org/activemq/browse/CAMEL-1304 Project: Apache Camel Issue Type: New Feature Reporter: Raffaele Picard

[jira] Commented: (CAMEL-1300) Type Converter (when using wrapper/holder objects) it should be possible to delegate the type converter to the embedded object/body that is wrapped

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49010#action_49010 ] Claus Ibsen commented on CAMEL-1300: Damm Camel is nice. Using Fallback type convert we g

[jira] Assigned: (CAMEL-1300) Type Converter (when using wrapper/holder objects) it should be possible to delegate the type converter to the embedded object/body that is wrapped

2009-01-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1300: -- Assignee: Claus Ibsen > Type Converter (when using wrapper/holder objects) it should be pos