> 
> 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


_______________________________________________
cross-project-issues-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Reply via email to