You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/09 16:10:40 UTC

[jira] [Resolved] (CAMEL-4709) ClassNotFoundException thrown by hawtbuf codec decode in OSGi

     [ https://issues.apache.org/jira/browse/CAMEL-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-4709.
---------------------------------

    Resolution: Fixed

Applied patch into trunk.
                
> ClassNotFoundException thrown by hawtbuf codec decode in OSGi
> -------------------------------------------------------------
>
>                 Key: CAMEL-4709
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4709
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-hawtdb
>            Reporter: Hadrian Zbarcea
>            Assignee: Willem Jiang
>             Fix For: 2.9.0
>
>
> When running the HawtDBAggregateRouteTest from camel-itest-osgi, the following stack trace results. Looks like hawtdb is not instantiate object during readObject from an ObjectIndputStream.
> {code}
> Caused by: java.io.IOException: org.apache.camel.impl.DefaultExchangeHolder
>         at org.fusesource.hawtbuf.codec.ObjectCodec.createIOException(ObjectCodec.java:57)
>         at org.fusesource.hawtbuf.codec.ObjectCodec.decode(ObjectCodec.java:52)
>         at org.apache.camel.component.hawtdb.HawtDBCamelCodec.unmarshallExchange(HawtDBCamelCodec.java:74)
>         at org.apache.camel.component.hawtdb.HawtDBAggregationRepository.get(HawtDBAggregationRepository.java:161)
>         ... 57 more
> {code}
> I am disabling the test for now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira