Re: JacksonJaxbJsonProvider - no @Path on deployment

2013-02-22 Thread James Green
It deploys on 1.6.0-SNAPSHOT. On 22 February 2013 12:26, Romain Manni-Bucau wrote: > 1.6.0 > Le 22 févr. 2013 13:25, "James Green" a écrit : > > > > > > https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/apache-tomee/ > > > > Should I be looking at 1.5.2 or 1.6.0?

Re: JacksonJaxbJsonProvider - no @Path on deployment

2013-02-22 Thread Romain Manni-Bucau
1.6.0 Le 22 févr. 2013 13:25, "James Green" a écrit : > > https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/apache-tomee/ > > Should I be looking at 1.5.2 or 1.6.0? > > > > On 22 February 2013 12:22, Romain Manni-Bucau > wrote: > > > I think it works on the snapshot

Re: JacksonJaxbJsonProvider - no @Path on deployment

2013-02-22 Thread James Green
https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/apache-tomee/ Should I be looking at 1.5.2 or 1.6.0? On 22 February 2013 12:22, Romain Manni-Bucau wrote: > I think it works on the snapshot > Le 22 févr. 2013 13:17, "James Green" a écrit : > > > Hi, > > > > I h

Re: JacksonJaxbJsonProvider - no @Path on deployment

2013-02-22 Thread Romain Manni-Bucau
I think it works on the snapshot Le 22 févr. 2013 13:17, "James Green" a écrit : > Hi, > > I have an application with a JAX-RS activation class thus: > > @javax.ws.rs.ApplicationPath("/api") > public class Activator extends javax.ws.rs.core.Application { > @Override > public Set> getClass

JacksonJaxbJsonProvider - no @Path on deployment

2013-02-22 Thread James Green
Hi, I have an application with a JAX-RS activation class thus: @javax.ws.rs.ApplicationPath("/api") public class Activator extends javax.ws.rs.core.Application { @Override public Set> getClasses() { Set> s = new HashSet>(); [ ... ] return s; } @Override public