Re: Availability of 1.5.2 snapshots

2013-03-03 Thread Jean-Louis MONTEIRO
Fully agree. The documentation must be updated. Do you have any idea? Or would you propose changes? It's really easy, just use the blue pen icon on top-right of any page. You can choose to edit anonymously and propose a modification. Then, we just have to accept the update so that it's a huge

Re: Availability of 1.5.2 snapshots

2013-03-03 Thread Romain Manni-Bucau
Isnt it @ApplicationPath? @Path for an Application is not defined IIRC Le 3 mars 2013 16:48, James Green james.mk.gr...@gmail.com a écrit : Romain, When we deployed our war holding a JAX-RS Application, it has an @Path(/api). Thus the classes it returns as resources should end up as

Re: Availability of 1.5.2 snapshots

2013-03-03 Thread James Green
Sorry I'm describing the app incorrectly. From the source this time: @javax.ws.rs.ApplicationPath(/api) public class Activator extends javax.ws.rs.core.Application { @Override public SetClass? getClasses() { SetClass? s = new HashSetClass?(); s.add(MJActionRest.class);

Re: Availability of 1.5.2 snapshots

2013-03-03 Thread Romain Manni-Bucau
Hmm, should work on 1.6 and was working for 1.5. I got a weird similar issue on 1.5 once but was in a particular case. Le 3 mars 2013 18:12, James Green james.mk.gr...@gmail.com a écrit : Sorry I'm describing the app incorrectly. From the source this time: @javax.ws.rs.ApplicationPath(/api)

Re: Availability of 1.5.2 snapshots

2013-03-03 Thread James Green
404 not found. On 3 March 2013 19:46, Romain Manni-Bucau rmannibu...@gmail.com wrote: Basically