Re: can't get tynamo's tapestry-resteasy to work

2011-05-24 Thread DCWoods
If anyone finds this thread and the above suggestions don't work, I had to do the following: * Add the dependency javax.ws.rs : jsr311-api : 1.1.1 : jar [compile] * Add the dependency net.sf.scannotation : scannotation : 1.0.2 : jar [compile] -- View this message in context:

Re: can't get tynamo's tapestry-resteasy to work

2011-02-12 Thread Ronald Luke
...@ymail.com To: Tapestry users users@tapestry.apache.org Sent: Sat, February 12, 2011 8:11:25 AM Subject: Re: can't get tynamo's tapestry-resteasy to work i wrote earlier: javax.ws.rs.core.Application is referenced: binder.bind(javax.ws.rs.core.Application.class

Re: can't get tynamo's tapestry-resteasy to work

2011-02-12 Thread Alejandro Scandroli
: Sat, February 12, 2011 8:11:25 AM Subject: Re: can't get tynamo's tapestry-resteasy to work i wrote earlier: javax.ws.rs.core.Application is referenced: binder.bind(javax.ws.rs.core.Application.class, org.tynamo.resteasy.Application.class); but javax.ws.rs.core.Application is not imported

Re: can't get tynamo's tapestry-resteasy to work

2011-02-11 Thread Ronald Luke
too off for me. Ron From: Ronald Luke ronald.l...@ymail.com To: Tapestry users users@tapestry.apache.org Sent: Fri, February 11, 2011 1:13:48 PM Subject: Re: can't get tynamo's tapestry-resteasy to work Alejandro: I think I did exactly what you did. Here are my

can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread Ronald Luke
Hello, guys, I couldn't get tapestry-resteasy to work. I used tapestry 5.2.4 quickstart archetype to start a new project, then add tapestry-resteasy dependency to my pom.xml. I have no idea how to make the Type javax.ws.rs.core.Application present to the project. Please shed some light on

RE: can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread WINDEY Pieter AWL-IT
Can't http://tynamo.org/tapestry-resteasy+guide help you? Point 2 is adding it to appModule ... -Original Message- From: Ronald Luke [mailto:ronald.l...@ymail.com] Sent: Thursday 10 February 2011 14:50 To: users@tapestry.apache.org Subject: can't get tynamo's tapestry-resteasy to work

Re: can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread Alejandro Scandroli
Hi Ronald That's really weird. I've tried to reproduce your error with no luck. I used tapestry 5.2.4 quickstart to create a new project, I added the tapestry-resteasy-0.2.1 dependency to the pom, I created the package .rest and finally coded a simple test service. Everything went fine. Are you

Re: can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread Kalle Korhonen
No guarantees this will work, but try declaring a newer web.xml version. See for example http://publib.boulder.ibm.com/infocenter/wasinfo/beta/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/twbs_jaxrs_configjaxrs11method.html Kalle On Thu, Feb 10, 2011 at 5:49 AM, Ronald Luke

Re: can't get tynamo's tapestry-resteasy to work

2011-02-10 Thread Ronald Luke
Korhonen kalle.o.korho...@gmail.com To: Tapestry users users@tapestry.apache.org Sent: Fri, February 11, 2011 12:09:55 AM Subject: Re: can't get tynamo's tapestry-resteasy to work No guarantees this will work, but try declaring a newer web.xml version. See for example http://publib.boulder.ibm.com