Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » AdapterHooks: BundleFileWrapperFactoryHook is ignored
AdapterHooks: BundleFileWrapperFactoryHook is ignored [message #100117] Fri, 19 October 2007 14:00
Eclipse UserFriend
Originally posted by: Jan-Hendrik.Diederich.bredex.de

Hello,
if I register my own BundleFileWrapperFactoryHook and return on
wrapBundleFile my own BundleFile, from my understanding all files from all
plugin jar files (and plugin directories), should be loaded through _my_
BundleFile class. That means: also every plugin.xml should be loaded
through _my_ BundleFile class instance.
If I use the RCP examples delivered with Eclipse it works perfect, all
plugin.xml files are passed through my BundleFile class instances. But
with other Eclipse RCP applications (like RSSOwl), I didn't have any
success so far (although they use the same Eclipse version as I do).
The BundleFile.getEntry(path) method never gets a call where
path=="plugin.xml". I mean, I get ".getEntry(path)" calls from these RCP
apps, but no one where path=="plugin.xml".

Has anyone an idea what these RCP applications make different, or I might
do wrong?


Thanks,
Jan Diederich
Previous Topic:Update of a Bundle causes dependant Bundle to fail
Next Topic:How to load class with its bundle's classloader ?
Goto Forum:
  


Current Time: Tue Apr 23 11:06:19 GMT 2024

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

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

Back to the top