0
votes
0answers
12 views

Spring3 doesn't work @valid when json request I got 400 Bad Request error

I'm sorry I can't speak English. so my question is difficult of understand. I'm using Spring3 framework ,hibernate validator and jackson. when I request for jsondata to server. returned 400 Bad ...
0
votes
0answers
10 views

getting JsonMappingException while mapping nested enum

Im using spring restTemplate and converting the json response to pojo. But getting a JsonMappingException POJO @Root public class Account { @Element private int id; @Element private int ...
0
votes
1answer
21 views

Sping @ResponseBody returns JSON, but keys are missing

I'm returning the results of a SQL query in JSON format. The result is ok, but the keys (columns specified in the query) are missing. Do I have to associate a class with the query in order to get key ...
0
votes
1answer
23 views

Spring Rest Template Client : Connection to http://localhost:8080 refused

This my Android Activity @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_client_rest); ...
1
vote
1answer
40 views

NoSuchMessageException when using a custom message converter along formatters

I'm using Spring 3.2 M1 and Hibernate 3. I was working with formatters to format POJOs (which happen to be Hibernate mapping entities) to their string representation. This was very convenient as it ...
1
vote
1answer
39 views

Parse the JSON in spring?

I know it is a simple question .But I can't find a answer. How to parse this Jquery ajax. My Jquery ajax success response will be, {"status" : "ready"}; Help me to do this.
2
votes
3answers
43 views

Create JsonObject from @ResponseBody without using gson library

@ResponseBody returns [{"id":1010,"name":"projectname2"}] type json string But I need a following json string [{"id":1010,"name":"projectname2","age":"21"}] so how can I concat age attrribute to ...
1
vote
1answer
57 views

Spring MVC REST Service and Client. I am looking for a better way to deal with errors

Spring MVC REST Service and Client. I am looking for a better way to deal with errors! I would like sometimes to return a errror message to the client or a status code but I dont know hiow. Can ...
0
votes
1answer
37 views

How do I add errors to my Spring MVC REST Service?

How can I change/update the following REST call from Spring MVC to return a error if the user did not enter of the the two names I was coding for.. something like a NOT FOUND ? @RequestMapping(value ...
0
votes
0answers
40 views

Spring-android RestTemplate post fail

Problem solved. SOLUTION To use RestTemplate, if you not sure what converters you need then you have to set TRUE in constructor. RestTemplate restTemplate = new RestTemplate(true); With this, it will ...
0
votes
1answer
36 views

Can someone please tell me why I am getting HTTP Status 406 from Spring

Can someone please tell me why I am getting HTTP Status 406 from Spring? I am trying to make spring return some json code and I am getting back a 406 status.. Here is my controller code: ...
0
votes
1answer
34 views

json data for Ext4 store which requires a root element using SPRING MVC

i have an issue that i would like to solve. It is relative to get jsonData from an application which use Spring MVC. The reader would be a Ext4 store. My service returns a json with this appearance: ...
0
votes
1answer
27 views

Jquery Gives Error with status 200 for Spring Jersey Json Example?

Here is my resouce class: @Path("/a") public class SolrCloudResource { @GET @Path("/b") @Produces(MediaType.APPLICATION_JSON) public DocCollection listClusterState() { ... } Here ...
0
votes
2answers
38 views

Jackson bug (or feature!?) when using java.util.Set - mySet.size() is always 1

I am using Jackson 2.2.0 and Spring 3.2.0 with Hibernate 4.2.2. I recently had to send an array of objects via POST to the server: {"cancelationDate":"2013-06-05", "positions":[ {"price":"EUR ...
0
votes
1answer
88 views

Project structure to use jquery ajax in spring mvc using json data in eclipse

I am new to spring mvc. I have a lot of doubts to be cleared before i can continue. I want to create a simple application wherein an employee details such as name age phone etc is entered and through ...
5
votes
2answers
310 views

Spring 3.2.x (Web MVC) REST API and JSON2 Post requests, how to get it right once for all?

Before going into details, I know there has been lots of conversations and related questions on Stackoverflow. All of them kind of help me in different ways so I thought I put my findings all together ...
1
vote
0answers
32 views

Spring REST architechture - “expand” implementation

I am developing a RESTfull Server with spring 3 and hibernate 4. I need to implement an "expand" mechanism in order to support GET requests for the user resource. Currently, when you do a GET ...
0
votes
2answers
74 views

Spring MVC (or Jackson) overriding database entries, if payload contains id. How to solve?

we're building a REST-API using Spring MVC 3.2, Jackson 1.9.12, Hibernate 4.2.2. Yesterday I needed to pass a small object graph to the API, which should get persisted in the database. It some kind ...
0
votes
1answer
40 views

Failed to define class org.codehaus.jackson.impl.WriterBasedGenerator Permspace

Deploy current application and it works fine on one server but get this error on another new installed server: Initializing Spring FrameworkServlet 'SampleApp' 16:10:50,541 WARN ...
0
votes
0answers
49 views

Spring MVC controller's method parameter is added to model objects, though I didn't request it

I'm using ContentNegotiatingViewResolver to return JSON serialized model for all .json requests. In the following controller method newUserRequest will be serialized together with modelMap contents, ...
0
votes
1answer
82 views

Spring mvc error while binding date param

I'm having a weird problem with a Spring MVC. I have a Controller method that accepts 2 date parameters as request parameters startDate and endDate. If I use a simple url with the 2 params like so : ...
1
vote
1answer
275 views

JSON Mapping in my Spring MVC 3.2 Application Works for Only One of My Methods

I am working on a Spring 3.2 MVC application. It's setup fairly typically, but my problem is that I am getting a 406 status error when I attempt to return a JSON object from my controller methods. ...
0
votes
1answer
27 views

How do I parse a json Array string with restassured from(), with a root array?

How do I parse json like this: [{"name":"joe","address","Main Street"}] with the from() method in restassured: assertEquals(true, from(myjson).getString("name")); I get this error: [Fatal ...
1
vote
5answers
149 views

What is the fastest way to stand up a REST service using Java?

I have a few utility methods that I wrote in Java, for test data creation against a service. A couple of my colleagues who have the same use case thought it would be cool if they could re-use it, but ...
1
vote
0answers
42 views

Format JodaTime LocalDate in SpringMvc JSON using formatter

I have a problem with my Spring application. How can I format a LocalDate in a JSON... The problem is that when I send the JSON I have to send a number, but when Spring generate the JSON I have: ...
0
votes
2answers
170 views

Spring MVC JSR 303 Validation with Json response validation errors from ValidationMessages.properties

Hi I was looking for everywhere but can't find solution. I am making an ajax call in Jquery function and submiting data from spring inputs form:input to Controller. Controller is validating date by ...
0
votes
1answer
62 views

Jackson @JsonIgnoreType not working on static inner class

I have several model objects that are using the builder pattern which I am trying to serialize with Jackson through Spring MVC. Problem is, I don't want the inner static builder class to be serialized ...
0
votes
1answer
31 views

How should I set a Feature on a Spring Message Converter's Object Mapper?

I'm using a 3rd party REST API which is returning 'NaN' in it's JSON response :( I can't change the response. I'm using Spring MVC with RestTemplate and the built in Message Converters to deserialize ...
1
vote
1answer
63 views

Limit Jackson Serialization/Deserialization Depth for all the class

I have tried CustomJSONSerializer from Suppress wrapper object when serializing Java object into JSON using Jackson. But getting following exception: ...
0
votes
2answers
241 views

How to convert ArrayList<String> to JSON object using Jackson in Spring @ResponseBody

Server layer will return a list of String value, like {"Bob", "Charlotte", "Johnson", "David"...} Now we need the List String to be a Json object to push to front end, like [{id: "Bob"}, {id: ...
0
votes
1answer
73 views

Spring @ResponseBody: format JSON to put status

I am trying to map some pojos as JSON with jackson technology using spring to create a web service, but I have a problem, when I map a list as JSON it creates a malformed JSON like: ...
-1
votes
1answer
33 views

Establish secure connections between Spring website and remote workers

I'm developing a website using Spring and Hibernate. This website is something like a dashboard to control the status of tasks sent to remote workers whom have to process them and return a result. ...
0
votes
1answer
70 views

JSON to POJO using Apache Camel and hibernate

Apache camel is using a route wich is listening to a specific url. the json from this url is then transformed to pojo classes and inserted in a mySQL database. Everything is working fine, except my ...
0
votes
1answer
131 views

Spring JSON Mapping from Android to Custom Object with jackson

I'm trying to pass a JSONArray from Android to my Spring java server. I've already tried two ways. One is passing the JSONArray as String and catching with @PathVariable annotation. This way I can ...
0
votes
0answers
73 views

Jackson 2 Failed to parse Date value with Android 4.0.3

I get following Error: com.fasterxml.jackson.databind.JsonMappingException: Failed to parse Date value 'Wed Apr 03 15:44:42 CEST 2013' (format: "EEE MMM dd HH:mm:ss zzzz yyyy"): Unparseable date: ...
0
votes
1answer
35 views

Sending and receiving data in json using spring

I am using POST MAN CLIENT of GOOGLE CHROME TO SEND articleName and articleId AS HEADER application/json.What things I needed to change in my controller and library as well as in my spring ...
0
votes
1answer
56 views

How to configure jackson in spring dispatcher servlet?

I want to send json data to controller in spring.How to configure jackson in dispatcher servlet and which jackson files to add in build path/lib?
-1
votes
1answer
66 views

How to get json request in spring controller?

Here is the code of my controller. @RequestMapping(value="/save", method=RequestMethod.POST ) public ModelAndView saveArticle(@ModelAttribute Article article, BindingResult result) { ...
0
votes
3answers
113 views

Spring - Completely modify POST request and pass it to another controller [closed]

I'm building a server which will receive JSON string representing user's credentials on "/login" and return response as JSON string. Clients will send POST requests from mobile and web applications. ...
2
votes
2answers
176 views

How to read JSON object from URL query string

I have a URL request like this: ...
0
votes
2answers
236 views

Spring MVC + JSON = 406 Not Acceptable

I'm trying to generate a simple JSON response working. Right now I get 406 Not Acceptable error. Tomcat says "The resource identified by this request is only capable of generating responses with ...
-1
votes
1answer
99 views

Suggestion required: RESTFUl webservice transform xml to Json

Hi I am new to Java and not sure how to proceed (kindly ignore any typos or my language). Can somebody help me out (just the Idea/how to proceed, dont need any sample code). I am trying to create a ...
2
votes
0answers
119 views

AJAX and CSRF in Spring

I'm sending a CSRF token in an HTTP request header and in a POST hidden field to guard against CSRF attacks something like the following. var request; var timeout; function insert(callback) { ...
1
vote
1answer
75 views

Json returning tree model in Spring from list

I have a problem with JSON. So I get a user_id from the client side and i must check groups, which is in this user_id. I get data from database and put it into list. I have this annotation in xml ...
0
votes
0answers
43 views

Javascript framework support of Jackson's @JsonIdentityInfo out there? [closed]

Trying to find examples of JS frameworks like Backbone.js or Angular.js that: work along with Jackson's JsonIdentityInfo annotation for JSON(P) serialization. I use Jackson through Spring. My entity ...
0
votes
1answer
37 views

Json Data Not mapped in the backend service

I have a Spring MVC web application and I have the following web service. @RequestMapping(value = "/newBill", method = RequestMethod.POST) public @ResponseBody ModelMap acceptNewBill(@ModelAttribute ...
0
votes
1answer
38 views

Difference between @ResponseBody\npublic ReturnType .. and public @ResponseBody ReturnType?

Is there a difference between @ResponseBody public Object method(etc..) { etc.. } and public @ResponseBody Object method(etc..){ etc.. } ?
1
vote
1answer
121 views

Dynamic tables in jsp using Spring framework

I am working in Spring MVC. These is the scenario.. I select a value from dropdown box and click a button on jsp . An event is triggered using javascript function. Based on input,some database ...
0
votes
1answer
253 views

nested exception is java.lang.ClassNotFoundException: org.springframework.web.servlet.view.json.JsonView

I've got a spring web app where I need to run a json service. Below is the dispatcher-servlet of my program. <?xml version="1.0" encoding="UTF-8"?> <beans ...
2
votes
1answer
95 views

spring rest @requestbody get child object

I has a problem:There will be three child class Student,Teacher,Parent. public class Person implements Serializable{ private String name; private String address;} Student: public class Student ...

1 2 3 4 5 10