ClassLoadingAwareObjectInputStream cannot load primary classes
--------------------------------------------------------------
Key: AMQ-1584
URL: https://issues.apache.org/activemq/browse/AMQ-1584
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.1.0
Reporter: Rainer Klute
Fix For: 5.1.0
Attachments: ClassLoadingAwareObjectInputStream.diff
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.