Re: Camel 2.12.2 crashes on activemq restart

2014-02-07 Thread Rural Hunter
Anyone?

Re: CXF component attachment support for POJO not implemented as specified

2014-02-07 Thread Willem Jiang
It makes sense, I just filled a JIRA[1] for it. [1]https://issues.apache.org/jira/browse/CAMEL-7181 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese

CXF component attachment support for POJO not implemented as specified

2014-02-07 Thread yirco
Hi, the CXF description states: http://camel.apache.org/cxf.html#CXF-AttachmentSupport Attachment Support "/POJO Mode: Attachments are propagated to Camel message's attachments since 2.1. So, it is possible to retreive attachments by

Closed issue CAMEL-6628 in 2.12.0 doesn't fix the problem!

2014-02-07 Thread pmcb55
Hi guys, Back in Aug 2013 Claus implemented a change to allow event notifications in the producer template to be turned on or off: https://issues.apache.org/jira/browse/CAMEL-6628 But in fact this change isn't quite right. The test case below

RE: CxfHeaderFilterStrategy doesn't drop SOAP headers

2014-02-07 Thread Oliver Wulff
Hi Scott I've tried that but still the soap headers are not dropped. Thanks Oli From: scottdawson [sc.e.daw...@gmail.com] Sent: 06 February 2014 17:17 To: users@camel.apache.org Subject: RE: CxfHeaderFilterStrategy doesn't drop SOAP headers Oli, What hap

Re: Questions about cxfrs

2014-02-07 Thread Sergey Beryozkin
For those who may be interested, see the attached files to https://issues.apache.org/jira/browse/CAMEL-7147 (blueprint.xml, jaxrs-beans.xml), the route works nicely with CXF 2.7.7 with minor modifications, which won't be needed with the newer CXF versions Sergey On 22/01/14 22:13, David wrote:

Re: Definition of a HL7 FTP endpoint simulated with a spring Camel mllp

2014-02-07 Thread Claus Ibsen
Hi The namespaces on the xml tags is wrong. Make sure what is spring is spring, and what is Camel is Camel. On Fri, Feb 7, 2014 at 5:24 PM, dtjep wrote: > Hi, > I have the error : > > 62 | k.osgi.extender | 1.2.1 | Application context refresh failed > (OsgiBundleXmlApplicat

Definition of a HL7 FTP endpoint simulated with a spring Camel mllp

2014-02-07 Thread dtjep
Hi, I have the error : 62 | k.osgi.extender | 1.2.1 | Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=BouchonMLLP_15010.xml, config=osgibundle:/META-INF/spring/*.xml)) org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 7 in X

Re: Camel Vert.x problems

2014-02-07 Thread Claus Ibsen
Hi Yeah its missing the request/reply support https://issues.apache.org/jira/browse/CAMEL-7176 On Fri, Feb 7, 2014 at 7:52 AM, jonheg wrote: > Hi! > > Im trying to do some initial testing of the new Vert.x component but having > some issues. > > Firstly, in default configuration, the Vert.x co

Camel Http4 2.12.2: httpClientConfigurer property cannot be inferred from endpointUri

2014-02-07 Thread jsantos
I'm using scala akka-camel with http4 component (2.12.2 version). I'm creating a Camel producer with endpoint: *def endpointUri = "http4s://host-path" + "?bridgeEndpoint=true" + "&httpClientConfigurer=#configurer" + "&clientConnectionManager=#manager"* where configurer is an Http