Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KapuaMessage and KapuaPayload marshalling error #208

Open
muros-ct opened this issue Jan 26, 2017 · 0 comments
Open

KapuaMessage and KapuaPayload marshalling error #208

muros-ct opened this issue Jan 26, 2017 · 0 comments
Assignees
Labels
Bug This is a bug or an unexpected behaviour. Fix it!

Comments

@muros-ct
Copy link
Contributor

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:

  • org.eclipse.kapua.message.internal.KapuaMessageTest.marshallMessage()
  • org.eclipse.kapua.message.internal.KapuaPayloadTest.marshalPayload()

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.

@mcarrer mcarrer added the Bug This is a bug or an unexpected behaviour. Fix it! label Sep 11, 2017
@Coduz Coduz moved this to To Do in Eclipse Kapua Backlog Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug or an unexpected behaviour. Fix it!
Projects
None yet
Development

No branches or pull requests

3 participants