It looks like this is the problem, in
org.restlet.ext.jaxrs.internal.util.Util:

    /**
     * Checks, if the given class is a JAX-RS root resource class.
     * 
     * @param jaxRsClass
     *            the class to check
     * @return true, if the class is a JAX-RS root resource class, otherwise
     *         false.
     */
    public static boolean isRootResourceClass(Class<?> jaxRsClass) {
        return jaxRsClass.isAnnotationPresent(javax.ws.rs.Path.class);
    }

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/JAX-RS-extension-interface-resource-tp7225077p7225108.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2911140

Reply via email to