users@jersey.java.net

Re: [Jersey] jersey-multipart throwing NPE

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 21 Nov 2008 11:34:56 +0100

On Nov 21, 2008, at 9:33 AM, Paul Sandoz wrote:

>
> On Nov 21, 2008, at 7:56 AM, Craig McClanahan wrote:
>
>> Gili wrote:
>>>
>>>
>>> I suspect what is going on is that I'm using Jersey 1.0
>>> that ships with
>>> Netbeans and your code is assuming 1.0.1-snapshot. I will now
>>> upgrade
>>> across the board to 1.0.1 and maybe the client configuration might
>>> even
>>> work out-of-the-box.
>> Possibly -- I don't know if that issue got addressed ... we'll need
>> Paul to address that quesiton.
>
> I am going to modify things so that the providers are registered via
> META-INF/services and then there is no need for the developer to do
> any registration, except for including the jar in the classpath.
>

Done.

Paul.