OK, I just applied 2 different fixes to the ResourceMetadataCollector. We were storing the method metadata wrong I believe (storing the resource implementation method for instance instead of the method signature where we had the @GET).
SVN 1023046 should have the fix I hope. On Fri, Oct 15, 2010 at 12:55 PM, Luciano Resende <[email protected]> wrote: > On Fri, Oct 15, 2010 at 10:08 AM, Bryant Luk <[email protected]> wrote: >> Hi, >> >> Is this method inherited? >> > > The annotations are all defined in the interface, and the actual > resource implementation implements the interface. > > > > -- > Luciano Resende > http://people.apache.org/~lresende > http://twitter.com/lresende1975 > http://lresende.blogspot.com/ >
