RE: Re: NPE when using WADL extension auto transform to HTML feature

2013-04-21 Thread jeremy
It is the JSE Edition With 2.1.2 -- the error is still here !!! An exception occured writing the response entity java.lang.NullPointerException at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:642) at

RE: Re: NPE when using WADL extension auto transform to HTML feature

2013-04-21 Thread jeremy
Any news ... The error is still present in 2.1.2 (jse edition) thanks -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3053859

Communication Error (1001) - The connector failed to complete the communication with the server

2013-04-21 Thread David Leangen
Hello! After a few weeks of absence, I am trying once again to set up restlet in my OSGi environment. Using version 2.2-M1. I am making a call like this: final Client client = new Client( new Context(), Protocol.HTTPS ); final ClientResource clientResource = new

Setiting media type for webm videos

2013-04-21 Thread Adam Mc
Hi, I am trying to get HTML5 *.webm videos to play from a restlet server. I am using the latest stable with Jetty standalone with the FILE protocol on a directory. Other types of HTML5 videos play fine, but not webm videos, so I suppose it is a meida type problem. Looking at my old tomcat