admin@glassfish.java.net

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

From: Ludovic Champenois <ludovic.champenois_at_oracle.com>
Date: Fri, 25 Jun 2010 09:26:59 -0700

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