users@jersey.java.net

[Jersey] Jersey ignores javax.ws.rs.core.Application

From: Gili <cowwoc_at_bbs.darktech.org>
Date: Mon, 29 Sep 2008 13:31:31 -0700 (PDT)

Hi,

I fired up Netbeans 6.5, created a RESTful web service and added the
following to my web.xml:

<context-param>
  <param-name>javax.ws.rs.core.Application</param-name>
  <param-value>method.adcaster.network.Application</param-value>
</context-param>

According to http://architects.dzone.com/articles/putting-java-rest JAX-RS
should use this class to detect all my services, but Jersey seems to ignore
it and parses *all* classes instead.

Did I miss something?

Thank you,
Gili
-- 
View this message in context: http://n2.nabble.com/Jersey-ignores-javax.ws.rs.core.Application-tp1127216p1127216.html
Sent from the Jersey mailing list archive at Nabble.com.