[jira] [Assigned] (CAMEL-4323) camel-example-spring-javaconfig

2011-08-10 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4323: --- Assignee: Willem Jiang > camel-example-spring-javaconfig > --- >

[jira] [Resolved] (CAMEL-3938) Re-add support for ComsumerType.Simple/JMS SimpleMessageListenerContainer

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3938. Resolution: Fixed Fix Version/s: (was: Future) 2.9.0 Thanks for the p

[jira] [Commented] (CAMEL-4298) Add back ExecutorServiceStrategy and mark it as @deprecated

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082534#comment-13082534 ] Claus Ibsen commented on CAMEL-4298: There is now a problem in camel-jms as it used th

[jira] [Assigned] (CAMEL-3938) Re-add support for ComsumerType.Simple/JMS SimpleMessageListenerContainer

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3938: -- Assignee: Claus Ibsen > Re-add support for ComsumerType.Simple/JMS SimpleMessageListenerContain

[jira] [Resolved] (CAMEL-4319) Example feature: wrong spring version

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4319. Resolution: Fixed Fix Version/s: 2.9.0 Assignee: Claus Ibsen > Example feature: wro

[jira] [Resolved] (CAMEL-4326) NullPointerException when catching exceptions

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4326. Resolution: Fixed > NullPointerException when catching exceptions > ---

Re: [DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-10 Thread Marat Bedretdinov
I think one more important downside point of using user threads to dispatch messages from a JMS provider is that you loose guaranteed order of delivery and the onus of sorting them and guaranteeing message delivery to recipients is now put onto application code. I think you would only want to do t

Re: Problems with the splitter

2011-08-10 Thread Claus Ibsen
Hi Please use the @user mailing list for questions on using Apache Camel. On Wed, Aug 10, 2011 at 5:37 PM, sscharff wrote: > It won't split and I don't know why - these are my words for the start here. > > I created a unit test with Camel and the FakeFtpServer. This ist the > configure-Method i

Problems with the splitter

2011-08-10 Thread sscharff
It won't split and I don't know why - these are my words for the start here. I created a unit test with Camel and the FakeFtpServer. This ist the configure-Method in my RouteBuilder: @Override public void configure() throws Exception { from(fromUri). log("route complete content: ${b

[jira] [Updated] (CAMEL-4326) NullPointerException when catching exceptions

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4326: --- Fix Version/s: 2.9.0 2.8.1 > NullPointerException when catching exceptions > -

[jira] [Assigned] (CAMEL-4326) NullPointerException when catching exceptions

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4326: -- Assignee: Claus Ibsen > NullPointerException when catching exceptions > ---

[jira] [Created] (CAMEL-4326) NullPointerException when catching exceptions

2011-08-10 Thread Cedric de Launois (JIRA)
NullPointerException when catching exceptions - Key: CAMEL-4326 URL: https://issues.apache.org/jira/browse/CAMEL-4326 Project: Camel Issue Type: Bug Components: camel-core Affects Ver

Error while running the examples

2011-08-10 Thread khinvra
# mvn install [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.camel:camel-parent:2.9-SNAPSHOT (/ServiceMix/workspace/parent/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.apac

[jira] [Updated] (CAMEL-4324) Response body lost when an HTTP error code is returned

2011-08-10 Thread Cedric de Launois (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cedric de Launois updated CAMEL-4324: - Description: When a REST service returns an HTTP error code (e.g. 404) with some content

[jira] [Updated] (CAMEL-4324) Response body lost when an HTTP error code is returned

2011-08-10 Thread Cedric de Launois (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cedric de Launois updated CAMEL-4324: - Description: When a REST service returns an HTTP error code (e.g. 404) with some content

[jira] [Created] (CAMEL-4325) Wrong exception uri when an HTTP error code is returned

2011-08-10 Thread Cedric de Launois (JIRA)
Wrong exception uri when an HTTP error code is returned --- Key: CAMEL-4325 URL: https://issues.apache.org/jira/browse/CAMEL-4325 Project: Camel Issue Type: Bug Components: camel-

[jira] [Updated] (CAMEL-4325) Wrong exception uri when an HTTP error code is returned

2011-08-10 Thread Cedric de Launois (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cedric de Launois updated CAMEL-4325: - Description: When a REST service returns an HTTP error code (e.g. 404), the URI property

[jira] [Updated] (CAMEL-4324) Response body lost when an HTTP error code is returned

2011-08-10 Thread Cedric de Launois (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cedric de Launois updated CAMEL-4324: - Description: When a REST service returns an HTTP error code (e.g. 404) with some content

[jira] [Updated] (CAMEL-4324) Response body lost when an HTTP error code is returned

2011-08-10 Thread Cedric de Launois (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cedric de Launois updated CAMEL-4324: - Description: When a REST service returns an HTTP error code (e.g. 404) with some content

[jira] [Created] (CAMEL-4324) Response body lost when an HTTP error code is returned

2011-08-10 Thread Cedric de Launois (JIRA)
Response body lost when an HTTP error code is returned -- Key: CAMEL-4324 URL: https://issues.apache.org/jira/browse/CAMEL-4324 Project: Camel Issue Type: Bug Components: camel-re

[jira] [Resolved] (CAMEL-4322) AnnotationTypeConverterLoader doesn't try all the classloaders to load the converter class

2011-08-10 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4322. - Resolution: Fixed Applied patch into trunk and camel-2.8.x branch. > AnnotationTypeConverterLoad

[jira] [Created] (CAMEL-4323) camel-example-spring-javaconfig

2011-08-10 Thread Claus Ibsen (JIRA)
camel-example-spring-javaconfig --- Key: CAMEL-4323 URL: https://issues.apache.org/jira/browse/CAMEL-4323 Project: Camel Issue Type: Task Components: examples Affects Versions: 2.8.0 Repo

Re: Unable to run camel Exmaples

2011-08-10 Thread Claus Ibsen
Hi Can you build and install the parent module first. And then after that build the example you want to try out. camel-src cd parent mvn install cd .. cd examples cd camel-example-cxf mvn install Alternatively you may need to add the Apache snapshot repo to your maven pom.xml to be able to dow

[jira] [Created] (CAMEL-4322) AnnotationTypeConverterLoader doesn't try all the classloaders to load the converter class

2011-08-10 Thread Willem Jiang (JIRA)
AnnotationTypeConverterLoader doesn't try all the classloaders to load the converter class -- Key: CAMEL-4322 URL: https://issues.apache.org/jira/browse/CAMEL-4322

Unable to run camel Exmaples

2011-08-10 Thread khinvra
Hi, I have downloaded camel examples and trying to run using maven. I get following error [root@localhost camel-example-cxf]# mvn compile [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.camel:camel-example-cxf:2.9

Re: [DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-10 Thread Charles Moulliard
Hi Christian, We need to keep async/sync properties at the level of the JMS component itself as this behavior belongs to the way we can use a MOM or ActiveMQ. Nevertheless, in some case, this behavior could be changed (but that means that documentation should be clear on that) that async becomes s

Re: [DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-10 Thread Claus Ibsen
On Wed, Aug 10, 2011 at 11:12 AM, Charles Moulliard wrote: > Hi Claus, > > I would prefer that we follow the same convention for JMS, NMR and all > related components. As they are by default async (This is why we use a > MOM or NMR bus), the producer and consumer should be also defined as > asynch

Re: [DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-10 Thread Claus Ibsen
On Tue, Aug 9, 2011 at 6:20 PM, Christian Schneider wrote: > Hi Claus, > > without changing anything in camel wouldn´t a simple change in the route > also work? > > from("activemq:queue:inbox?synchronous=true") > .threads() > .to("jetty:http://0.0.0.0:9432/myapp";) > .to("log:result?groupSize=10",

[jira] [Updated] (CAMEL-4321) Create camel-jcifs component

2011-08-10 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated CAMEL-4321: Description: Currently, we don't have any component to use a CIFS/Samba share. Usi

Re: [DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-10 Thread Charles Moulliard
Hi Claus, I would prefer that we follow the same convention for JMS, NMR and all related components. As they are by default async (This is why we use a MOM or NMR bus), the producer and consumer should be also defined as asynchronous by default and changed by the user when they would like to switc

[jira] [Commented] (CAMEL-4321) Create camel-vfs component

2011-08-10 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082237#comment-13082237 ] Jean-Baptiste Onofré commented on CAMEL-4321: - It could be in Camel Extra (at

[jira] [Commented] (CAMEL-4321) Create camel-vfs component

2011-08-10 Thread Achim Nierbeck (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082235#comment-13082235 ] Achim Nierbeck commented on CAMEL-4321: --- http://jcifs.samba.org/ is under the LGPL,

[jira] [Commented] (CAMEL-4321) Create camel-vfs component

2011-08-10 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082228#comment-13082228 ] Jean-Baptiste Onofré commented on CAMEL-4321: - OK Claus, so, what do you think

[jira] [Commented] (CAMEL-4321) Create camel-vfs component

2011-08-10 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082225#comment-13082225 ] Claus Ibsen commented on CAMEL-4321: commons-vfs is not active maintained anymore, IMH

[jira] [Updated] (CAMEL-4321) Create camel-vfs component

2011-08-10 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated CAMEL-4321: Fix Version/s: Future > Create camel-vfs component > -- > >

[jira] [Assigned] (CAMEL-4321) Create camel-vfs component

2011-08-10 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré reassigned CAMEL-4321: --- Assignee: Jean-Baptiste Onofré > Create camel-vfs component > ---

[jira] [Created] (CAMEL-4321) Create camel-vfs component

2011-08-10 Thread JIRA
Create camel-vfs component -- Key: CAMEL-4321 URL: https://issues.apache.org/jira/browse/CAMEL-4321 Project: Camel Issue Type: New Feature Reporter: Jean-Baptiste Onofré Currently, we don't have any comp