Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Unsatisfied Version Constraint Error(What Unsatisfied Version Constraint Error telling me?)
Unsatisfied Version Constraint Error [message #531339] Tue, 04 May 2010 14:56 Go to next message
Tom Ware is currently offline Tom WareFriend
Messages: 17
Registered: July 2009
Junior Member
I have a simple RCP app in PDE. I am using Require-Bundle for my dependencies.

I start with the following:

--
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
system.bundle,
org.eclipse.persistence.example.jpa.comics.model.annotated;b undle-version= "1.0.0",
javax.persistence
--

PDE is happy.

When I add

org.eclipse.persistence.jpa to the list of required bundles, PDE gives me an "Unsatisfied Version Constraint Error" on every line of the Require-Bundle section of the manifest.

I assume that error is telling me that somehow there is a conflict between the various dependencies of the bundles. Are there any facilities to get PDE to tell me more about what is causing the problem?
Re: Unsatisfied Version Constraint Error [message #531343 is a reply to message #531339] Tue, 04 May 2010 15:04 Go to previous message
Tom Ware is currently offline Tom WareFriend
Messages: 17
Registered: July 2009
Junior Member
BTW: Saw the workarounds at:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=298318

Neither using the updated

javax.activation_1.1.0.v200806101325
javax.transaction_1.1.0
javax.xml.stream_1.0.1.v200903100845

bundles nor changing the dependency on org.eclipse.core.runtime to a package import solves the problem for m.
Previous Topic:Unsatisfied Version Constraint Error
Next Topic:Re: Unsatisfied Version Constraint Error
Goto Forum:
  


Current Time: Tue Mar 19 08:08:45 GMT 2024

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

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

Back to the top