[
https://issues.apache.org/activemq/browse/AMQ-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste FERAND updated AMQ-2237:
--------------------------------------
Fix Version/s: (was: 5.1.0)
4.1.3
Affects Version/s: (was: 5.1.0)
4.1.1
> CLONE -ClassLoadingAwareObjectInputStream cannot load primary classes
> ---------------------------------------------------------------------
>
> Key: AMQ-2237
> URL: https://issues.apache.org/activemq/browse/AMQ-2237
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 4.1.1
> Reporter: Jean-Baptiste FERAND
> Assignee: Rob Davies
> Fix For: 4.1.3
>
> Original Estimate: 5 minutes
> Remaining Estimate: 5 minutes
>
> When deserializing a message contents the ClassLoadingAwareObjectInputStream
> loads any missing classes. However, it cannot load the classes that
> correspond with the primitive types, i.e. when a class named "int" is to be
> loaded it does not return int.class but instead throws a
> ClassNotFoundException.
> A patch is attached. The princple has been copied from ObjectInputStream.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.