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

2014-01-11 Thread Jerome Louvel
Hi all, It seems that this issue is still present, please follow this ticket for updates: https://github.com/restlet/restlet-framework-java/issues/692 Best regards, Jerome 2013/4/21 jeremy jeremy.gir...@gmail.com Any news ... The error is still present in 2.1.2 (jse edition) thanks

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

2013-08-15 Thread Jana Schlegelova
I am facing exactly the same problem... When I try to call options method in browser, it finished with this: 09:34:52,988 INFO [org.restlet.IslandComponent.LogService] (http-localhost/127.0.0.1:8080-6) 2013-08-1509:34:52127.0.0.1 admin 127.0.0.1 8080OPTIONS

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

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

2013-04-19 Thread jeremy
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-02-13 Thread jeremy
Any news ? I'am still using restlet 2.1-M3 because all newer version of restlet including the lastest 2.1.1 have the same bug. Regards, Hello Jon, Paul, I think there is a regression introduced during the application of a patch. I keep you informed quickly. Best regards, Thierry

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

2012-10-26 Thread Jon Sawyer
I'm having this same issue: just trying to retrieve url/method=OPTIONS on my WadlApplication derivative gives the following: SEVERE: An exception occured writing the response entity java.lang.NullPointerException at

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

2012-07-03 Thread Paul Morris
Also forgot to mention that I do have the XML extension on the classpath and debugging indicates that the Source object is the null object in the transform method (in case that wasn't obvious enough). I saw a related thread about OSGi bundles not being able to find the wadl2html.xslt file but I

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

2012-07-03 Thread Paul Morris
I just now saw a duplicate of this issue here: http://restlet-discuss.1400322.n2.nabble.com/NullPointerException-when-using-WADL-HTML-representation-td7526952.html I hadn't seen that earlier when I posted but it appears to be the same exact issue. In a similar vein, I saw a comment from some