How to signup a ChallengeAuthenticator when using SpringBeanRouter

2010-09-30 Thread infinity
I have a working app with restlet 2.0 and Server resources configured through SpringBeanRouter ?xml version=1.0 encoding=UTF-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:util=http://www.springframework.org/schema/util;

How to call a restlet using riap protocol from a non-restlet

2010-08-13 Thread infinity
I'm fairly familiar with Restlet 2.0 having worked with prior 2-M versions. We have a working Restlet based project A with several server Resources deployed in an osgi container. Another project B is its client. Due to the nature of the project B, there are close to 200,000 rest calls made

Re: Unable to setup SpringBeanRouter configure

2009-10-05 Thread infinity
param-value component /param-value /context-param Btw, I corrected the virtual host configuration from the parent post. pl refer the same. Rhett Sutphin wrote: Hi Infinity, On Oct 5, 2009, at 10:03 AM, infinity wrote: I'm trying to setup a SpringBeanRouter

Re: Unable to setup SpringBeanRouter configure

2009-10-05 Thread infinity
I'm using 2.0M4, will try 2.0M5. Can you point out the file in which this bug was fixed so that I could test in the interim? (I'm using Nabble and I assume the reply does go the mailing list) Rhett Sutphin wrote: Hi, On Oct 5, 2009, at 12:03 PM, infinity wrote: Hi Rhett, Rhett

Re: Unable to setup SpringBeanRouter configure

2009-10-05 Thread infinity
:03 PM, infinity wrote: Hi Rhett, Rhett Sutphin wrote: This mapping combined with the URIs in your resource beans means that your server should respond to http://servername:port/ws/ws/contact/{operation} http://servername:port/ws/mock/1/data/Contact/{userId} http://servername:port/mock

RE: Issue with JaxbRepresentation in 2.0 M5 (Was: 2.0 M5 is broken)

2009-09-30 Thread infinity
~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : infinity [mailto:infinity2hea...@gmail.com] Envoyé : lundi 28 septembre 2009 21:09 À : discuss@restlet.tigris.org Objet : 2.0 M5 is broken

2.0 M5 is broken

2009-09-29 Thread infinity
I've spend two hours debugging my application just to realize that just by replacing 2.0 M4 jars, the applications works fine. Somewhere in my app code, I return a http status, followed by a Xml object, however in 2.0 M5 the xml object is never returned (the http error status is returned or an

NullPointerException at org.restlet.data.CharacterSet.getIanaName(CharacterSet.java:190)

2009-09-28 Thread infinity
I have a restlet servlet configured in tomcat. It works in a windows machine but on a Mac OSC Leopard running java 1.6, I get a following error. SEVERE: Allocate exception for servlet restletServlet java.lang.NullPointerException at