Re: tapestry-jersey

2010-08-16 Thread Andreas Andreou
Probably JerseyRequestFilter.java needs a fix so that it makes use of the current context... I guess you can add an issue to http://github.com/yunglin/tapestry-jersey or even better fork it On Mon, Aug 16, 2010 at 23:04, Borut Bolčina wrote: > Fount the solution: > > You have to configure the jet

Re: tapestry-jersey

2010-08-16 Thread Borut Bolčina
Fount the solution: You have to configure the jetty not to use default context path ( ) like so: org.mortbay.jetty maven-jetty-plugin 6.1.22 / true And now the Jersey responds at: http://localhost:8080/rest/helloworld -Borut 2010/8/16 Borut Bolčina > I cloned the "trunk" of the tapestr

Re: tapestry-jersey

2010-08-16 Thread Borut Bolčina
I cloned the "trunk" of the tapestry-jersey and run it against simple T5.1.0.5 (and T5.2) project, but without success. My tiny test webapp is not responding at http://localhost:8080/myjerseytest/rest/helloworld -Borut dep tree: [INFO] The follo

Re: tapestry-jersey

2010-08-13 Thread Borut Bolčina
Uf, thanks! Is there a T5 wiki reference to it? I will try it. -Borut 2010/8/13 Alejandro Scandroli > Hi Borut > > Do you know http://wiki.github.com/yunglin/tapestry-jersey/ ? > I haven't tried it, but it sure looks like what you are looking for. > > Cheers. > Alejandro. > > On Thu, Aug 12, 20

Re: tapestry-jersey

2010-08-13 Thread Alejandro Scandroli
Hi Borut Do you know http://wiki.github.com/yunglin/tapestry-jersey/ ? I haven't tried it, but it sure looks like what you are looking for. Cheers. Alejandro. On Thu, Aug 12, 2010 at 7:05 PM, Kalle Korhonen wrote: > On Thu, Aug 12, 2010 at 9:15 AM, Borut Bolčina > wrote: >> perhaps this shoul

Re: tapestry-jersey

2010-08-12 Thread Kalle Korhonen
On Thu, Aug 12, 2010 at 9:15 AM, Borut Bolčina wrote: > perhaps this should go to tynamo user list, but I guess no one will mind > posting this here. > Before looking at the source code for tynamo-resteasy, how hard would it be > to write tapestry-jersey integration module? Not that hard :) In al