Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 909369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:51:59+00:00 2026-05-15T16:51:59+00:00

I am trying to unmarshall a XML document created from jersey JAXB annotated class.

  • 0

I am trying to unmarshall a XML document created from jersey JAXB annotated class.

JAXBContext jaxbCtx = JAXBContext.newInstance(MyClass.class);
Unmarshaller m = jaxbCtx.createUnmarshaller();
MyClass result = (MyClass) m.unmarshal(in)

MyClass looks something like:

@XmlRootElement(name = "my-class")
@XmlSeeAlso(SomeOther.class)
public class MyClass {
    private Collection<SomeOther> result;
    private URI uri;
    private String errorMsg;

    @XmlElement
    public String getError() {
         return errorMsg;
    }
    @XmlElement
    public Collection<SomeOther> getResult() {
         return // some Set<SomeOther>;
    }
    @XmlAttribute
    public URI getUri() {
         return uri;
    }

The sample XML is as below:

<my-class uri="some uri">
    <error></error>
    <result>
         <some other information in tags>
    </result>
    ...
    <result>
    </result>
</my-class>

The object returned by jaxb unmarshaler contains all values as null;
Could somebody help here?
Thanks
Nayn

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T16:52:00+00:00Added an answer on May 15, 2026 at 4:52 pm

    It is because you are missing the set methods. If you only provide the get methods, then JAXB considers this property to be write only.

    If you do not wish to add set methods then you can add the following to your class:

    @XmlAccessorType(XmlAccessType.FIELD)
    

    And then annotate the fields instead of the properties.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to unmarshal a simple xml document from a public api from Convio.
I am trying to create java objects from xml file. I am using jaxb(unmarshalling)
I am trying to work out how to unmarshall and XML document to a
I'm trying to use JAXB to unmarshall some XML, but I'm getting an Unable
I am working with Jaxb 2.x and was trying to validate XML document with
I'm going slowly mad over this. I'm trying to unmarshall an XML document like
I am trying to unmarshall the following XML using JAXB: <Works> <Work> <Composers> <Composer>
I am trying to unmarshall data from an XML object in Java using SimpleXML.
I'm trying to use Jaxb in order to unamrshal an xml file. for some
I'm trying to unmarshall some received json (from Jira restful web service). Problem is:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.