Details
-
Type: Bug
-
Status: Resolved
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: 0.9.7
-
Fix Version/s: 1.0.0
-
Component/s: Message Object Model
-
Labels:None
-
Environment:Using openfast head revision (pre 0.9.8)
trying to send Messages to JMS
Description
Serializing a Message I get NotSerializableExceptions for:
- QName used by the MessageTemplate
- DecimalConverter used by ComposedScalar Field (as well used by the MessageTemplate)
As ComposedScalar can use any type of ComposedValueConverter (DecimalConverter currently being the only one) the interface should probably be
Serializable.
Adding the Serializable interface to QName and ComposedValueConverter fixes the problem for me.
(together with serialVersionUIDs for QName and DecimalConverter)