Re: First Steps - problems

2008-02-27 Thread Thierry Boileau
Hi Leshek, this is a log trace saying that the FirstStepsApplication class does not have a public contructor with a Context parameter. In this case, the default constructor is called followed by a call to the setContext method. I've added this contructor and updated both source and pages.

Re: First Steps - problems

2008-02-27 Thread Leshek
Thank you, a step forward. Any on what is wrong now? I get: [2/27/08 10:37:41:796 PST] 0024 ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet RestletServlet: java.lang.NullPointerException at

Re: First Steps - problems

2008-02-27 Thread Stephan Koops
If I remeber right, we've had this exception already. Do you use n actual version? regards Stephan Leshek schrieb: Thank you, a step forward. Any on what is wrong now? I get: [2/27/08 10:37:41:796 PST] 0024 ServletWrappe E SRVE0100E: Did not realize init() exception thrown by

RE: First Steps - problems

2008-02-27 Thread Jerome Louvel
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 27 février 2008 20:18 À : discuss@restlet.tigris.org Objet : Re: First Steps - problems If I remeber right, we've had this exception already. Do you use n actual version? regards Stephan

Re: First Steps - problems

2008-02-27 Thread Thierry Boileau
soon now (only two issues pending)... Best regards, Jerome -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 27 février 2008 20:18 À : discuss@restlet.tigris.org Objet : Re: First Steps - problems If I remeber right, we've had

Re: First Steps - problems

2008-02-27 Thread Leshek
It is working now, with files Jerome pointed me to (http://www.restlet.org/downloads/archives/1.1/restlet-1.1-SNAPSHOT.zip). Could you tell us if you are using this WAR file or another one? I am building my own, actually, building only on the fly and deploying into test instance of IBM WAS

Re: First Steps - problems

2008-02-27 Thread Leshek
Ignition !!! Thank you! Now... how to the hard part... translating my design into real service :-)

Re: First Steps - problems

2008-02-27 Thread Thierry Boileau
Great! Have a good time! :)) On Wed, Feb 27, 2008 at 10:24 PM, Leshek [EMAIL PROTECTED] wrote: Ignition !!! Thank you! Now... how to the hard part... translating my design into real service :-)

First Steps - problems

2008-02-26 Thread Leshek
What am I doing wrong? I am trying to get the First Steps sample to work. I am working from within IBM's RAD 7.0 environment, but that should be okay right Working with Restlet 1.1 and http://www.restlet.org/documentation/1.1/firstSteps. I am trying to get it to work in Application