[GitHub] camel pull request: CAMEL-7372 Allow users to pass in their own En...

2014-04-16 Thread igarashitm
Github user igarashitm closed the pull request at: https://github.com/apache/camel/pull/136 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

Re: Custom Camel Thread Factory

2014-04-16 Thread Petter Nordlander
Hi, That is correct. Some info can be found in the docs. https://camel.apache.org/threading-model.html Depending on the details in your requirements, you get away with implementing ThreadPoolFactory, https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ spi/ThreadPoolFacto

[GitHub] camel pull request: Update jclouds version to 1.7.2

2014-04-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/135 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

org.apache.camel.NoTypeConversionAvailableException - No type converter available to convert from type: org.codehaus.jettison.json.JSONObject to the required type: java.lang.String

2014-04-16 Thread Preethi
Hi,We are facing an intermittent issue in our application when an end point gets called. This is how our route looks like from(SupplyItemRoutesConstants.SAVE_SUPPLY_ITEM_ENDPOINT) .routeId("saveSupplyItem") .process(new SupplierNumberProcessor()) .setProperty(SupplyItemRoute

Custom Camel Thread Factory

2014-04-16 Thread hubert
Hi I'm writing a custom Component for a Framework which has to manage the Thread Creation on its own. Each Thread has to be created from the Framework itself. My current state of knowledge is that to achieve this I have to implement a ExutorServiceManager which allows me to provide my own ThreadF

[GitHub] camel pull request: CAMEL-7372 Allow users to pass in their own En...

2014-04-16 Thread igarashitm
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/136 CAMEL-7372 Allow users to pass in their own EntityManager through the ex... ...change You can merge this pull request into a Git repository by running: $ git pull https://github.com/igarashit

Questions about DefaultShutdownStrategy

2014-04-16 Thread Antoine DESSAIGNE
Hi everyone, I've had a deeper look in DefaultShutdownStrategy and there are several things that puzzle me. I want to submit a patch in order to improve this class but I prefer discussing this first. I apologize for this very long email. Question #1: Should it be stateful or stateless ? Today, 2

[GitHub] camel pull request: Update jclouds version to 1.7.2

2014-04-16 Thread grgrzybek
GitHub user grgrzybek opened a pull request: https://github.com/apache/camel/pull/135 Update jclouds version to 1.7.2 Unit and integration tests work ok You can merge this pull request into a Git repository by running: $ git pull https://github.com/grgrzybek/camel jclouds-1.7.2

Re: About a bug of the camel-mongodb component...

2014-04-16 Thread Babak Vahdat
Hi RĂ ul, Now the other ticket (CAMEL-7370) has been fixed as well. And regarding the reason why I went for ReadPreference#valueOf() instead of ReadPreference#[primary/secondary/nearest/etc.] (that's the +0.5 points you gave about it): - The logic to be implemented in this way is much easier, as