Re: Issue Tracker registration

2015-07-27 Thread Claus Ibsen
Hi There should be some create account button in the JIRA itself when you go to https://issues.apache.org/jira/browse/CAMEL Then you can create your own login to use. On Mon, Jul 27, 2015 at 11:25 PM, Phani Kumar wrote: > Can some one help me with this please? > > Thanks, > Phani > >> On Jul 25

Basic Camel Route XML for accessing Google.com

2015-07-27 Thread anish.somadevan
Am fairly new to Camel and i would like to understand what will be the route XML to access Google.com and get the response headers to understand if its a success or failure. I have set up my route-outbound XML as given below, http://camel.apache.org/schema/spring";>

Re: Issue Tracker registration

2015-07-27 Thread Phani Kumar
Can some one help me with this please? Thanks, Phani > On Jul 25, 2015, at 8:08 AM, Phani Kumar wrote: > > Hi, > > I am interested in contributing to the Camel project, can you please > register me to the Issue Tracker? > My email: psusar...@gmail.com . > > Thank

Camel.trunk.notest - Build # 2458 - Fixed

2015-07-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2458) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/2458/ to view the results.

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-27 Thread Aki Yoshida
Hi, Franz and I had an offline discussion about this and came to a conclusion that we introduce this behavior as default from camel 2.16. Although this change may likely introduce a regression to some CXF to CXF Payload scenarios using WS extensions, an option to avoid this issue such as introduci

[GitHub] camel pull request: CAMEL-9021: camel-sip: change dependency to or...

2015-07-27 Thread dpocock
GitHub user dpocock opened a pull request: https://github.com/apache/camel/pull/572 CAMEL-9021: camel-sip: change dependency to org.opentelecoms.sip / sip-api-1.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/dpocock/camel sip

[GitHub] camel pull request: [CAMEL-9026] ClassNotFoundException: kafka.ser...

2015-07-27 Thread tdiesler
GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/571 [CAMEL-9026] ClassNotFoundException: kafka.serializer.StringEncoder https://issues.apache.org/jira/browse/CAMEL-9026 You can merge this pull request into a Git repository by running: $ git pull

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

2015-07-27 Thread tdiesler
Github user tdiesler closed the pull request at: https://github.com/apache/camel/pull/570 --- 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-8748] DozerBeanMapper cannot instantiat...

2015-07-27 Thread tdiesler
GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/570 [CAMEL-8748] DozerBeanMapper cannot instantiate DozerThreadContextCla… …ssLoader You can merge this pull request into a Git repository by running: $ git pull https://github.com/tdiesler/cam

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-27 Thread Aki Yoshida
Hi Franz, but the headers were transferred when you had the CXFPayload message directly transferred from one end to the other, no? In other words, that was the case when the scenario is really doing nothing at all with the payload. But in a scenario where something between modifies the payload comi

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-27 Thread Franz Paul Forsthofer
Hi Aki, I want to give you a more specific answer to your question. Suppose you have the following two routes: route 1: Camel CXF consumer -> Camel CXF producer route 2: Camel CXF consumer -> some processor which returns an Input Stream -> Camel CXF producer There is a difference in the SOAP h

Re: To CXF experts: Setting of SOAP headers via the Camel Header "org.apache.cxf.headers.Header.list" for CXF data format "PAYLOAD"

2015-07-27 Thread Franz Paul Forsthofer
Hi Aki, there will be no change to the old behavior. Suppose you have the following scenario: A SOAP client sends to a CAMEL CXF consumer and this consumer just forwards the message to a Camel CXF provider which calls a receiver SOAP server. If the SOAP client sends a SAP Header then this header w

Re: Installing camel-cxf 2.15.2 feature leads to two versions of ServiceMix Stax-API bundles installed

2015-07-27 Thread Claus Ibsen
So maybe the camel-core can use the 2.4.0 version? https://github.com/apache/camel/blob/master/parent/pom.xml#L430 On Thu, Jul 23, 2015 at 6:53 PM, Aki Yoshida wrote: > I am wondering if there is a way to avoid this awkward situation. > > When you install camel-cxf 2.15.2 feature on a freshly set

Re: Camel-extras old guava?

2015-07-27 Thread Claus Ibsen
Maybe try it out yourself and provide a patch to the camel extra project. Not sure what guava version neo4j needs On Wed, Jul 22, 2015 at 10:01 PM, Daniel Pocock wrote: > > > Camel-extras has > > 11.0.2_2 > > > and it is used for camel-spring-neo4j in Karaf: > > ./platform/karaf/features/src/mai