Hi all, I have this code in server side :
@RequestMapping(method=RequestMethod.DELETE,value="/{id}/blabla/{name:.*}")
public @ResponseBody PersonnalObjectResponse...
Type: Posts; User: y.legros; Keyword(s):
Hi all, I have this code in server side :
@RequestMapping(method=RequestMethod.DELETE,value="/{id}/blabla/{name:.*}")
public @ResponseBody PersonnalObjectResponse...
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;
Hi Fred,
Do you find any solution to resolve entire list?
Thanks,
Yannick.
Hi,
for example if your consumer implements ChannelAwareMessageListener :
//ack messages
channel.basicAck(message.getMessageProperties().getDeliveryTag(), true);
Hi,
In TypeConverterDelegate :
if (convertedValue == currentConvertedValue) {
// Try field lookup as fallback: for JDK 1.5 enum or custom enum
// with values defined as static...
Hello,
I face the same question, and i choose use 2 legged OAuth.
I currently implement this choice.
Yannick.