FWIW, it's actually quite easy to check out Resin trunk (which holds the hessian source code), make the patch, build with ant, and get a hessian.jar.
Hessian works quite beautifully on appengine. I wish I had an asynchronous ObjectiveC hessian client so I could ditch my tediously duplicated JAX-RS api. Jeff On Tue, Feb 2, 2010 at 1:19 PM, Olemis Lang <[email protected]> wrote: > On Wed, May 20, 2009 at 6:06 AM, Konstantin Solomatov > <[email protected]> wrote: >> >> Hello, >> >> I wanted to use Hessian in my appengine application >> http://hessian.caucho.com/ >> When I test code locally everything works well. When I deploy to the >> app engine, things go awry. If I send a request to there I get the >> following exception: >> >> Exception in thread "main" >> com.caucho.hessian.client.HessianConnectionException: 501: >> java.io.IOException: Server returned HTTP response code: 501 for URL >> >> How can I find out where the problem is? What isn't implemented there? >> > > Probably related to this [1]_ ? > > .. [1] Webservice on Google App Engine - Google App Engine for Java ... > > (http://groups.google.com/group/google-appengine-java/browse_thread/thread/0068bf08c5fd3fef/4edb06eb6f316689?lnk=raot) > > -- > Regards, > > Olemis. > > Blog ES: http://simelo-es.blogspot.com/ > Blog EN: http://simelo-en.blogspot.com/ > > Featured article: > Sobrepasa las 1000 descargas el módulo TracGViz (>300 desde PyPI) - > http://feedproxy.google.com/~r/simelo-es/~3/DdGeJirDqUk/sobrepasa-las-1000-descargas-el-modulo.html > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
