Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] what does equinox cache ?


The framework does cache manifest entries.  Webstart will replace bundle jars when new ones are available but does not use an OSGi APIs to tell the framework that the bundle has been updated.  This can cause old entries of your manifest to be used with new content.  It sounds like you may have run into bug 152835.  See https://bugs.eclipse.org/bugs/show_bug.cgi?id=152825.

Tom


equinox-dev-bounces@xxxxxxxxxxx wrote on 11/14/2006 03:57:22 AM:

> Hi all,
>
> I've been running in some trouble lately with seemingly impossible
> errors (classes not being found while they are present in the jars,
> with correct manifest entries)
> I can fix this by cleaning out instance/configuration area.
>
> Now I'm wondering: what does Equinox cache ? I know it extracts native
> libraries and probably embedded jars, but does it also cache the
> manifest entries ?
>
> I'm running Equinox with core.runtime (but not the rest of RCP) via webstart.
>
> Tom
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev

Back to the top