Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » AutoBuildJob executes Code from stopped Bundles
AutoBuildJob executes Code from stopped Bundles [message #487452] Wed, 23 September 2009 09:59 Go to next message
Bernd Vogt is currently offline Bernd VogtFriend
Messages: 34
Registered: July 2009
Member
Hi,

during the eclipse shutdown it sometimes happens that the AutoBuildJob
executes code from bundles that already has been shutted down by OSGI
(BundleActivator#stop(...) was called).

In our concrete case we have an IncrementalProjectBuilder that validates
our projects and therefore calls code from other other Plugins. Now it
seems to me that OSGI will shut down regardless if there is an auto
build running an we'll get some exceptions...

Is there a way to prevent this problem?

Thanks,
Bernd
Re: AutoBuildJob executes Code from stopped Bundles [message #488335 is a reply to message #487452] Mon, 28 September 2009 08:45 Go to previous message
Bernd Vogt is currently offline Bernd VogtFriend
Messages: 34
Registered: July 2009
Member
Nobody out there experienced with such a problem?

Bernd Vogt schrieb:
> Hi,
>
> during the eclipse shutdown it sometimes happens that the AutoBuildJob
> executes code from bundles that already has been shutted down by OSGI
> (BundleActivator#stop(...) was called).
>
> In our concrete case we have an IncrementalProjectBuilder that validates
> our projects and therefore calls code from other other Plugins. Now it
> seems to me that OSGI will shut down regardless if there is an auto
> build running an we'll get some exceptions...
>
> Is there a way to prevent this problem?
>
> Thanks,
> Bernd
Previous Topic:Retargetable breakpoint actions always enabled for text selections
Next Topic:Latest updates breaking WST
Goto Forum:
  


Current Time: Thu Apr 25 12:53:30 GMT 2024

Powered by FUDForum. Page generated in 0.02762 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top