Search:

Type: Posts; User: y.legros; Keyword(s):

Search: Search took 0.05 seconds.

  1. HttpMediaTypeNotAcceptableException When dot in request.

    Hi all, I have this code in server side :



    @RequestMapping(method=RequestMethod.DELETE,value="/{id}/blabla/{name:.*}")
    public @ResponseBody PersonnalObjectResponse...
  2. workaround that i have wrote : package...

    workaround that i have wrote :



    package com.sarbacane.forms.localResolver;

    import java.io.File;
    import java.util.ArrayList;
    import java.util.Enumeration;
    import java.util.List;
  3. Hi Fred, Do you find any solution to resolve...

    Hi Fred,

    Do you find any solution to resolve entire list?

    Thanks,
    Yannick.
  4. Replies
    3
    Views
    1,023

    Hi, for example if your consumer implements...

    Hi,

    for example if your consumer implements ChannelAwareMessageListener :



    //ack messages
    channel.basicAck(message.getMessageProperties().getDeliveryTag(), true);
  5. Replies
    1
    Views
    403

    it looks to be a "normal" trace

    Hi,

    In TypeConverterDelegate :


    if (convertedValue == currentConvertedValue) {
    // Try field lookup as fallback: for JDK 1.5 enum or custom enum
    // with values defined as static...
  6. Replies
    1
    Views
    309

    Hello, I face the same question, and i choose...

    Hello,

    I face the same question, and i choose use 2 legged OAuth.
    I currently implement this choice.

    Yannick.
Results 1 to 6 of 6