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

  • SEARCH
  • Home
  • 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 6609265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:41:51+00:00 2026-05-25T19:41:51+00:00

Simple task, I need to produce this XML: <collection> <name>bill</name> <name>monica</name> <collection> instead of

  • 0

Simple task, I need to produce this XML:

<collection>
    <name>bill</name>
    <name>monica</name>
<collection>

instead of this (see following example: 19.6. Arrays and Collections of JAXB Objects):

<collection>
    <customer><name>bill</name></customer>
    <customer><name>monica</name></customer>
<collection>

Simple collection with strings. So the question is how to remove surrounding customer element? How can I do this with RESTeasy and JAXB?

  • 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-25T19:41:51+00:00Added an answer on May 25, 2026 at 7:41 pm

    On the Customer class map the name property with the @XmlValue annotation:

    public class Customer {
    
        private String name;
    
        @XmlValue
        public String getName() {
            return name;
        }
    
        public void setName(String name) {
            this.name = name;
        }
    
    }
    

    For More Information

    • http://blog.bdoughan.com/2011/06/jaxb-and-complex-types-with-simple.html
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a quick solution, for this simple task. I am modifying a source
Although this seems like a simple task, I need to change the background color
Need help! I've been looking for a solution for this seemingly simple task but
I need to do simple task : show 2 datepickers : one - by
Very simple question. I need to perform a task when the user closes his
This should be simple task but i am not been able to find the
This somehow simple task is not so simple. I can get the number of
I need to pre-produce a million or two PDF files from a simple template
In VIM, I need to perform a simple task - highlight ( and ).
This is a simple task but i can't seem to figure out how to

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.