You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While writing unit tests for message module I discovered two issues with marshaling Kapua objects to XML.
Problem seems to be with marshalling of byte[] elements.
Tests that present the issue are in kapua-message module:
While writing unit tests for message module I discovered two issues with marshaling Kapua objects to XML.
Problem seems to be with marshalling of byte[] elements.
Tests that present the issue are in kapua-message module:
Both tests are now ignored by message that marshalling is not working.
Please un-ignore tests to see exception message:
java.lang.NoClassDefFoundError: javax/mail/internet/MimeMultipart
Issue might be related to problem that XML annotations are on classes and not on Interfaces, which is the practice for other data objects.
The text was updated successfully, but these errors were encountered: