RE: Metadata service

2008-12-26 Thread Jerome Louvel
Great :) Happy Holidays! Jerome -Message d'origine- De : fabio.mancine...@gmail.com [mailto:fabio.mancine...@gmail.com] Envoye : jeudi 25 decembre 2008 19:03 A : discuss@restlet.tigris.org Objet : RE: Metadata service Yes I was able to solve the issue. It was the getTunnelService

RE: Metadata service

2008-12-25 Thread fabio . mancinelli
Yes I was able to solve the issue. It was the getTunnelService().setExtensionsTunnel(true); that had to be called to enable conneg via extensions. Thank you for your help and merry xmas! :) Fabio --

RE: Metadata service

2008-12-24 Thread Jerome Louvel
: Metadata service I'm not sure if this is the complete answer, but is your tunnel service enabled, and set to tunnel extensions? You can do something like (from an Application): getTunnelService().setEnabled(true); getTunnelService().setExtensionsTunnel(true); On Tue, Dec 23, 2008 at 4

Metadata service

2008-12-23 Thread fabio . mancinelli
Dear all, maybe this is a trivial question but I cannot get the MetadataService to work as I expect. I started from the HelloWorld example in http://www.restlet.org/documentation/1.1/firstSteps I added a new Variant to the HelloWorldResource (APPLICATION_ATOM_XML) and attached it to the

Re: Metadata service

2008-12-23 Thread Stephen Groucutt
I'm not sure if this is the complete answer, but is your tunnel service enabled, and set to tunnel extensions? You can do something like (from an Application): getTunnelService().setEnabled(true); getTunnelService().setExtensionsTunnel(true); On Tue, Dec 23, 2008 at 4:04 PM,