You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Agemo Cui <ag...@gamio.org> on 2009/06/03 02:54:20 UTC

Package org.osgi.service.http;version>=1.2.0 cannot be resolved when installing http.jetty-1.0.0

The bundle org.apache.felix.http.jetty-1.0.0 exports
org.osgi.service.http;version=1.1 but imports
org.osgi.service.http;version=1.2, which caused this problem.

The probable fixing is to remove the hardcoded export version 1.1 of package
org.osgi.service.http from the pom.xml and just let maven-bundle-plugin take
care of it(because there's a txt file packageinfo in that package).


Regards,
Agemo

Re: Package org.osgi.service.http;version>=1.2.0 cannot be resolved when installing http.jetty-1.0.0

Posted by "Richard S. Hall" <he...@ungoverned.org>.
On 6/2/09 8:54 PM, Agemo Cui wrote:
> The bundle org.apache.felix.http.jetty-1.0.0 exports
> org.osgi.service.http;version=1.1 but imports
> org.osgi.service.http;version=1.2, which caused this problem.
>
> The probable fixing is to remove the hardcoded export version 1.1 of package
> org.osgi.service.http from the pom.xml and just let maven-bundle-plugin take
> care of it(because there's a txt file packageinfo in that package).
>    

Yes, I agree. I will create a bug for this.

-> richard

>
> Regards,
> Agemo
>
>    

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org