Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 73651 invoked from network); 7 Jun 2008 14:19:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2008 14:19:23 -0000 Received: (qmail 27254 invoked by uid 500); 7 Jun 2008 14:19:26 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 27229 invoked by uid 500); 7 Jun 2008 14:19:26 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 27218 invoked by uid 99); 7 Jun 2008 14:19:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jun 2008 07:19:26 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jun 2008 14:18:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6493D234C137 for ; Sat, 7 Jun 2008 07:19:00 -0700 (PDT) Message-ID: <1203337346.1212848340410.JavaMail.jira@brutus> Date: Sat, 7 Jun 2008 07:19:00 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Assigned: (CAMEL-583) JAXB - Unit test failing - DumpToXmlTest In-Reply-To: <1388640634.1212741240271.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-583: --------------------------------- Assignee: Claus Ibsen > JAXB - Unit test failing - DumpToXmlTest > ---------------------------------------- > > Key: CAMEL-583 > URL: https://issues.apache.org/activemq/browse/CAMEL-583 > Project: Apache Camel > Issue Type: Bug > Components: camel-jaxb > Affects Versions: 1.3.0, 1.4.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 1.4.0 > > > The unit test in camel-jaxb is failing DumpToXmlTest > However since there are no assertions its not failing the build. > {code} > 2008-06-06 10:31:16,546 [mponent@15ee671] ERROR DeadLetterChannel - Failed delivery for exchangeId: ID-claus-acer/1691-1212741073109/0-0. On delivery attempt: 3 caught: org.apache.camel.RuntimeCamelException: com.sun.xml.bind.v2 > notationExceptions > XmlElementRef points to a non-existent class. > this problem is related to the following location: > at java.util.List org.apache.camel.converter.jaxb.MessageType.headers > at org.apache.camel.converter.jaxb.MessageType > org.apache.camel.RuntimeCamelException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions > XmlElementRef points to a non-existent class. > this problem is related to the following location: > at java.util.List org.apache.camel.converter.jaxb.MessageType.headers > at org.apache.camel.converter.jaxb.MessageType > at org.apache.camel.converter.jaxb.FallbackTypeConverter.convertTo(FallbackTypeConverter.java:70) > at org.apache.camel.impl.converter.DefaultTypeConverter.convertTo(DefaultTypeConverter.java:71) > at org.apache.camel.impl.MessageSupport.getBody(MessageSupport.java:52) > at org.apache.camel.processor.ConvertBodyProcessor.process(ConvertBodyProcessor.java:40) > at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(AsyncProcessorTypeConverter.java:43) > at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:146) > at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:90) > at org.apache.camel.processor.Pipeline.process(Pipeline.java:101) > at org.apache.camel.processor.Pipeline.process(Pipeline.java:85) > at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:39) > at org.apache.camel.component.file.FileConsumer.pollFile(FileConsumer.java:128) > at org.apache.camel.component.file.FileConsumer.pollFileOrDirectory(FileConsumer.java:77) > at org.apache.camel.component.file.FileConsumer.pollFileOrDirectory(FileConsumer.java:84) > at org.apache.camel.component.file.FileConsumer.poll(FileConsumer.java:57) > at org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:65) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:65) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:142) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:166) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:595) > Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions > XmlElementRef points to a non-existent class. > this problem is related to the following location: > at java.util.List org.apache.camel.converter.jaxb.MessageType.headers > at org.apache.camel.converter.jaxb.MessageType > at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:66) > at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:422) > at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:270) > at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:103) > at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:81) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:211) > at javax.xml.bind.ContextFinder.find(ContextFinder.java:372) > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:574) > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:522) > at org.apache.camel.converter.jaxb.FallbackTypeConverter.createContext(FallbackTypeConverter.java:141) > at org.apache.camel.converter.jaxb.FallbackTypeConverter.unmarshall(FallbackTypeConverter.java:84) > at org.apache.camel.converter.jaxb.FallbackTypeConverter.convertTo(FallbackTypeConverter.java:61) > ... 23 more > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.