Re: Reference with baseref and absolute path

2008-03-21 Thread Jeroen Goubert
Jerome, So this leaves me wondering: Should getTargetRef() clear the baseref or do we have to rely on the verbose new Reference(getTargetRef().toString()) to do this ourselves ? It think we should fix the code as suggested by the Javadocs, unless I'm missing some other aspect. If all

RE: Series.getValues()

2008-03-21 Thread Jerome Louvel
Hi Paul, You can to this with: subList(name).toArray(). Is that sufficient? Maybe we could also add a toArray(String name) or subArray(String name) shortcut method? Best regards, Jerome -Message d'origine- De : Paul J. Lucas [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 mars 2008

Re: Spring + Restlet + Tomcat

2008-03-21 Thread Stephen Mc Namara
Hi Rhett thanks for replying. I'll take a look at the links you sent later today. In the meantime I've switched back to using the NRE ServerServlet with a custom Application that wires in a manager obj to create a Router whose config is fed from the applicationContext.xml. The spring config

Re: Specifying a specific client connector

2008-03-21 Thread Dan Diephouse
Thanks Jerome. If I can twist the scenario slightly now... :-) Lets imagine that I want my HttpclientHelper to be injected with a parameter. Let me explain my case, I've been working on integration for Restlet and Mule (http://svn.restlet.muleforge.org/, http://mule.codehaus.org). I want to