users@jsr311.java.net

ApplicationConfig and OSGi

From: Reto Bachmann-Gmür <reto_at_gmuer.ch>
Date: Thu, 24 Jul 2008 15:34:05 +0200

Hello

Trying to use jax-rs in an OSGi environment we imagine bundles
providing web applications by exposing instances of ApplicationConfig.
However the jsr311 implementation residing in another bundle cannot
instantiate the classes of the bundle providing the application.

Could ApplicationConfig be fixed to return factories instead of
instances of Class?

Cheers,

Reto