Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Unsatisfied import of javax.servlet

Thanks, I see I have looked in an older build of Orbit, where the javax.servlet bundle really exported the package with version 3.0. I will fix my import.

Regards,
Lazar

-----Original Message-----
From: orbit-dev-bounces@xxxxxxxxxxx [mailto:orbit-dev-bounces@xxxxxxxxxxx] On Behalf Of Hugues Malphettes
Sent: Tuesday, March 06, 2012 10:08 AM
To: Orbit Developer discussion
Subject: Re: [orbit-dev] Unsatisfied import of javax.servlet

Hi,
In fact the javax.servlet_3.0.0 bundle export the OSGi version 2.6 for
its packages.
See this bug for a full discussion:
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=360245
Cheers,
Hugues

2012/3/6 Kirchev, Lazar <l.kirchev@xxxxxxx>:
> Hi all,
>
>
>
> I am adding org.apache.tomcat.api 7.0.21 to Orbit and the build fails with
> some very strange error – “Unsatisfied import package
> javax.servlet_[3.0.0,4.0.0).”. This is strange, because javax.servlet 3.0 is
> already available in Orbit, and it exports the package javax.servlet with
> version 3.0.0, which obviously belongs to the interval [3.0.0,4.0.0) and
> therefore the import should be satisfied.
>
>
>
> Any ideas why this could happen?
>
>
>
> Regards,
>
> Lazar
>
>
> _______________________________________________
> orbit-dev mailing list
> orbit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/orbit-dev
>
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev

Back to the top