Search:

Type: Posts; User: drachirdrape; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    607

    The code below doesn't really make sense when...

    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.

    ...
  2. Replies
    3
    Views
    607

    Hi cardician, are you sure you are receiving...

    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.
  3. Replies
    0
    Views
    1,075

    Help in HQL Optimization

    au.xxx.xxx.domain.yyyy as generatedAlias0

    inner join generatedAlias0.aaa as generatedAlias1
    inner join generatedAlias0.bbb as generatedAlias2

    where

    ( ( generatedAlias1.id=:param0 )
    ...
  4. Replies
    1
    Views
    1,277

    Hello again, I tried sending json to my...

    Hello again, I tried sending json to my controller and I received this error:



    org.codehaus.jackson.map.JsonMappingException: Can not construct instance of...
  5. Replies
    1
    Views
    1,277

    Ajax File Upload

    I'm trying to upload file using Dojo and Jackson JSON Processor in spring.

    Is this possible?
  6. Replies
    2
    Views
    2,851

    Do you have the javax.validation library...

    Do you have the javax.validation library available in your classpath?
Results 1 to 6 of 6