admin@glassfish.java.net

Re: Jersey OSGi issue? Was: Re: dev test for admin cli

From: Jakub Podlesak <Jakub.Podlesak_at_Sun.COM>
Date: Fri, 25 Jun 2010 18:34:06 +0200

This is available at:

http://download.java.net/maven/2/com/sun/jersey/contribs/jersey-multipart/1.4-SNAPSHOT/
http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.4-SNAPSHOT/

i.e. from http://download.java.net/maven/2
where are you building from? is there the above repository defined?

~Jakub



On 06/25/2010 06:26 PM, Ludovic Champenois wrote:
> On 6/25/10 9:14 AM, Jakub Podlesak wrote:
>>
>> Hi all,
>>
>> sending a meeting summary:
>>
>> 1) the issue was temporarily fixed in Jersey version: 1.4-SNAPSHOT
>> by exporting com.sun.ws.rs.ext from the jersey-client
>> ...
> error:
>
> Missing:
> ----------
> 1) com.sun.jersey.contribs:jersey-multipart:jar:1.4-SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=com.sun.jersey.contribs
> -DartifactId=jersey-multipart -Dversion=1.4-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the
> file there:
> mvn deploy:deploy-file -DgroupId=com.sun.jersey.contribs
> -DartifactId=jersey-multipart -Dversion=1.4-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.glassfish.admin:rest-service:hk2-jar:3.1-SNAPSHOT
> 2) com.sun.jersey.contribs:jersey-multipart:jar:1.4-SNAPSHOT
>
> 2) com.sun.jersey:jersey-server:jar:1.4-SNAPSHOT
>
>
>
>