This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189100 - BundleActivator does not see content of system file system
Summary: BundleActivator does not see content of system file system
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 6.x
Hardware: Other Linux
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-30 19:04 UTC by Jaroslav Tulach
Modified: 2010-08-01 07:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2010-07-30 19:04:25 UTC
Netigso calls BundleActivator.start() sooner before it initializes the content of system file system. This causes problems especially when a bundle wants to call into some API provided by regular NetBeans module which assumes using layers is OK.

For example when bundle access WindowSystem APIs.
Comment 1 Jaroslav Tulach 2010-07-30 19:07:47 UTC
core-main#49e9c7049af0
Comment 2 Quality Engineering 2010-08-01 07:55:56 UTC
Integrated into 'main-golden', will be available in build *201008010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/49e9c7049af0
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #189100: Call NbInstaller.load sooner than OSGi Framework.start()