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 6361759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:49:08+00:00 2026-05-24T23:49:08+00:00

I am developing a Spring Rest application. One of my methods is that: @RequestMapping(method

  • 0

I am developing a Spring Rest application. One of my methods is that:

@RequestMapping(method = RequestMethod.GET)
public @ResponseBody
Collection<Configuration> getConfigurationInJSON() {
    Collection<Configuration> confList = new ArrayList<Configuration>();
...

I fill my confList and send it for GET request, it works. However when I want to keep that confList in a HashMap and send it after got it’s entrySet as like that:

@RequestMapping(method = RequestMethod.GET)
public
@ResponseBody
Collection<Configuration> getAllConfigurationsInJSON() {
    return configurationMap.values();
}

It gives me 406 error, so it means there is a wrong. What are the differences between that collections and why the second one is not same with first example?

  • 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-24T23:49:08+00:00Added an answer on May 24, 2026 at 11:49 pm

    For the sake of simplicity, can you just copy the values() collection?

    new ArrayList<Configuration>(configurationMap.values());
    

    Only thing that comes to my mind is that Spring expects mutable collection, but don’t really understand why. Hard to say without debugging, try enabling org.springframework.web full logging.

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

Sidebar

Related Questions

I'm developing a spring application that uses large MySQL tables. When loading large tables,
I`m developing an application using Spring WebFlow 2, Facelets and JSF. One of my
I'm developing a spring application, now I've added a dropdownlist to one of my
I'm developing a Java/Spring web application. The problem I'm currently facing is that I'd
I'm developing an application, that makes use of some REST web services. It's technical
I am developing a small Spring application. I have to store the details of
Hey I am developing an desktop application using Spring and Hibernate, and I have
We are developing a web application using Spring framework and Hibernate ORM. As far
Background I am developing an application (with Spring MVC ) with its base path
I'm trying to use UTF-8 encoding for the Spring application I'm developing but I

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.