[jira] Commented: (CAMEL-2724) Remove the ToAsync feature

2010-05-17 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59410#action_59410 ] Claus Ibsen commented on CAMEL-2724: We will mark it as @deprecated for Camel 2.3 and rem

[jira] Resolved: (CAMEL-2730) test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in

2010-05-17 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2730. Resolution: Working as Designed > test: Singleton bean creation not allowed while the singleton

[jira] Commented: (CAMEL-2730) test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in

2010-05-17 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59409#action_59409 ] Claus Ibsen commented on CAMEL-2730: You get a ResolveEndpointFailedException exception b

[jira] Commented: (CAMEL-2730) test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in

2010-05-17 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59408#action_59408 ] Claus Ibsen commented on CAMEL-2730: Karl please use the Camel user forum for help using

[jira] Resolved: (CAMEL-2726) recipientlist class cannot be inner class -- recipientList().method(Inner.class, "chooseMethod");

2010-05-17 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2726. Resolution: Working as Designed > recipientlist class cannot be inner class -- > recipientList

[jira] Commented: (CAMEL-2726) recipientlist class cannot be inner class -- recipientList().method(Inner.class, "chooseMethod");

2010-05-17 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59407#action_59407 ] Claus Ibsen commented on CAMEL-2726: The JDK cannot instantiate your class. Its not a Cam

[jira] Created: (CAMEL-2731) Camel-bindy should be able to process fix length records

2010-05-17 Thread Christian Mueller (JIRA)
Camel-bindy should be able to process fix length records Key: CAMEL-2731 URL: https://issues.apache.org/activemq/browse/CAMEL-2731 Project: Apache Camel Issue Type: Improvement

[jira] Commented: (CAMEL-2730) test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in

2010-05-17 Thread Karl Palsson (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59403#action_59403 ] Karl Palsson commented on CAMEL-2730: - Note 2: even though my tests now "pass" the logs a

[jira] Commented: (CAMEL-2730) test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in

2010-05-17 Thread Karl Palsson (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59402#action_59402 ] Karl Palsson commented on CAMEL-2730: - Ok. So I was doing something stupid. But I thin

Re: camel-bindy: not possible to process fix length records without separators?

2010-05-17 Thread Charles Moulliard
Hi Christian, Processing of Fix Length message is not yet implemented in Camel. From the example that you show me, you have tried to use CsvBindyFormat wbich allow to work with CSV format. Don't hesitate to create a ticket on Apache Camel JIRA to implement this feature. Kind regards, Charles Mou

[jira] Commented: (CAMEL-2730) test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in

2010-05-17 Thread Karl Palsson (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59401#action_59401 ] Karl Palsson commented on CAMEL-2730: - Just to make things less clear, if I just run the

[jira] Created: (CAMEL-2730) test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in

2010-05-17 Thread Karl Palsson (JIRA)
test: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in --

camel-bindy: not possible to process fix length records without separators?

2010-05-17 Thread Christian Mueller
Hello everybody, I use Camel 2.2 (the fuse version) and try to process a file which has a fix length format. This file format doesn't use a separator, because it's not necessary. A sample line could looks like: {code} 471112345678906543210987654321 {code} 4711 is the companyId 1

[jira] Created: (CAMEL-2729) Enable transaction propagation for SEDA component

2010-05-17 Thread Sergio Bossa (JIRA)
Enable transaction propagation for SEDA component - Key: CAMEL-2729 URL: https://issues.apache.org/activemq/browse/CAMEL-2729 Project: Apache Camel Issue Type: Improvement Affects Versions:

[jira] Updated: (CAMEL-2729) Enable transaction propagation for SEDA component

2010-05-17 Thread Sergio Bossa (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Bossa updated CAMEL-2729: Attachment: seda-camel.zip > Enable transaction propagation for SEDA component > --

[jira] Resolved: (CAMEL-2727) create a camel feature for spring 3.x

2010-05-17 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2727. - Resolution: Fixed > create a camel feature for spring 3.x > -

[jira] Resolved: (CAMEL-2728) apache-camel features contains the spring and http features define itself.

2010-05-17 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2728. - Resolution: Fixed > apache-camel features contains the spring and http features define itself

[jira] Created: (CAMEL-2728) apache-camel features contains the spring and http features define itself.

2010-05-17 Thread Willem Jiang (JIRA)
apache-camel features contains the spring and http features define itself. -- Key: CAMEL-2728 URL: https://issues.apache.org/activemq/browse/CAMEL-2728 Project: Apache Camel

[jira] Created: (CAMEL-2727) create a camel feature for spring 3.x

2010-05-17 Thread Willem Jiang (JIRA)
create a camel feature for spring 3.x - Key: CAMEL-2727 URL: https://issues.apache.org/activemq/browse/CAMEL-2727 Project: Apache Camel Issue Type: Improvement Reporter: Willem Jiang

[jira] Created: (CAMEL-2726) recipientlist class cannot be inner class -- recipientList().method(Inner.class, "chooseMethod");

2010-05-17 Thread Karl Palsson (JIRA)
recipientlist class cannot be inner class -- recipientList().method(Inner.class, "chooseMethod"); - Key: CAMEL-2726 URL: https://issues.apache.org/activemq/browse/CAME

[jira] Commented: (CAMEL-2723) Asynchronous non blocking routing engine

2010-05-17 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59383#action_59383 ] Claus Ibsen commented on CAMEL-2723: Also we should consider having an option on the endp