Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    534

    How can I convert correctly.

    I use Spring Data - MongoDB 1.0.0.M3 and Spring 3.1.0.M2.

    I wrote below class that has a


    public class Parent {
    private String id;
    private String message;
    private Object child;
  2. Replies
    2
    Views
    1,096

    THX! Currently I use a custom ClassMapper as the...

    THX!
    Currently I use a custom ClassMapper as the way you said,and it works fine.
    Thank you!
  3. Replies
    2
    Views
    1,096

    Issue of JsonMessageConverter

    Hi.
    I'm currently using Spring AMQP 1.0.0.RC3 and RabbitMQ for consumer applications.
    Publisher applications were written by other languages(Ruby,Python) and I can't modify it for some reasons....
Results 1 to 3 of 3