Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » extendedFrameworkExports doesn't report unresolved dependencies
extendedFrameworkExports doesn't report unresolved dependencies [message #108274] Wed, 16 April 2008 13:48
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi all,

I'm using equinox in a servlet container as described in [1] with a RAP
application. My third party libs are lying outside equinox and all
needed packages are passed to my bundles using the
"extendedFrameworkExport" functionality of the ServletBridge.

I noticed, that if one specified depencency to a
extendedFrameworkExport-package could not be resolved (due to a missing
lib), most plug-ins don't start. The error message however points to a
missing "javax.servlet" dependency. This error message is very confusing
as the real missing package name is not displayed.

It seems as if there's one invalid package within the
extendedFrameworkExport section, NO package at all is exported (even not
the Servlet API). Can someone confirm this? Couldn't this be improved by
writing a clear error message somewhere?

Regards,
Stefan.


[1] http://www.eclipse.org/equinox/server/http_in_container.php
Previous Topic:How to use BundleWatcher to listen to bundle state change globally
Next Topic:Axis2 in Equinox
Goto Forum:
  


Current Time: Fri Apr 19 08:01:49 GMT 2024

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

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

Back to the top