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
Affects Versions: 2.8.3
Reporter: Hadrian Zbarcea
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