Can you describe the hierarchy of your classloaders? Where wink jars are located? Do you work child/parent first?
-- Sent from my Palm Pre On Feb 8, 2011 10:22 PM, Pradeep Fernando <[email protected]> wrote: hi BLuk, comment inline; On Wed, Feb 9, 2011 at 12:11 AM, Bryant Luk <[email protected]> wrote: > Sorry for the silly question, but do you implement DynamicResource or > extend from a class that does like AbstractDynamicResource? > Not really. I'm using the service classes provided by the wink getting started guide. [1] The only thing I'm doing new is to use a custom class loader that loads the service classes from my own deployment point rather than witin the WEB-INF/classes. I can't figure out what causing the problem since at the exception point it just test weather the loaded class isAssignableFrom(). I'm not doing anything related to DynamicResource.class [1] https://cwiki.apache.org/WINK/jax-rs-getting-started.html thanks, --Pradeep
