Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » org.eclipse.equinox.registry is missing package org.xml.sax.helpers
org.eclipse.equinox.registry is missing package org.xml.sax.helpers [message #1695185] Tue, 12 May 2015 14:17 Go to next message
Thomas Elskens is currently offline Thomas ElskensFriend
Messages: 159
Registered: September 2014
Location: Brussels - Belgium
Senior Member
Hello,

When starting up my RCP application with nightly build target, I get the following validation problem :
Quote:

org.eclipse.equinox.registry -- Missing contraint: Import-Package: org.xml.sax.helpers; version="0.0.0"


Now at a first glance this is not necessarily linked to the efxclipse project, but I wondered if it had something to do with the new dummy bundle javax.xml.jre ... ? Or should I look for the problem somewhere else ?

Thomas Elskens
Re: org.eclipse.equinox.registry is missing package org.xml.sax.helpers [message #1695190 is a reply to message #1695185] Tue, 12 May 2015 14:32 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You get that in the console or only in the launch config dialog?

And yes it has something to do with us having removed the ancient
javax.xml cruft (from 2008!!!!) and use the implementation of the JRE
but org.xml.sax.helpers should be provided by the system.bundle (and as
you noted at runtime the bundle resolves fine :-)

To me this more looks like a bug in PDE but for the sake of completeness
we should export it from javax.xml.jre.

A new build is on its way so check for an target platform update in
about 15 minutes and PDE should be happy once more.

I hope we have the cycles to work on the final bits to finish support
for bnd/bndtools in 2.1 so that you can get rid of PDE ;-)

Tom

On 12.05.15 16:17, Thomas Elskens wrote:
> Hello,
>
> When starting up my RCP application with nightly build target, I get the
> following validation problem : Quote:
>> org.eclipse.equinox.registry -- Missing contraint: Import-Package:
>> org.xml.sax.helpers; version="0.0.0"
>
>
> Now at a first glance this is not necessarily linked to the efxclipse
> project, but I wondered if it had something to do with the new dummy
> bundle javax.xml.jre ... ? Or should I look for the problem somewhere
> else ?
> Thomas Elskens
Re: org.eclipse.equinox.registry is missing package org.xml.sax.helpers [message #1695197 is a reply to message #1695190] Tue, 12 May 2015 14:57 Go to previous messageGo to next message
Loic Carney is currently offline Loic CarneyFriend
Messages: 2
Registered: May 2015
Junior Member
I had the issue and with the build (see Thomas' message) it's corrected.

Thanks !
Re: org.eclipse.equinox.registry is missing package org.xml.sax.helpers [message #1695204 is a reply to message #1695197] Tue, 12 May 2015 15:49 Go to previous messageGo to next message
Thomas Elskens is currently offline Thomas ElskensFriend
Messages: 159
Registered: September 2014
Location: Brussels - Belgium
Senior Member
Oh yes, BndTools would be more than welcome. Waiting impatiently Smile
Re: org.eclipse.equinox.registry is missing package org.xml.sax.helpers [message #1695208 is a reply to message #1695204] Tue, 12 May 2015 16:04 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Well we already produce the bundle repository so in theory you should be
able to setup an e(fx)clipse project with the help of bndtools!

Tom

On 12.05.15 17:49, Thomas Elskens wrote:
> Oh yes, BndTools would be more than welcome. Waiting impatiently :)
Previous Topic:Steps to get a Compensator dev environment.
Next Topic:PartSashContainter - set partSize in px
Goto Forum:
  


Current Time: Sun Jan 19 11:02:31 GMT 2025

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

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

Back to the top