Are you still talking about the @Delete not being accessed?

I've found that one needs to be more specific with the @Get annotation 
now with regards to the Media Type, meaning annotating the Method with 
@Get by itself isn't enough, rather putting @Get("html") or @Get("xml") 
or something else is necessary.  I can only assume that this is intentional.

Dustin


[email protected] wrote:
> Ok, 
>
> Now I have retrieved the "restlet-jee-2.0m5". There was some changes since 
> the previous version but no docs.
> Now it seems that my resourec is never acceeded (No logs nor system.out was 
> displayed on my console and my breakpoints never match). 
>
> Please can ypou help me to make it working ?
>
>
> Ther is the logs I receiv when I do a GET on my resource ( 
> http://localhost:8081/epublish/templates/Big_sample1.odt ) :
> # 13-nov.-2009 9:16:11 org.restlet.engine.http.StreamServerHelper start
> # INFO: Starting the internal HTTP server
> # 13-nov.-2009 9:16:13 org.restlet.routing.Filter doHandle
> # ATTENTION: A filter was executed without a next Restlet attached to it.
> # 13-nov.-2009 9:16:13 org.restlet.engine.log.LogFilter afterHandle
> # INFO: 2009-11-13    09:16:13        127.0.0.1       -       -       8081    
> GET     /epublish/templates/Big_sample1.odt     -       500     365     -     
>   15      http://localhost:8081   Apache-HttpClient/4.0-beta2 (java 1.5)  -
>
> My resource is joined as attachment.
>
> Thanks

-- 


Dustin N. Jenkins | Tel/Tél: 250.363.3101 | [email protected]

facsimile/télécopieur: (250) 363-0045

National Research Council Canada | 5071 West Saanich Rd, Victoria BC. 
V9E 2E7

Conseil national de recherches Canada | 5071, ch. West Saanich, Victoria 
(C.-B) V9E 2E7

Government of Canada | Gouvernement du Canada

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2417587

Reply via email to