[FAST-2] Errors serializing Messages Created: 23/Apr/08  Updated: 24/Oct/08  Resolved: 24/Oct/08

Status: Resolved
Project: OpenFAST
Component/s: Message Object Model
Affects Version/s: 0.9.7
Fix Version/s: 1.0.0

Type: Bug Priority: Default
Reporter: Markus Koller @ APR Consulting Assignee: Jacob Northey
Resolution: Fixed Votes: 0
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)


Generated at Sat Nov 23 17:53:17 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.