Re: Problem with attributes in Restlet 2.0

2010-07-30 Thread bobsponge
Hi again, I forgot to say that the version I'm using is the jse one and in this project I use these files: org.restlet-2.0-SNAPSHOT.jar org.restlet.ext.simple-2.0-SNAPSHOT.jar org.restlet.lib.org.simpleframework-4.1.13.jar Thank you. -- View this message in context:

RE: [GWT] The method getAnonymousLogger() is undefined for the type Logger

2010-07-30 Thread Olivier Monaco
With GWT 2.1, Google added an implementation of java.util.logging. But the Logger.getAnonymousLogger() is not implemented. On the otherhand, Restlet (for GWT) comes with its own implementation of java.util.logging. This one includes Logger.getAnonymousLogger(). And this method is used by

RE: xml header at beginning of a JSON representation?

2010-07-30 Thread webpost
I was using 2.0-RC4. 2.0.0 is not on maven repo yet, I'll try the -SNAPSHOT. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2640253

RE: Restlet Framework 2.0.0 released !

2010-07-30 Thread webpost
Hi Jérôme, Is this why the 2.0 version is not available in the maven repository ? Thank you per advance. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2640093

Annotation issue

2010-07-30 Thread webpost
Hello, I am using annotation in a wadlServerResource in this way: public class TestAnnot extends WadlServerResource { @Override protected void doInit() { getMetadataService().clearExtensions(); getMetadataService().addExtension(json, MediaType.APPLICATION_JSON);

Re: Form with an upload field

2010-07-30 Thread Xavier Mehaut
thx thierry ; i ll try tomorrow instead if the ftp solution i started to use regards Envoyé de mon iPhone Le 28 juil. 2010 à 22:42, Thierry Boileau thierry.boileau.noel...@gmail.com a écrit : Hello Xavier, actually the fileupload library is intended for the parsing of multipart requests.

Re: Missing root reference

2010-07-30 Thread Tim Peierls
I just came across this myself. Feels like a bug -- why would riap://component/foo have a non-null host ref and riap://application/foo not have one (with component's default host routed directly to a single application)? --tim On Thu, Jul 22, 2010 at 3:21 PM, Tal Liron