Hmipserver Throws exception when RPC call/response contains attributes that are empty strings
hobbyquaker opened this issue · 1 comments
hobbyquaker commented
de.eq3.cbcs.legacy.communication.rpc.RpcSerializationException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,770]
Message: found: CHARACTERS, expected START_ELEMENT or END_ELEMENT
Occures when responding to listDevices with device attributes that are empty strings or when using addLink with an empty description param. Did not test with other RPC methods.
hobbyquaker commented
related: #45