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
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
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
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
In Java 8+ I can replace
process(new Processor() {
public void process(Exchange exchange) {
String uuid =
UUID.randomUUID().toString();
exchange.getIn().setHead
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
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
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
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 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 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 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
12 matches
Mail list logo