Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » class moved from plugin A to plugin B, and OSGi cannot find it
class moved from plugin A to plugin B, and OSGi cannot find it [message #1767853] Tue, 11 July 2017 15:42
Dinko Ivanov is currently offline Dinko IvanovFriend
Messages: 27
Registered: July 2009
Junior Member
Hi,

I have a feature-based RCP product, and I'm using the p2 API for distributing updates.
I notice that if I move certain class from plugin A to plugin B then after update I'm getting class-not-found-error. I guess OSGi keeps some cache and still looks for the class in plugin A.

The only fix I found so far is to use "-clean" option.

Is there a better way to avoid this situation? Is there a performance penalty during startup if I keep the -clean option in the distributed product?

Thanks,
Dinko
Previous Topic:Documentation on how the tycho plugin works
Next Topic:Installing plugins using command line Failing
Goto Forum:
  


Current Time: Thu Apr 25 06:52:57 GMT 2024

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

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

Back to the top