The code below doesn't really make sense when you're trying to send HTTP PUT request and the error you are receiving is HTTP POST error. I think this is not the form you are actually submitting.
...
Type: Posts; User: drachirdrape; Keyword(s):
The code below doesn't really make sense when you're trying to send HTTP PUT request and the error you are receiving is HTTP POST error. I think this is not the form you are actually submitting.
...
Hi cardician, are you sure you are receiving request method 'POST' not supporter error? I can't anything in your controller which has a POST method.
au.xxx.xxx.domain.yyyy as generatedAlias0
inner join generatedAlias0.aaa as generatedAlias1
inner join generatedAlias0.bbb as generatedAlias2
where
( ( generatedAlias1.id=:param0 )
...
Hello again, I tried sending json to my controller and I received this error:
org.codehaus.jackson.map.JsonMappingException: Can not construct instance of...
I'm trying to upload file using Dojo and Jackson JSON Processor in spring.
Is this possible?
Do you have the javax.validation library available in your classpath?