Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    693

    SpEL Projection fails on Sets

    SpEL projections seems to fail on sets:

    The following expression succeeds, and returns a list of the ids of the beans in my list:


    list.![id]

    The following expression fails:
  2. Found the answer to my problem: Don't use the...

    Found the answer to my problem: Don't use the JacksonJsonView, but use Spring 3.0's org.springframework.web.servlet.view.json.MappingJacksonJsonView.

    Apparently the JacksonJsonView has been moved...
  3. JacksonJsonView doesn't work with collections in Hibernate entities

    I'm trying out the JacksonJsonView in the (yet to be released) org.springframework.js project.

    It all worked fine, and it even rendered simple Hibernate entities to JSON, which I had hoped....
  4. I don't have an answer to your question, but can...

    I don't have an answer to your question, but can you share this workaround you mentioned here?
  5. I've noticed the same thing. I took a look at the...

    I've noticed the same thing. I took a look at the code, and it seems that all objects will be validated, except for Collections and arrays. A workaround is wrapping your objects in a collection or...
  6. Sending POST parameters with RestTemplate requests

    I'm trying out Spring 3.0's RestTemplate.

    I'm trying to send POST parameters along with my request, but can't figure out how to do that. Judging from the documentation, the...
  7. Thread: 3.0 rc1 ?

    by rdvdijk
    Replies
    6
    Views
    1,765

    Nevermind, apparently Maven needed some more...

    Nevermind, apparently Maven needed some more persuasion.. It's working now.

    Roel
  8. Thread: 3.0 rc1 ?

    by rdvdijk
    Replies
    6
    Views
    1,765

    It's not here: ...

    It's not here:

    http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/spring-core/

    And maven can't find it here:

    http://maven.springframework.org/milestone
    ...
  9. Thread: 3.0 rc1 ?

    by rdvdijk
    Replies
    6
    Views
    1,765

    What was the typo? I can't seem to find it using...

    What was the typo? I can't seem to find it using 3.0.0.RC1 ?

    Roel
Results 1 to 9 of 9