Re: ClassCastException with a custom application

2008-08-13 Thread Thierry Boileau
Hi Vincent, It seems that the cast is not required at this time, and we've also detect another bug related to this topic. I keep you informed when the bug will be fixed. best regards, Thierry Boileau Hi, While i tried to build my own application, i get this exception (sample attached):

Re: ClassCastException with a custom application

2008-08-13 Thread Thierry Boileau
Hello Vincent, this error is now fixed in the svn repository. best regards, Thierry Boileau Hi, While i tried to build my own application, i get this exception (sample attached): java.lang.ClassCastException: com.noelios.restlet.ext.servlet.ServletContextAdapter at

Re: ClassCastException with a custom application

2008-08-13 Thread Thierry Boileau
Hi Vincent, I forgot to thank you for your report! best regards, Thierry Boileau Vincent Ricard a écrit : Hi, While i tried to build my own application, i get this exception (sample attached): java.lang.ClassCastException: com.noelios.restlet.ext.servlet.ServletContextAdapter at

ClassCastException with a custom application

2008-08-12 Thread Vincent Ricard
Hi, While i tried to build my own application, i get this exception (sample attached): java.lang.ClassCastException: com.noelios.restlet.ext.servlet.ServletContextAdapter at com.noelios.restlet.ext.servlet.ServerServlet.createApplication(ServerServlet.java:323) at