Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Eclipse Mars 1 RC4 issue with Buildship / workspace prompt



>
> I think this is also something, which should be fixed directly in
> the code, which reads or parses the /configuration/org.eclipse.osgi/
> framework.info.{x} file.
>
> Regards,
>
> Simon
>

The OSGi framework is behaving exactly the way you told it to.  There is no bug in the framework here.  You persistently started the bundle with Bundle.start().  The framework cannot simply ignore that on a restart.  It must eagerly start the persitently started bundle on restart.  To do otherwise will cause the framework implementation to be non-compliant with the specification.

Tom


Back to the top