2016-03-29 9 views
-1

konvertieren Ich benutze Jersey Restful Webservice und Grails.Konnte json nicht zu Objekt

Meine Antwort ist keine Karte mit Objekt in Grails.

Ich bekomme unter Problem.

org.codehaus.groovy.runtime.typehandling.GroovyCastException: 

Cannot cast object '{effectiveEndDate=4712-12-31T00:00:00+05:30, 
effectiveStartDate=2015-10-15T00:00:00+05:30, id=5763, visaCost=0, 
visitVisas=0}' with class 'groovy.json.internal.LazyMap' to class 
'com.evosys.modal.pmo.Project' 

due to: org.codehaus.groovy.runtime.typehandling.GroovyCastException: 
Cannot cast object '4712-12-31T00:00:00+05:30' with class 
'java.lang.String' to class 'java.util.Date' 

Dank

Antwort

Verwandte Themen