Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 549A6E220 for ; Mon, 10 Dec 2012 14:23:24 +0000 (UTC) Received: (qmail 54765 invoked by uid 500); 10 Dec 2012 14:23:24 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 53941 invoked by uid 500); 10 Dec 2012 14:23:22 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 53724 invoked by uid 99); 10 Dec 2012 14:23:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 14:23:21 +0000 Date: Mon, 10 Dec 2012 14:23:21 +0000 (UTC) From: "David J. M. Karlsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-5860) Regression in validator component in 2.10.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 David J. M. Karlsen created CAMEL-5860: ------------------------------------------ Summary: Regression in validator component in 2.10.3 Key: CAMEL-5860 URL: https://issues.apache.org/jira/browse/CAMEL-5860 Project: Camel Issue Type: Bug Components: camel-core Affects Versions: 2.10.3 Environment: schema on classpath in src/main/resources Reporter: David J. M. Karlsen I get: {noformat} CaughtExceptionType:java.lang.NullPointerException, CaughtExceptionMessage:= null, StackTrace:java.lang.NullPointerException at org.apache.camel.conver= ter.jaxp.XmlConverter.toStreamSource(XmlConverter.java:516) at org.apache= .camel.converter.jaxp.XmlConverter.toSAXSource(XmlConverter.java:399) = at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.refl= ect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) = at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) = at org.apache.camel.util.ObjectHelper.invokeMethod(ObjectHelper.java:92= 3) at org.apache.camel.impl.converter.InstanceMethodTypeConverter.con= vertTo(InstanceMethodTypeConverter.java:66) at org.apache.camel.support.T= ypeConverterSupport.convertTo(TypeConverterSupport.java:34) at org.a= pache.camel.processor.validation.ValidatingProcessor.getSource(ValidatingPr= ocessor.java:343) at org.apache.camel.processor.validation.ValidatingPro= cessor.process(ValidatingProcessor.java:100) at org.apache.camel.impl.= ProcessorEndpoint.onExchange(ProcessorEndpoint.java:101) at org.apach= e.camel.impl.ProcessorEndpoint$1.process(ProcessorEndpoint.java:71) at org.= apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBr= idge.process(AsyncProcessorConverterHelper.java:61) at org.apache.camel.u= til.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) at org.a= pache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:= 122) at org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache= .java:298) at org.apache.camel.processor.SendProcessor.process(SendP= rocessor.java:117) at org.apache.camel.util.AsyncProcessorHelper.proces= s(AsyncProcessorHelper.java:73) at org.apache.camel.processor.DelegateA= syncProcessor.processNext(DelegateAsyncProcessor.java:99) =20 {noformat} when I upgrade camel to 2.10.3 and use the validator component: {noformat} =09=09=09=09=09 {noformat} this did not happen in 2.10.2 or versions before that. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira