esa / CCSDS_MO_MAL_IMPL

CCSDS MO MAL implementation in Java
Other
1 stars 8 forks source link

Use QoS properties for response message creation. #1

Closed S-Gaertner closed 9 years ago

S-Gaertner commented 9 years ago

QoS properties added to the active MALInteraction during execution of a handler method where not used when creating a response message. This has been corrected for normal messages, however not for error messages. This is because in the latter case it cannot be assured that the property map is correctly constructed if the handler exits with an exception.

SamCooper commented 9 years ago

Hi Stefan, please confirm that the modification you've provided can be used, licensed and sub-licensed according to the terms of the ESA public licence V2.0 (https://github.com/esa/CCSDS_MO_MAL_IMPL/blob/master/LICENCE.md)

S-Gaertner commented 9 years ago

Hi Sam, I hereby confirm that the modification I've provided can be used, licensed and sub-licensed according to the terms of the ESA public licence V2.0.