Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA2A19CAF for ; Mon, 13 Feb 2012 13:50:11 +0000 (UTC) Received: (qmail 74759 invoked by uid 500); 13 Feb 2012 13:50:11 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 74654 invoked by uid 500); 13 Feb 2012 13:50:10 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 74646 invoked by uid 99); 13 Feb 2012 13:50:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 13:50:10 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=HTML_MESSAGE,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of David.Delbecq@oma.be designates 193.190.231.70 as permitted sender) Received: from [193.190.231.70] (HELO bonnie2.oma.be) (193.190.231.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 13:50:03 +0000 Received: from zimbra-me.oma.be (zimbra-me.oma.be [193.190.249.146]) by bonnie2.oma.be (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id q1DDne3k028911 for ; Mon, 13 Feb 2012 13:49:40 GMT Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra-me.oma.be (Postfix) with ESMTP id 5DFA181807B for ; Mon, 13 Feb 2012 14:49:40 +0100 (CET) X-Virus-Scanned: amavisd-new at meteo.be Received: from zimbra-me.oma.be ([127.0.0.1]) by localhost (zimbra-me.oma.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iX6prkVD4a3d for ; Mon, 13 Feb 2012 14:49:35 +0100 (CET) Received: from zimbra-me.oma.be (zimbra-me.oma.be [193.190.249.146]) by zimbra-me.oma.be (Postfix) with ESMTP id 9DA8C818079 for ; Mon, 13 Feb 2012 14:49:35 +0100 (CET) Date: Mon, 13 Feb 2012 14:49:35 +0100 (CET) From: David Delbecq To: users@camel.apache.org Subject: Re: camel and spring in a webapp (camel does not work on jboss?) Message-ID: <3cf1dea7-a9fa-4bc5-b2c3-644d79feafbf@zimbra-me.oma.be> In-Reply-To: <1329137739940-5479097.post@n5.nabble.com> Content-Type: multipart/alternative; boundary="=_8a5b2646-771b-4dd9-8a3b-deed8c15294e" MIME-Version: 1.0 X-Originating-IP: [192.168.15.233] X-Mailer: Zimbra 7.1.3_GA_3346 (ZimbraWebClient - FF3.0 (Win)/7.1.3_GA_3346) --=_8a5b2646-771b-4dd9-8a3b-deed8c15294e Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, thanks for your help. I checked with jboss-camel 2.8 (along with camel 2.9.0) and it solves my pr= oblem. Unfortunately, there is no jboss-camel 2.9 as problem is supposed to= bes olved with FQN (but then why is camel still attempting package scannin= g?) However, with jboss-camel i end up with a bunch of warnings :s My probem se= ems to be that camel load it's configuration twice, one using FQN, other us= ing package scanning?? 14:49:20,052 INFO [AbstractCamelContextFactoryBean] Using custom PackageSca= nClassResolver: org.apachextras.camel.jboss.JBossPackageScanClassResolver@6= cbc4fe6 14:49:20,245 INFO [ThreadPoolTaskScheduler] Initializing ExecutorService 's= cheduler' 14:49:38,449 INFO [AnnotationTypeConverterLoader] Found 3 packages with 15 = @Converter classes to load 14:49:38,477 INFO [DefaultTypeConverter] Loaded 168 core type converters (t= otal 168 type converters) 14:49:38,485 INFO [AnnotationTypeConverterLoader] Loaded 1 @Converter class= es 14:49:38,509 INFO [AnnotationTypeConverterLoader] Found 1 packages with 12 = @Converter classes to load 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.NIOConverter.toString(java.nio.ByteBuffer,org.apache.camel.Exchange= ) throws java.io.IOException to: StaticMethodTypeConverter: public static j= ava.lang.String org.apache.camel.converter.NIOConverter.toString(java.nio.B= yteBuffer,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static byte[] org.apache.camel.converter.NI= OConverter.toByteArray(java.nio.ByteBuffer) to: StaticMethodTypeConverter: = public static byte[] org.apache.camel.converter.NIOConverter.toByteArray(ja= va.nio.ByteBuffer) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.NIOConverter.toInputStream(java.nio.ByteBuffer) to: StaticMethod= TypeConverter: public static java.io.InputStream org.apache.camel.converter= .NIOConverter.toInputStream(java.nio.ByteBuffer) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(java.io.File) throws java.io.IOExcepti= on to: StaticMethodTypeConverter: public static java.nio.ByteBuffer org.apa= che.camel.converter.NIOConverter.toByteBuffer(java.io.File) throws java.io.= IOException 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(byte[]) to: StaticMethodTypeConverter:= public static java.nio.ByteBuffer org.apache.camel.converter.NIOConverter.= toByteBuffer(byte[]) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(java.lang.Long) to: StaticMethodTypeCo= nverter: public static java.nio.ByteBuffer org.apache.camel.converter.NIOCo= nverter.toByteBuffer(java.lang.Long) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(java.lang.Float) to: StaticMethodTypeC= onverter: public static java.nio.ByteBuffer org.apache.camel.converter.NIOC= onverter.toByteBuffer(java.lang.Float) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(java.lang.Double) to: StaticMethodType= Converter: public static java.nio.ByteBuffer org.apache.camel.converter.NIO= Converter.toByteBuffer(java.lang.Double) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(java.lang.Integer) to: StaticMethodTyp= eConverter: public static java.nio.ByteBuffer org.apache.camel.converter.NI= OConverter.toByteBuffer(java.lang.Integer) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(java.lang.String,org.apache.camel.Exch= ange) to: StaticMethodTypeConverter: public static java.nio.ByteBuffer org.= apache.camel.converter.NIOConverter.toByteBuffer(java.lang.String,org.apach= e.camel.Exchange) 14:49:38,510 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.nio.ByteBuffer org.apache.camel= .converter.NIOConverter.toByteBuffer(java.lang.Short) to: StaticMethodTypeC= onverter: public static java.nio.ByteBuffer org.apache.camel.converter.NIOC= onverter.toByteBuffer(java.lang.Short) 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.Processor org.apache.cam= el.converter.CamelConverter.toProcessor(org.apache.camel.Predicate) to: Ins= tanceMethodTypeConverter: public org.apache.camel.Processor org.apache.came= l.converter.CamelConverter.toProcessor(org.apache.camel.Predicate) 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.Processor org.apache.cam= el.converter.CamelConverter.toProcessor(org.apache.camel.Expression) to: In= stanceMethodTypeConverter: public org.apache.camel.Processor org.apache.cam= el.converter.CamelConverter.toProcessor(org.apache.camel.Expression) 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLStreamWriter org.apac= he.camel.converter.jaxp.StaxConverter.createXMLStreamWriter(java.io.Writer)= throws javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter= : public javax.xml.stream.XMLStreamWriter org.apache.camel.converter.jaxp.S= taxConverter.createXMLStreamWriter(java.io.Writer) throws javax.xml.stream.= XMLStreamException 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLStreamWriter org.apac= he.camel.converter.jaxp.StaxConverter.createXMLStreamWriter(java.io.OutputS= tream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException= to: InstanceMethodTypeConverter: public javax.xml.stream.XMLStreamWriter o= rg.apache.camel.converter.jaxp.StaxConverter.createXMLStreamWriter(java.io.= OutputStream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamEx= ception 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLStreamWriter org.apac= he.camel.converter.jaxp.StaxConverter.createXMLStreamWriter(javax.xml.trans= form.Result) throws javax.xml.stream.XMLStreamException to: InstanceMethodT= ypeConverter: public javax.xml.stream.XMLStreamWriter org.apache.camel.conv= erter.jaxp.StaxConverter.createXMLStreamWriter(javax.xml.transform.Result) = throws javax.xml.stream.XMLStreamException 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLStreamReader org.apac= he.camel.converter.jaxp.StaxConverter.createXMLStreamReader(java.io.File,or= g.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException,java.io= .FileNotFoundException to: InstanceMethodTypeConverter: public javax.xml.st= ream.XMLStreamReader org.apache.camel.converter.jaxp.StaxConverter.createXM= LStreamReader(java.io.File,org.apache.camel.Exchange) throws javax.xml.stre= am.XMLStreamException,java.io.FileNotFoundException 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLStreamReader org.apac= he.camel.converter.jaxp.StaxConverter.createXMLStreamReader(java.io.Reader)= throws javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter= : public javax.xml.stream.XMLStreamReader org.apache.camel.converter.jaxp.S= taxConverter.createXMLStreamReader(java.io.Reader) throws javax.xml.stream.= XMLStreamException 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLStreamReader org.apac= he.camel.converter.jaxp.StaxConverter.createXMLStreamReader(javax.xml.trans= form.Source) throws javax.xml.stream.XMLStreamException to: InstanceMethodT= ypeConverter: public javax.xml.stream.XMLStreamReader org.apache.camel.conv= erter.jaxp.StaxConverter.createXMLStreamReader(javax.xml.transform.Source) = throws javax.xml.stream.XMLStreamException 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLStreamReader org.apac= he.camel.converter.jaxp.StaxConverter.createXMLStreamReader(java.io.InputSt= ream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException = to: InstanceMethodTypeConverter: public javax.xml.stream.XMLStreamReader or= g.apache.camel.converter.jaxp.StaxConverter.createXMLStreamReader(java.io.I= nputStream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamExce= ption 14:49:38,511 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventWriter org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventWriter(java.io.Writer) t= hrows javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter: = public javax.xml.stream.XMLEventWriter org.apache.camel.converter.jaxp.Stax= Converter.createXMLEventWriter(java.io.Writer) throws javax.xml.stream.XMLS= treamException 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventWriter org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventWriter(java.io.OutputStr= eam,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException t= o: InstanceMethodTypeConverter: public javax.xml.stream.XMLEventWriter org.= apache.camel.converter.jaxp.StaxConverter.createXMLEventWriter(java.io.Outp= utStream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamExcept= ion 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventWriter org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventWriter(javax.xml.transfo= rm.Result) throws javax.xml.stream.XMLStreamException to: InstanceMethodTyp= eConverter: public javax.xml.stream.XMLEventWriter org.apache.camel.convert= er.jaxp.StaxConverter.createXMLEventWriter(javax.xml.transform.Result) thro= ws javax.xml.stream.XMLStreamException 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventReader(java.io.InputStre= am,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException to= : InstanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.a= pache.camel.converter.jaxp.StaxConverter.createXMLEventReader(java.io.Input= Stream,org.apache.camel.Exchange) throws javax.xml.stream.XMLStreamExceptio= n 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventReader(java.io.File,org.= apache.camel.Exchange) throws javax.xml.stream.XMLStreamException,java.io.F= ileNotFoundException to: InstanceMethodTypeConverter: public javax.xml.stre= am.XMLEventReader org.apache.camel.converter.jaxp.StaxConverter.createXMLEv= entReader(java.io.File,org.apache.camel.Exchange) throws javax.xml.stream.X= MLStreamException,java.io.FileNotFoundException 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventReader(java.io.Reader) t= hrows javax.xml.stream.XMLStreamException to: InstanceMethodTypeConverter: = public javax.xml.stream.XMLEventReader org.apache.camel.converter.jaxp.Stax= Converter.createXMLEventReader(java.io.Reader) throws javax.xml.stream.XMLS= treamException 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventReader(javax.xml.stream.= XMLStreamReader) throws javax.xml.stream.XMLStreamException to: InstanceMet= hodTypeConverter: public javax.xml.stream.XMLEventReader org.apache.camel.c= onverter.jaxp.StaxConverter.createXMLEventReader(javax.xml.stream.XMLStream= Reader) throws javax.xml.stream.XMLStreamException 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.stream.XMLEventReader org.apach= e.camel.converter.jaxp.StaxConverter.createXMLEventReader(javax.xml.transfo= rm.Source) throws javax.xml.stream.XMLStreamException to: InstanceMethodTyp= eConverter: public javax.xml.stream.XMLEventReader org.apache.camel.convert= er.jaxp.StaxConverter.createXMLEventReader(javax.xml.transform.Source) thro= ws javax.xml.stream.XMLStreamException 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.TimeZone org.apache.camel.= converter.DateTimeConverter.toTimeZone(java.lang.String) to: StaticMethodTy= peConverter: public static java.util.TimeZone org.apache.camel.converter.Da= teTimeConverter.toTimeZone(java.lang.String) 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.lang.String org.apache.camel.convert= er.jaxp.XmlConverter.toString(javax.xml.transform.Source,org.apache.camel.E= xchange) throws javax.xml.transform.TransformerException to: InstanceMethod= TypeConverter: public java.lang.String org.apache.camel.converter.jaxp.XmlC= onverter.toString(javax.xml.transform.Source,org.apache.camel.Exchange) thr= ows javax.xml.transform.TransformerException 14:49:38,512 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.lang.String org.apache.camel.convert= er.jaxp.XmlConverter.toString(org.w3c.dom.Node,org.apache.camel.Exchange) t= hrows javax.xml.transform.TransformerException to: InstanceMethodTypeConver= ter: public java.lang.String org.apache.camel.converter.jaxp.XmlConverter.t= oString(org.w3c.dom.Node,org.apache.camel.Exchange) throws javax.xml.transf= orm.TransformerException 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.lang.Boolean org.apache.camel.conver= ter.jaxp.XmlConverter.toBoolean(org.w3c.dom.NodeList) to: InstanceMethodTyp= eConverter: public java.lang.Boolean org.apache.camel.converter.jaxp.XmlCon= verter.toBoolean(org.w3c.dom.NodeList) 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public byte[] org.apache.camel.converter.jaxp.Xm= lConverter.toByteArray(javax.xml.transform.Source,org.apache.camel.Exchange= ) throws javax.xml.transform.TransformerException to: InstanceMethodTypeCon= verter: public byte[] org.apache.camel.converter.jaxp.XmlConverter.toByteAr= ray(javax.xml.transform.Source,org.apache.camel.Exchange) throws javax.xml.= transform.TransformerException 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.io.InputStream org.apache.camel.conv= erter.jaxp.XmlConverter.toInputStream(javax.xml.transform.dom.DOMSource,org= .apache.camel.Exchange) throws javax.xml.transform.TransformerException,jav= a.io.IOException to: InstanceMethodTypeConverter: public java.io.InputStrea= m org.apache.camel.converter.jaxp.XmlConverter.toInputStream(javax.xml.tran= sform.dom.DOMSource,org.apache.camel.Exchange) throws javax.xml.transform.T= ransformerException,java.io.IOException 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.io.InputStream org.apache.camel.conv= erter.jaxp.XmlConverter.toInputStream(org.w3c.dom.Document,org.apache.camel= .Exchange) throws javax.xml.transform.TransformerException,java.io.IOExcept= ion to: InstanceMethodTypeConverter: public java.io.InputStream org.apache.= camel.converter.jaxp.XmlConverter.toInputStream(org.w3c.dom.Document,org.ap= ache.camel.Exchange) throws javax.xml.transform.TransformerException,java.i= o.IOException 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.BytesSource org.apache.c= amel.converter.jaxp.XmlConverter.toBytesSource(byte[]) to: InstanceMethodTy= peConverter: public org.apache.camel.BytesSource org.apache.camel.converter= .jaxp.XmlConverter.toBytesSource(byte[]) 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.StringSource org.apache.= camel.converter.jaxp.XmlConverter.toStringSource(java.lang.String) to: Inst= anceMethodTypeConverter: public org.apache.camel.StringSource org.apache.ca= mel.converter.jaxp.XmlConverter.toStringSource(java.lang.String) 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.Source org.apache.cam= el.converter.jaxp.XmlConverter.toSource(java.lang.String) to: InstanceMetho= dTypeConverter: public javax.xml.transform.Source org.apache.camel.converte= r.jaxp.XmlConverter.toSource(java.lang.String) 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSource(org.w3c.dom.Node) to: Ins= tanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apac= he.camel.converter.jaxp.XmlConverter.toDOMSource(org.w3c.dom.Node) 14:49:38,513 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSource(byte[]) throws java.io.IO= Exception,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationExc= eption to: InstanceMethodTypeConverter: public javax.xml.transform.dom.DOMS= ource org.apache.camel.converter.jaxp.XmlConverter.toDOMSource(byte[]) thro= ws java.io.IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserCon= figurationException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSource(java.io.File) throws java= x.xml.parsers.ParserConfigurationException,java.io.IOException,org.xml.sax.= SAXException to: InstanceMethodTypeConverter: public javax.xml.transform.do= m.DOMSource org.apache.camel.converter.jaxp.XmlConverter.toDOMSource(java.i= o.File) throws javax.xml.parsers.ParserConfigurationException,java.io.IOExc= eption,org.xml.sax.SAXException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSource(java.io.InputStream) thro= ws javax.xml.parsers.ParserConfigurationException,java.io.IOException,org.x= ml.sax.SAXException to: InstanceMethodTypeConverter: public javax.xml.trans= form.dom.DOMSource org.apache.camel.converter.jaxp.XmlConverter.toDOMSource= (java.io.InputStream) throws javax.xml.parsers.ParserConfigurationException= ,java.io.IOException,org.xml.sax.SAXException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSource(java.lang.String) throws = javax.xml.parsers.ParserConfigurationException,java.io.IOException,org.xml.= sax.SAXException,javax.xml.transform.TransformerException to: InstanceMetho= dTypeConverter: public javax.xml.transform.dom.DOMSource org.apache.camel.c= onverter.jaxp.XmlConverter.toDOMSource(java.lang.String) throws javax.xml.p= arsers.ParserConfigurationException,java.io.IOException,org.xml.sax.SAXExce= ption,javax.xml.transform.TransformerException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSource(javax.xml.transform.Sourc= e) throws javax.xml.parsers.ParserConfigurationException,java.io.IOExceptio= n,org.xml.sax.SAXException,javax.xml.transform.TransformerException to: Ins= tanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apac= he.camel.converter.jaxp.XmlConverter.toDOMSource(javax.xml.transform.Source= ) throws javax.xml.parsers.ParserConfigurationException,java.io.IOException= ,org.xml.sax.SAXException,javax.xml.transform.TransformerException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSource(javax.xml.transform.Sourc= e,org.apache.camel.Exchange) throws java.io.IOException,org.xml.sax.SAXExce= ption,javax.xml.transform.TransformerException to: InstanceMethodTypeConver= ter: public javax.xml.transform.sax.SAXSource org.apache.camel.converter.ja= xp.XmlConverter.toSAXSource(javax.xml.transform.Source,org.apache.camel.Exc= hange) throws java.io.IOException,org.xml.sax.SAXException,javax.xml.transf= orm.TransformerException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSource(java.io.File,org.apache.c= amel.Exchange) throws java.io.IOException,org.xml.sax.SAXException,javax.xm= l.transform.TransformerException to: InstanceMethodTypeConverter: public ja= vax.xml.transform.sax.SAXSource org.apache.camel.converter.jaxp.XmlConverte= r.toSAXSource(java.io.File,org.apache.camel.Exchange) throws java.io.IOExce= ption,org.xml.sax.SAXException,javax.xml.transform.TransformerException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSource(java.io.InputStream,org.a= pache.camel.Exchange) throws java.io.IOException,org.xml.sax.SAXException,j= avax.xml.transform.TransformerException to: InstanceMethodTypeConverter: pu= blic javax.xml.transform.sax.SAXSource org.apache.camel.converter.jaxp.XmlC= onverter.toSAXSource(java.io.InputStream,org.apache.camel.Exchange) throws = java.io.IOException,org.xml.sax.SAXException,javax.xml.transform.Transforme= rException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSource(byte[],org.apache.camel.E= xchange) throws java.io.IOException,org.xml.sax.SAXException,javax.xml.tran= sform.TransformerException to: InstanceMethodTypeConverter: public javax.xm= l.transform.sax.SAXSource org.apache.camel.converter.jaxp.XmlConverter.toSA= XSource(byte[],org.apache.camel.Exchange) throws java.io.IOException,org.xm= l.sax.SAXException,javax.xml.transform.TransformerException 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSource(java.lang.String,org.apac= he.camel.Exchange) throws java.io.IOException,org.xml.sax.SAXException,java= x.xml.transform.TransformerException to: InstanceMethodTypeConverter: publi= c javax.xml.transform.sax.SAXSource org.apache.camel.converter.jaxp.XmlConv= erter.toSAXSource(java.lang.String,org.apache.camel.Exchange) throws java.i= o.IOException,org.xml.sax.SAXException,javax.xml.transform.TransformerExcep= tion 14:49:38,514 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stax.StAXSource org.a= pache.camel.converter.jaxp.XmlConverter.toStAXSource(byte[],org.apache.came= l.Exchange) throws javax.xml.stream.XMLStreamException to: InstanceMethodTy= peConverter: public javax.xml.transform.stax.StAXSource org.apache.camel.co= nverter.jaxp.XmlConverter.toStAXSource(byte[],org.apache.camel.Exchange) th= rows javax.xml.stream.XMLStreamException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stax.StAXSource org.a= pache.camel.converter.jaxp.XmlConverter.toStAXSource(java.lang.String,org.a= pache.camel.Exchange) throws javax.xml.stream.XMLStreamException to: Instan= ceMethodTypeConverter: public javax.xml.transform.stax.StAXSource org.apach= e.camel.converter.jaxp.XmlConverter.toStAXSource(java.lang.String,org.apach= e.camel.Exchange) throws javax.xml.stream.XMLStreamException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stax.StAXSource org.a= pache.camel.converter.jaxp.XmlConverter.toStAXSource(java.io.InputStream,or= g.apache.camel.Exchange) throws javax.xml.stream.XMLStreamException to: Ins= tanceMethodTypeConverter: public javax.xml.transform.stax.StAXSource org.ap= ache.camel.converter.jaxp.XmlConverter.toStAXSource(java.io.InputStream,org= .apache.camel.Exchange) throws javax.xml.stream.XMLStreamException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stax.StAXSource org.a= pache.camel.converter.jaxp.XmlConverter.toStAXSource(java.io.File,org.apach= e.camel.Exchange) throws java.io.FileNotFoundException,javax.xml.stream.XML= StreamException to: InstanceMethodTypeConverter: public javax.xml.transform= .stax.StAXSource org.apache.camel.converter.jaxp.XmlConverter.toStAXSource(= java.io.File,org.apache.camel.Exchange) throws java.io.FileNotFoundExceptio= n,javax.xml.stream.XMLStreamException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSource(java.io.File) th= rows javax.xml.transform.TransformerException to: InstanceMethodTypeConvert= er: public javax.xml.transform.stream.StreamSource org.apache.camel.convert= er.jaxp.XmlConverter.toStreamSource(java.io.File) throws javax.xml.transfor= m.TransformerException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSource(javax.xml.transf= orm.Source,org.apache.camel.Exchange) throws javax.xml.transform.Transforme= rException to: InstanceMethodTypeConverter: public javax.xml.transform.stre= am.StreamSource org.apache.camel.converter.jaxp.XmlConverter.toStreamSource= (javax.xml.transform.Source,org.apache.camel.Exchange) throws javax.xml.tra= nsform.TransformerException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSource(java.io.InputStr= eam) throws javax.xml.transform.TransformerException to: InstanceMethodType= Converter: public javax.xml.transform.stream.StreamSource org.apache.camel.= converter.jaxp.XmlConverter.toStreamSource(java.io.InputStream) throws java= x.xml.transform.TransformerException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSource(byte[],org.apach= e.camel.Exchange) throws javax.xml.transform.TransformerException to: Insta= nceMethodTypeConverter: public javax.xml.transform.stream.StreamSource org.= apache.camel.converter.jaxp.XmlConverter.toStreamSource(byte[],org.apache.c= amel.Exchange) throws javax.xml.transform.TransformerException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSource(java.nio.ByteBuf= fer,org.apache.camel.Exchange) throws javax.xml.transform.TransformerExcept= ion to: InstanceMethodTypeConverter: public javax.xml.transform.stream.Stre= amSource org.apache.camel.converter.jaxp.XmlConverter.toStreamSource(java.n= io.ByteBuffer,org.apache.camel.Exchange) throws javax.xml.transform.Transfo= rmerException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSource(java.io.Reader) = throws javax.xml.transform.TransformerException to: InstanceMethodTypeConve= rter: public javax.xml.transform.stream.StreamSource org.apache.camel.conve= rter.jaxp.XmlConverter.toStreamSource(java.io.Reader) throws javax.xml.tran= sform.TransformerException 14:49:38,515 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSourceFromSAX(javax.xml= .transform.sax.SAXSource,org.apache.camel.Exchange) throws javax.xml.transf= orm.TransformerException to: InstanceMethodTypeConverter: public javax.xml.= transform.stream.StreamSource org.apache.camel.converter.jaxp.XmlConverter.= toStreamSourceFromSAX(javax.xml.transform.sax.SAXSource,org.apache.camel.Ex= change) throws javax.xml.transform.TransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSourceFromDOM(javax.xml= .transform.dom.DOMSource,org.apache.camel.Exchange) throws javax.xml.transf= orm.TransformerException to: InstanceMethodTypeConverter: public javax.xml.= transform.stream.StreamSource org.apache.camel.converter.jaxp.XmlConverter.= toStreamSourceFromDOM(javax.xml.transform.dom.DOMSource,org.apache.camel.Ex= change) throws javax.xml.transform.TransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.stream.StreamSource o= rg.apache.camel.converter.jaxp.XmlConverter.toStreamSourceFromStAX(javax.xm= l.transform.stax.StAXSource,org.apache.camel.Exchange) throws javax.xml.tra= nsform.TransformerException to: InstanceMethodTypeConverter: public javax.x= ml.transform.stream.StreamSource org.apache.camel.converter.jaxp.XmlConvert= er.toStreamSourceFromStAX(javax.xml.transform.stax.StAXSource,org.apache.ca= mel.Exchange) throws javax.xml.transform.TransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSourceFromStream(javax.xml.trans= form.stream.StreamSource) to: InstanceMethodTypeConverter: public javax.xml= .transform.sax.SAXSource org.apache.camel.converter.jaxp.XmlConverter.toSAX= SourceFromStream(javax.xml.transform.stream.StreamSource) 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.io.Reader org.apache.camel.converter= .jaxp.XmlConverter.toReaderFromSource(javax.xml.transform.Source,org.apache= .camel.Exchange) throws javax.xml.transform.TransformerException to: Instan= ceMethodTypeConverter: public java.io.Reader org.apache.camel.converter.jax= p.XmlConverter.toReaderFromSource(javax.xml.transform.Source,org.apache.cam= el.Exchange) throws javax.xml.transform.TransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSourceFromStream(javax.xml.trans= form.stream.StreamSource) throws javax.xml.parsers.ParserConfigurationExcep= tion,java.io.IOException,org.xml.sax.SAXException to: InstanceMethodTypeCon= verter: public javax.xml.transform.dom.DOMSource org.apache.camel.converter= .jaxp.XmlConverter.toDOMSourceFromStream(javax.xml.transform.stream.StreamS= ource) throws javax.xml.parsers.ParserConfigurationException,java.io.IOExce= ption,org.xml.sax.SAXException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSourceFromDOM(javax.xml.transfor= m.dom.DOMSource,org.apache.camel.Exchange) throws javax.xml.transform.Trans= formerException to: InstanceMethodTypeConverter: public javax.xml.transform= .sax.SAXSource org.apache.camel.converter.jaxp.XmlConverter.toSAXSourceFrom= DOM(javax.xml.transform.dom.DOMSource,org.apache.camel.Exchange) throws jav= ax.xml.transform.TransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.sax.SAXSource org.apa= che.camel.converter.jaxp.XmlConverter.toSAXSourceFromStAX(javax.xml.transfo= rm.stax.StAXSource,org.apache.camel.Exchange) throws javax.xml.transform.Tr= ansformerException to: InstanceMethodTypeConverter: public javax.xml.transf= orm.sax.SAXSource org.apache.camel.converter.jaxp.XmlConverter.toSAXSourceF= romStAX(javax.xml.transform.stax.StAXSource,org.apache.camel.Exchange) thro= ws javax.xml.transform.TransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSourceFromSAX(javax.xml.transfor= m.sax.SAXSource) throws java.io.IOException,org.xml.sax.SAXException,javax.= xml.parsers.ParserConfigurationException,javax.xml.transform.TransformerExc= eption to: InstanceMethodTypeConverter: public javax.xml.transform.dom.DOMS= ource org.apache.camel.converter.jaxp.XmlConverter.toDOMSourceFromSAX(javax= .xml.transform.sax.SAXSource) throws java.io.IOException,org.xml.sax.SAXExc= eption,javax.xml.parsers.ParserConfigurationException,javax.xml.transform.T= ransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public javax.xml.transform.dom.DOMSource org.apa= che.camel.converter.jaxp.XmlConverter.toDOMSourceFromStAX(javax.xml.transfo= rm.stax.StAXSource) throws java.io.IOException,org.xml.sax.SAXException,jav= ax.xml.parsers.ParserConfigurationException,javax.xml.transform.Transformer= Exception to: InstanceMethodTypeConverter: public javax.xml.transform.dom.D= OMSource org.apache.camel.converter.jaxp.XmlConverter.toDOMSourceFromStAX(j= avax.xml.transform.stax.StAXSource) throws java.io.IOException,org.xml.sax.= SAXException,javax.xml.parsers.ParserConfigurationException,javax.xml.trans= form.TransformerException 14:49:38,516 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Node org.apache.camel.convert= er.jaxp.XmlConverter.toDOMNodeFromSAX(javax.xml.transform.sax.SAXSource) th= rows javax.xml.parsers.ParserConfigurationException,java.io.IOException,org= .xml.sax.SAXException,javax.xml.transform.TransformerException to: Instance= MethodTypeConverter: public org.w3c.dom.Node org.apache.camel.converter.jax= p.XmlConverter.toDOMNodeFromSAX(javax.xml.transform.sax.SAXSource) throws j= avax.xml.parsers.ParserConfigurationException,java.io.IOException,org.xml.s= ax.SAXException,javax.xml.transform.TransformerException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Node org.apache.camel.convert= er.jaxp.XmlConverter.toDOMNodeFromStAX(javax.xml.transform.stax.StAXSource)= throws javax.xml.parsers.ParserConfigurationException,java.io.IOException,= org.xml.sax.SAXException,javax.xml.transform.TransformerException to: Insta= nceMethodTypeConverter: public org.w3c.dom.Node org.apache.camel.converter.= jaxp.XmlConverter.toDOMNodeFromStAX(javax.xml.transform.stax.StAXSource) th= rows javax.xml.parsers.ParserConfigurationException,java.io.IOException,org= .xml.sax.SAXException,javax.xml.transform.TransformerException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Node org.apache.camel.convert= er.jaxp.XmlConverter.toDOMNode(javax.xml.transform.Source) throws javax.xml= .transform.TransformerException,javax.xml.parsers.ParserConfigurationExcept= ion,java.io.IOException,org.xml.sax.SAXException to: InstanceMethodTypeConv= erter: public org.w3c.dom.Node org.apache.camel.converter.jaxp.XmlConverter= .toDOMNode(javax.xml.transform.Source) throws javax.xml.transform.Transform= erException,javax.xml.parsers.ParserConfigurationException,java.io.IOExcept= ion,org.xml.sax.SAXException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Element org.apache.camel.conv= erter.jaxp.XmlConverter.toDOMElement(javax.xml.transform.Source) throws jav= ax.xml.transform.TransformerException,javax.xml.parsers.ParserConfiguration= Exception,java.io.IOException,org.xml.sax.SAXException to: InstanceMethodTy= peConverter: public org.w3c.dom.Element org.apache.camel.converter.jaxp.Xml= Converter.toDOMElement(javax.xml.transform.Source) throws javax.xml.transfo= rm.TransformerException,javax.xml.parsers.ParserConfigurationException,java= .io.IOException,org.xml.sax.SAXException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Element org.apache.camel.conv= erter.jaxp.XmlConverter.toDOMElement(org.w3c.dom.Node) throws javax.xml.tra= nsform.TransformerException to: InstanceMethodTypeConverter: public org.w3c= .dom.Element org.apache.camel.converter.jaxp.XmlConverter.toDOMElement(org.= w3c.dom.Node) throws javax.xml.transform.TransformerException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(javax.xml.transform.Source) throws j= avax.xml.transform.TransformerException,javax.xml.parsers.ParserConfigurati= onException,java.io.IOException,org.xml.sax.SAXException to: InstanceMethod= TypeConverter: public org.w3c.dom.Document org.apache.camel.converter.jaxp.= XmlConverter.toDOMDocument(javax.xml.transform.Source) throws javax.xml.tra= nsform.TransformerException,javax.xml.parsers.ParserConfigurationException,= java.io.IOException,org.xml.sax.SAXException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(org.xml.sax.InputSource) throws java= .io.IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurat= ionException to: InstanceMethodTypeConverter: public org.w3c.dom.Document o= rg.apache.camel.converter.jaxp.XmlConverter.toDOMDocument(org.xml.sax.Input= Source) throws java.io.IOException,org.xml.sax.SAXException,javax.xml.parse= rs.ParserConfigurationException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(java.lang.String) throws java.io.IOE= xception,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationExce= ption to: InstanceMethodTypeConverter: public org.w3c.dom.Document org.apac= he.camel.converter.jaxp.XmlConverter.toDOMDocument(java.lang.String) throws= java.io.IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserConfi= gurationException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(java.io.Reader) throws java.io.IOExc= eption,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationExcept= ion to: InstanceMethodTypeConverter: public org.w3c.dom.Document org.apache= .camel.converter.jaxp.XmlConverter.toDOMDocument(java.io.Reader) throws jav= a.io.IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigura= tionException 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(java.io.File) throws java.io.IOExcep= tion,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationExceptio= n to: InstanceMethodTypeConverter: public org.w3c.dom.Document org.apache.c= amel.converter.jaxp.XmlConverter.toDOMDocument(java.io.File) throws java.io= .IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserConfiguration= Exception 14:49:38,517 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(java.io.InputStream) throws java.io.= IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationE= xception to: InstanceMethodTypeConverter: public org.w3c.dom.Document org.a= pache.camel.converter.jaxp.XmlConverter.toDOMDocument(java.io.InputStream) = throws java.io.IOException,org.xml.sax.SAXException,javax.xml.parsers.Parse= rConfigurationException 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(byte[]) throws java.io.IOException,o= rg.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationException to: = InstanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.c= onverter.jaxp.XmlConverter.toDOMDocument(byte[]) throws java.io.IOException= ,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationException 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.w3c.dom.Document org.apache.camel.con= verter.jaxp.XmlConverter.toDOMDocument(org.w3c.dom.Node) throws javax.xml.p= arsers.ParserConfigurationException,javax.xml.transform.TransformerExceptio= n to: InstanceMethodTypeConverter: public org.w3c.dom.Document org.apache.c= amel.converter.jaxp.XmlConverter.toDOMDocument(org.w3c.dom.Node) throws jav= ax.xml.parsers.ParserConfigurationException,javax.xml.transform.Transformer= Exception 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.xml.sax.InputSource org.apache.camel.= converter.jaxp.XmlConverter.toInputSource(java.io.InputStream,org.apache.ca= mel.Exchange) to: InstanceMethodTypeConverter: public org.xml.sax.InputSour= ce org.apache.camel.converter.jaxp.XmlConverter.toInputSource(java.io.Input= Stream,org.apache.camel.Exchange) 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.xml.sax.InputSource org.apache.camel.= converter.jaxp.XmlConverter.toInputSource(java.io.File,org.apache.camel.Exc= hange) throws java.io.FileNotFoundException to: InstanceMethodTypeConverter= : public org.xml.sax.InputSource org.apache.camel.converter.jaxp.XmlConvert= er.toInputSource(java.io.File,org.apache.camel.Exchange) throws java.io.Fil= eNotFoundException 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.ObjectConverter.toString(java.lang.StringBuilder) to: StaticMethodT= ypeConverter: public static java.lang.String org.apache.camel.converter.Obj= ectConverter.toString(java.lang.StringBuilder) 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.ObjectConverter.toString(java.lang.StringBuffer) to: StaticMethodTy= peConverter: public static java.lang.String org.apache.camel.converter.Obje= ctConverter.toString(java.lang.StringBuffer) 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.ObjectConverter.toString(java.lang.Integer) to: StaticMethodTypeCon= verter: public static java.lang.String org.apache.camel.converter.ObjectCon= verter.toString(java.lang.Integer) 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.ObjectConverter.toString(java.lang.Long) to: StaticMethodTypeConver= ter: public static java.lang.String org.apache.camel.converter.ObjectConver= ter.toString(java.lang.Long) 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.ObjectConverter.toString(java.lang.Boolean) to: StaticMethodTypeCon= verter: public static java.lang.String org.apache.camel.converter.ObjectCon= verter.toString(java.lang.Boolean) 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static char[] org.apache.camel.converter.Ob= jectConverter.toCharArray(java.lang.String) to: StaticMethodTypeConverter: = public static char[] org.apache.camel.converter.ObjectConverter.toCharArray= (java.lang.String) 14:49:38,518 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.Iterator org.apache.camel.= converter.ObjectConverter.iterator(java.lang.Object) to: StaticMethodTypeCo= nverter: public static java.util.Iterator org.apache.camel.converter.Object= Converter.iterator(java.lang.Object) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Class org.apache.camel.con= verter.ObjectConverter.toClass(java.lang.Object,org.apache.camel.Exchange) = to: StaticMethodTypeConverter: public static java.lang.Class org.apache.cam= el.converter.ObjectConverter.toClass(java.lang.Object,org.apache.camel.Exch= ange) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Boolean org.apache.camel.c= onverter.ObjectConverter.toBoolean(java.lang.Object) to: StaticMethodTypeCo= nverter: public static java.lang.Boolean org.apache.camel.converter.ObjectC= onverter.toBoolean(java.lang.Object) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Boolean org.apache.camel.c= onverter.ObjectConverter.toBoolean(java.lang.String) to: StaticMethodTypeCo= nverter: public static java.lang.Boolean org.apache.camel.converter.ObjectC= onverter.toBoolean(java.lang.String) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Double org.apache.camel.co= nverter.ObjectConverter.toDouble(java.lang.String) to: StaticMethodTypeConv= erter: public static java.lang.Double org.apache.camel.converter.ObjectConv= erter.toDouble(java.lang.String) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Double org.apache.camel.co= nverter.ObjectConverter.toDouble(java.lang.Object) to: StaticMethodTypeConv= erter: public static java.lang.Double org.apache.camel.converter.ObjectConv= erter.toDouble(java.lang.Object) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static boolean org.apache.camel.converter.O= bjectConverter.toBool(java.lang.Object) to: StaticMethodTypeConverter: publ= ic static boolean org.apache.camel.converter.ObjectConverter.toBool(java.la= ng.Object) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Byte org.apache.camel.conv= erter.ObjectConverter.toByte(java.lang.Object) to: StaticMethodTypeConverte= r: public static java.lang.Byte org.apache.camel.converter.ObjectConverter.= toByte(java.lang.Object) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static char org.apache.camel.converter.Obje= ctConverter.toChar(java.lang.String) to: StaticMethodTypeConverter: public = static char org.apache.camel.converter.ObjectConverter.toChar(java.lang.Str= ing) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.ObjectConverter.fromCharArray(char[]) to: StaticMethodTypeConverter= : public static java.lang.String org.apache.camel.converter.ObjectConverter= .fromCharArray(char[]) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Short org.apache.camel.con= verter.ObjectConverter.toShort(java.lang.Object) to: StaticMethodTypeConver= ter: public static java.lang.Short org.apache.camel.converter.ObjectConvert= er.toShort(java.lang.Object) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Integer org.apache.camel.c= onverter.ObjectConverter.toInteger(java.lang.Object) to: StaticMethodTypeCo= nverter: public static java.lang.Integer org.apache.camel.converter.ObjectC= onverter.toInteger(java.lang.Object) 14:49:38,519 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Integer org.apache.camel.c= onverter.ObjectConverter.toInteger(java.lang.String) to: StaticMethodTypeCo= nverter: public static java.lang.Integer org.apache.camel.converter.ObjectC= onverter.toInteger(java.lang.String) 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Long org.apache.camel.conv= erter.ObjectConverter.toLong(java.lang.Object) to: StaticMethodTypeConverte= r: public static java.lang.Long org.apache.camel.converter.ObjectConverter.= toLong(java.lang.Object) 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Long org.apache.camel.conv= erter.ObjectConverter.toLong(java.lang.String) to: StaticMethodTypeConverte= r: public static java.lang.Long org.apache.camel.converter.ObjectConverter.= toLong(java.lang.String) 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Float org.apache.camel.con= verter.ObjectConverter.toFloat(java.lang.Object) to: StaticMethodTypeConver= ter: public static java.lang.Float org.apache.camel.converter.ObjectConvert= er.toFloat(java.lang.Object) 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Float org.apache.camel.con= verter.ObjectConverter.toFloat(java.lang.String) to: StaticMethodTypeConver= ter: public static java.lang.Float org.apache.camel.converter.ObjectConvert= er.toFloat(java.lang.String) 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.IOConverter.toString(java.io.BufferedReader) throws java.io.IOExcep= tion to: StaticMethodTypeConverter: public static java.lang.String org.apac= he.camel.converter.IOConverter.toString(java.io.BufferedReader) throws java= .io.IOException 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.IOConverter.toString(java.io.ByteArrayOutputStream,org.apache.camel= .Exchange) throws java.io.IOException to: StaticMethodTypeConverter: public= static java.lang.String org.apache.camel.converter.IOConverter.toString(ja= va.io.ByteArrayOutputStream,org.apache.camel.Exchange) throws java.io.IOExc= eption 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.IOConverter.toString(java.io.InputStream,org.apache.camel.Exchange)= throws java.io.IOException to: StaticMethodTypeConverter: public static ja= va.lang.String org.apache.camel.converter.IOConverter.toString(java.io.Inpu= tStream,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.IOConverter.toString(java.io.File,org.apache.camel.Exchange) throws= java.io.IOException to: StaticMethodTypeConverter: public static java.lang= .String org.apache.camel.converter.IOConverter.toString(java.io.File,org.ap= ache.camel.Exchange) throws java.io.IOException 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.IOConverter.toString(java.net.URL,org.apache.camel.Exchange) throws= java.io.IOException to: StaticMethodTypeConverter: public static java.lang= .String org.apache.camel.converter.IOConverter.toString(java.net.URL,org.ap= ache.camel.Exchange) throws java.io.IOException 14:49:38,520 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.IOConverter.toString(byte[],org.apache.camel.Exchange) throws java.= io.IOException to: StaticMethodTypeConverter: public static java.lang.Strin= g org.apache.camel.converter.IOConverter.toString(byte[],org.apache.camel.E= xchange) throws java.io.IOException 14:49:38,521 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.String org.apache.camel.co= nverter.IOConverter.toString(java.io.Reader) throws java.io.IOException to:= StaticMethodTypeConverter: public static java.lang.String org.apache.camel= .converter.IOConverter.toString(java.io.Reader) throws java.io.IOException = 14:49:38,521 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static byte[] org.apache.camel.converter.IO= Converter.toByteArray(java.io.BufferedReader,org.apache.camel.Exchange) thr= ows java.io.IOException to: StaticMethodTypeConverter: public static byte[]= org.apache.camel.converter.IOConverter.toByteArray(java.io.BufferedReader,= org.apache.camel.Exchange) throws java.io.IOException 14:49:38,521 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static byte[] org.apache.camel.converter.IO= Converter.toByteArray(java.io.File) throws java.io.IOException to: StaticMe= thodTypeConverter: public static byte[] org.apache.camel.converter.IOConver= ter.toByteArray(java.io.File) throws java.io.IOException 14:49:38,521 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static byte[] org.apache.camel.converter.IO= Converter.toByteArray(java.lang.String,org.apache.camel.Exchange) throws ja= va.io.IOException to: StaticMethodTypeConverter: public static byte[] org.a= pache.camel.converter.IOConverter.toByteArray(java.lang.String,org.apache.c= amel.Exchange) throws java.io.IOException 14:49:38,521 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static byte[] org.apache.camel.converter.IO= Converter.toByteArray(java.io.ByteArrayOutputStream) to: StaticMethodTypeCo= nverter: public static byte[] org.apache.camel.converter.IOConverter.toByte= Array(java.io.ByteArrayOutputStream) 14:49:38,521 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static byte[] org.apache.camel.converter.IO= Converter.toByteArray(java.io.Reader,org.apache.camel.Exchange) throws java= .io.IOException to: StaticMethodTypeConverter: public static byte[] org.apa= che.camel.converter.IOConverter.toByteArray(java.io.Reader,org.apache.camel= .Exchange) throws java.io.IOException 14:49:38,521 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static byte[] org.apache.camel.converter.IO= Converter.toBytes(java.io.InputStream) throws java.io.IOException to: Stati= cMethodTypeConverter: public static byte[] org.apache.camel.converter.IOCon= verter.toBytes(java.io.InputStream) throws java.io.IOException 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(java.lang.StringBuilder,org.apache.cam= el.Exchange) throws java.io.IOException to: StaticMethodTypeConverter: publ= ic static java.io.InputStream org.apache.camel.converter.IOConverter.toInpu= tStream(java.lang.StringBuilder,org.apache.camel.Exchange) throws java.io.I= OException 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(java.lang.StringBuffer,org.apache.came= l.Exchange) throws java.io.IOException to: StaticMethodTypeConverter: publi= c static java.io.InputStream org.apache.camel.converter.IOConverter.toInput= Stream(java.lang.StringBuffer,org.apache.camel.Exchange) throws java.io.IOE= xception 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(java.lang.String,org.apache.camel.Exch= ange) throws java.io.IOException to: StaticMethodTypeConverter: public stat= ic java.io.InputStream org.apache.camel.converter.IOConverter.toInputStream= (java.lang.String,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(java.net.URL) throws java.io.IOExcepti= on to: StaticMethodTypeConverter: public static java.io.InputStream org.apa= che.camel.converter.IOConverter.toInputStream(java.net.URL) throws java.io.= IOException 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(java.io.ByteArrayOutputStream) to: Sta= ticMethodTypeConverter: public static java.io.InputStream org.apache.camel.= converter.IOConverter.toInputStream(java.io.ByteArrayOutputStream) 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(java.io.BufferedReader,org.apache.came= l.Exchange) throws java.io.IOException to: StaticMethodTypeConverter: publi= c static java.io.InputStream org.apache.camel.converter.IOConverter.toInput= Stream(java.io.BufferedReader,org.apache.camel.Exchange) throws java.io.IOE= xception 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(byte[]) to: StaticMethodTypeConverter:= public static java.io.InputStream org.apache.camel.converter.IOConverter.t= oInputStream(byte[]) 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.IOConverter.toInputStream(java.io.File) throws java.io.IOExcepti= on to: StaticMethodTypeConverter: public static java.io.InputStream org.apa= che.camel.converter.IOConverter.toInputStream(java.io.File) throws java.io.= IOException 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.StringReader org.apache.came= l.converter.IOConverter.toReader(java.lang.String) to: StaticMethodTypeConv= erter: public static java.io.StringReader org.apache.camel.converter.IOConv= erter.toReader(java.lang.String) 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.Reader org.apache.camel.conv= erter.IOConverter.toReader(java.io.InputStream,org.apache.camel.Exchange) t= hrows java.io.IOException to: StaticMethodTypeConverter: public static java= .io.Reader org.apache.camel.converter.IOConverter.toReader(java.io.InputStr= eam,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,522 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.BufferedReader org.apache.ca= mel.converter.IOConverter.toReader(java.io.File,org.apache.camel.Exchange) = throws java.io.IOException to: StaticMethodTypeConverter: public static jav= a.io.BufferedReader org.apache.camel.converter.IOConverter.toReader(java.io= .File,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.File org.apache.camel.conver= ter.IOConverter.toFile(java.lang.String) throws java.io.FileNotFoundExcepti= on to: StaticMethodTypeConverter: public static java.io.File org.apache.cam= el.converter.IOConverter.toFile(java.lang.String) throws java.io.FileNotFou= ndException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.OutputStream org.apache.came= l.converter.IOConverter.toOutputStream(java.io.File) throws java.io.FileNot= FoundException to: StaticMethodTypeConverter: public static java.io.OutputS= tream org.apache.camel.converter.IOConverter.toOutputStream(java.io.File) t= hrows java.io.FileNotFoundException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.Writer org.apache.camel.conv= erter.IOConverter.toWriter(java.io.OutputStream,org.apache.camel.Exchange) = throws java.io.IOException to: StaticMethodTypeConverter: public static jav= a.io.Writer org.apache.camel.converter.IOConverter.toWriter(java.io.OutputS= tream,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.BufferedWriter org.apache.ca= mel.converter.IOConverter.toWriter(java.io.File,org.apache.camel.Exchange) = throws java.io.IOException to: StaticMethodTypeConverter: public static jav= a.io.BufferedWriter org.apache.camel.converter.IOConverter.toWriter(java.io= .File,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.ObjectOutput org.apache.came= l.converter.IOConverter.toObjectOutput(java.io.OutputStream) throws java.io= .IOException to: StaticMethodTypeConverter: public static java.io.ObjectOut= put org.apache.camel.converter.IOConverter.toObjectOutput(java.io.OutputStr= eam) throws java.io.IOException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.ObjectInput org.apache.camel= .converter.IOConverter.toObjectInput(java.io.InputStream) throws java.io.IO= Exception to: StaticMethodTypeConverter: public static java.io.ObjectInput = org.apache.camel.converter.IOConverter.toObjectInput(java.io.InputStream) t= hrows java.io.IOException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.StreamCache org.apache.c= amel.converter.stream.StreamCacheConverter.convertToStreamCache(javax.xml.t= ransform.stream.StreamSource,org.apache.camel.Exchange) throws java.io.IOEx= ception to: InstanceMethodTypeConverter: public org.apache.camel.StreamCach= e org.apache.camel.converter.stream.StreamCacheConverter.convertToStreamCac= he(javax.xml.transform.stream.StreamSource,org.apache.camel.Exchange) throw= s java.io.IOException 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.StreamCache org.apache.c= amel.converter.stream.StreamCacheConverter.convertToStreamCache(org.apache.= camel.StringSource) to: InstanceMethodTypeConverter: public org.apache.came= l.StreamCache org.apache.camel.converter.stream.StreamCacheConverter.conver= tToStreamCache(org.apache.camel.StringSource) 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.StreamCache org.apache.c= amel.converter.stream.StreamCacheConverter.convertToStreamCache(org.apache.= camel.BytesSource) to: InstanceMethodTypeConverter: public org.apache.camel= .StreamCache org.apache.camel.converter.stream.StreamCacheConverter.convert= ToStreamCache(org.apache.camel.BytesSource) 14:49:38,523 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.StreamCache org.apache.c= amel.converter.stream.StreamCacheConverter.convertToStreamCache(javax.xml.t= ransform.sax.SAXSource,org.apache.camel.Exchange) throws javax.xml.transfor= m.TransformerException to: InstanceMethodTypeConverter: public org.apache.c= amel.StreamCache org.apache.camel.converter.stream.StreamCacheConverter.con= vertToStreamCache(javax.xml.transform.sax.SAXSource,org.apache.camel.Exchan= ge) throws javax.xml.transform.TransformerException 14:49:38,524 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.StreamCache org.apache.c= amel.converter.stream.StreamCacheConverter.convertToStreamCache(java.io.Inp= utStream,org.apache.camel.Exchange) throws java.io.IOException to: Instance= MethodTypeConverter: public org.apache.camel.StreamCache org.apache.camel.c= onverter.stream.StreamCacheConverter.convertToStreamCache(java.io.InputStre= am,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,524 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public org.apache.camel.StreamCache org.apache.c= amel.converter.stream.StreamCacheConverter.convertToStreamCache(java.io.Rea= der,org.apache.camel.Exchange) throws java.io.IOException to: InstanceMetho= dTypeConverter: public org.apache.camel.StreamCache org.apache.camel.conver= ter.stream.StreamCacheConverter.convertToStreamCache(java.io.Reader,org.apa= che.camel.Exchange) throws java.io.IOException 14:49:38,524 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.io.Serializable org.apache.camel.con= verter.stream.StreamCacheConverter.convertToSerializable(org.apache.camel.S= treamCache,org.apache.camel.Exchange) throws java.io.IOException to: Instan= ceMethodTypeConverter: public java.io.Serializable org.apache.camel.convert= er.stream.StreamCacheConverter.convertToSerializable(org.apache.camel.Strea= mCache,org.apache.camel.Exchange) throws java.io.IOException 14:49:38,524 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public byte[] org.apache.camel.converter.stream.= StreamCacheConverter.convertToByteArray(org.apache.camel.StreamCache,org.ap= ache.camel.Exchange) throws java.io.IOException to: InstanceMethodTypeConve= rter: public byte[] org.apache.camel.converter.stream.StreamCacheConverter.= convertToByteArray(org.apache.camel.StreamCache,org.apache.camel.Exchange) = throws java.io.IOException 14:49:38,527 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.lang.String org.apache.camel.convert= er.jaxp.DomConverter.toString(org.w3c.dom.NodeList,org.apache.camel.Exchang= e) throws javax.xml.transform.TransformerException to: InstanceMethodTypeCo= nverter: public java.lang.String org.apache.camel.converter.jaxp.DomConvert= er.toString(org.w3c.dom.NodeList,org.apache.camel.Exchange) throws javax.xm= l.transform.TransformerException 14:49:38,527 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public byte[] org.apache.camel.converter.jaxp.Do= mConverter.toByteArray(org.w3c.dom.NodeList,org.apache.camel.Exchange) thro= ws javax.xml.transform.TransformerException to: InstanceMethodTypeConverter= : public byte[] org.apache.camel.converter.jaxp.DomConverter.toByteArray(or= g.w3c.dom.NodeList,org.apache.camel.Exchange) throws javax.xml.transform.Tr= ansformerException 14:49:38,527 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.lang.Integer org.apache.camel.conver= ter.jaxp.DomConverter.toInteger(org.w3c.dom.NodeList) to: InstanceMethodTyp= eConverter: public java.lang.Integer org.apache.camel.converter.jaxp.DomCon= verter.toInteger(org.w3c.dom.NodeList) 14:49:38,527 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.lang.Long org.apache.camel.converter= .jaxp.DomConverter.toLong(org.w3c.dom.NodeList) to: InstanceMethodTypeConve= rter: public java.lang.Long org.apache.camel.converter.jaxp.DomConverter.to= Long(org.w3c.dom.NodeList) 14:49:38,527 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.List org.apache.camel.conv= erter.jaxp.DomConverter.toList(org.w3c.dom.NodeList) to: StaticMethodTypeCo= nverter: public static java.util.List org.apache.camel.converter.jaxp.DomCo= nverter.toList(org.w3c.dom.NodeList) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: In= stanceMethodTypeConverter: public java.io.InputStream org.apache.camel.conv= erter.jaxp.DomConverter.toInputStream(org.w3c.dom.NodeList,org.apache.camel= .Exchange) throws javax.xml.transform.TransformerException to: InstanceMeth= odTypeConverter: public java.io.InputStream org.apache.camel.converter.jaxp= .DomConverter.toInputStream(org.w3c.dom.NodeList,org.apache.camel.Exchange)= throws javax.xml.transform.TransformerException 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.InputStream org.apache.camel= .converter.jaxp.StreamSourceConverter.toInputStream(javax.xml.transform.str= eam.StreamSource) to: StaticMethodTypeConverter: public static java.io.Inpu= tStream org.apache.camel.converter.jaxp.StreamSourceConverter.toInputStream= (javax.xml.transform.stream.StreamSource) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.io.Reader org.apache.camel.conv= erter.jaxp.StreamSourceConverter.toReader(javax.xml.transform.stream.Stream= Source) to: StaticMethodTypeConverter: public static java.io.Reader org.apa= che.camel.converter.jaxp.StreamSourceConverter.toReader(javax.xml.transform= .stream.StreamSource) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.lang.Object[] org.apache.camel.= converter.CollectionConverter.toArray(java.util.Collection) to: StaticMetho= dTypeConverter: public static java.lang.Object[] org.apache.camel.converter= .CollectionConverter.toArray(java.util.Collection) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.List org.apache.camel.conv= erter.CollectionConverter.toList(java.lang.Object[]) to: StaticMethodTypeCo= nverter: public static java.util.List org.apache.camel.converter.Collection= Converter.toList(java.lang.Object[]) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.List org.apache.camel.conv= erter.CollectionConverter.toList(java.util.Collection) to: StaticMethodType= Converter: public static java.util.List org.apache.camel.converter.Collecti= onConverter.toList(java.util.Collection) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.List org.apache.camel.conv= erter.CollectionConverter.toList(java.lang.Iterable) to: StaticMethodTypeCo= nverter: public static java.util.List org.apache.camel.converter.Collection= Converter.toList(java.lang.Iterable) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.ArrayList org.apache.camel= .converter.CollectionConverter.toArrayList(java.util.Iterator) to: StaticMe= thodTypeConverter: public static java.util.ArrayList org.apache.camel.conve= rter.CollectionConverter.toArrayList(java.util.Iterator) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.Set org.apache.camel.conve= rter.CollectionConverter.toSet(java.util.Map) to: StaticMethodTypeConverter= : public static java.util.Set org.apache.camel.converter.CollectionConverte= r.toSet(java.util.Map) 14:49:38,528 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.Set org.apache.camel.conve= rter.CollectionConverter.toSet(java.util.Collection) to: StaticMethodTypeCo= nverter: public static java.util.Set org.apache.camel.converter.CollectionC= onverter.toSet(java.util.Collection) 14:49:38,529 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.Set org.apache.camel.conve= rter.CollectionConverter.toSet(java.lang.Object[]) to: StaticMethodTypeConv= erter: public static java.util.Set org.apache.camel.converter.CollectionCon= verter.toSet(java.lang.Object[]) 14:49:38,529 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.Properties org.apache.came= l.converter.CollectionConverter.toProperties(java.util.Map) to: StaticMetho= dTypeConverter: public static java.util.Properties org.apache.camel.convert= er.CollectionConverter.toProperties(java.util.Map) 14:49:38,529 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.Hashtable org.apache.camel= .converter.CollectionConverter.toHashtable(java.util.Map) to: StaticMethodT= ypeConverter: public static java.util.Hashtable org.apache.camel.converter.= CollectionConverter.toHashtable(java.util.Map) 14:49:38,529 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static java.util.HashMap org.apache.camel.c= onverter.CollectionConverter.toHashMap(java.util.Map) to: StaticMethodTypeC= onverter: public static java.util.HashMap org.apache.camel.converter.Collec= tionConverter.toHashMap(java.util.Map) 14:49:38,529 WARN [DefaultTypeConverter] Overriding type converter from: St= aticMethodTypeConverter: public static long org.apache.camel.converter.Time= PatternConverter.toMilliSeconds(java.lang.String) throws java.lang.IllegalA= rgumentException to: StaticMethodTypeConverter: public static long org.apac= he.camel.converter.TimePatternConverter.toMilliSeconds(java.lang.String) th= rows java.lang.IllegalArgumentException 14:49:38,531 INFO [DefaultTypeConverter] Loaded additional 4 type converter= s (total 172 type converters) in 0.052 seconds ----- Mail original ----- De: "Babak Vahdat" =C3=80: users@camel.apache.org Envoy=C3=A9: Lundi 13 F=C3=A9vrier 2012 13:55:39 Objet: Re: camel and spring in a webapp (camel does not work on jboss?) Aha it seems that also the Spring folks used to suffer from exactly the sam= e problem by the JBoss VFS (Virtual File System) abstraction not putting "!" = into the JAR-URL: https://jira.springsource.org/browse/SPR-5120 See also: https://issues.jboss.org/browse/JBPAPP-5051 Babak -- View this message in context: http://camel.465427.n5.nabble.com/camel-and-s= pring-in-a-webapp-tp5469916p5479097.html Sent from the Camel - Users mailing list archive at Nabble.com. --=_8a5b2646-771b-4dd9-8a3b-deed8c15294e--