David Leangen created FELIX-5622:
------------------------------------
Summary: Serializer uses concatenated version of String when DTO
is a subclass of org.osgi.dto.DTO
Key: FELIX-5622
URL: https://issues.apache.org/jira/browse/FELIX-5622
Project: Felix
Issue Type: Bug
Components: Converter
Reporter: David Leangen
When a DTO inherits from org.osgi.dto.DTO, instead of serializing the actual
String value of a field, the concatenated version of the String serializes the
concatenated version from the DTO superclass.
I don't think it is wrong to subclass DTO, but it is certainly wrong to
serialize the concatenated version of the String. :-)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)