[GitHub] camel pull request: CAMEL-9094 Can't use custom FTPParser on OSGI

2015-09-11 Thread cunningt
GitHub user cunningt opened a pull request: https://github.com/apache/camel/pull/610 CAMEL-9094 Can't use custom FTPParser on OSGI https://issues.apache.org/jira/browse/CAMEL-9094 Use ClassResolver to resolve class instead of Class.forName in DefaultFTPFileEntryParserFactor

Re: CXF - too many dependencies

2015-09-11 Thread smalik
In the end I ended up using some java client classes provided to me by the team who expose the service, so I wrapped these in a camel bean and simply call the bean to do the web service call. These classes depend on axis2. I will retake a look at getting the cxf working when I get a bit of time, as

Re: CXF - too many dependencies

2015-09-11 Thread smalik
Thanks Aki. I tried your suggestion, yes you are right actually, if I create a new maven project, just pulling in the 3 jars you mention (camel-cxf, camel-spring, spring-context, and their transitive dependencies), it seems to be happy. In fact it also needs jib-x and log4j, but once I include the

Re: Processor Interface and Java Lambda Expression

2015-09-11 Thread Claus Ibsen
Yeah sure this is fine. The processor interface will not change, it has been the same for 8 years now. On Fri, Sep 11, 2015 at 4:56 PM, jdeane wrote: > In Java 8+ I can replace > > process(new Processor() { > public void process(Exchange ex

Processor Interface and Java Lambda Expression

2015-09-11 Thread jdeane
In Java 8+ I can replace process(new Processor() { public void process(Exchange exchange) { String uuid = UUID.randomUUID().toString(); exchange.getIn().setHead

Re: CXF - too many dependencies

2015-09-11 Thread Christian Schneider
Are you sure you really need camel-cxf for this. How about just using a simple cxf client and call it from the camel route using java. This way you can already use the minimal set of dependencies of the most current cxf release. Christian Am 08.09.2015 um 19:25 schrieb smalik: Thanks Sergey

Re: Anyone working on the spring event component?

2015-09-11 Thread Claus Ibsen
Hi Nobody is working on this. You are welcome to log a JIRA. And if possible work on this. Mind that camel-spring supports Spring 4.1 and 4.0.x still. So any changes must be able to work on those versions too. On Fri, Sep 11, 2015 at 1:24 PM, thetis-lmp wrote: > I want to consume Spring applicat

Request for providing the links of resources for apache camel as a beginner

2015-09-11 Thread kvohra26
Hi, I am a beginner in Camel. I need to integrate my Restful web service developed using jersey with Camel using java DSL . Please, provide me the required resources. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Request-for-providing-the-links-of-resources-for-apac

Anyone working on the spring event component?

2015-09-11 Thread thetis-lmp
I want to consume Spring application events that are fired on transaction commit. This feature was introduced in Spring 4.2. Ideally I would like to set up a route like this: from("spring-event://MyApplicationEvent?phase=afterCommit").. Does that make sense? Is anybody working on something li

[GitHub] camel pull request: [CAMEL-8748] DozerBeanMapper cannot instantiat...

2015-09-11 Thread tdiesler
Github user tdiesler closed the pull request at: https://github.com/apache/camel/pull/607 --- 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 ena

[GitHub] camel pull request: [CAMEL-9126] camel-swagger may see unrelated t...

2015-09-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/609 --- 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

[GitHub] camel pull request: [CAMEL-9126] camel-swagger may see unrelated t...

2015-09-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/608 --- 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