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 256535 - No ProjectInformationProvider found in global lookup : migrating from 8.02 to 8.1
Summary: No ProjectInformationProvider found in global lookup : migrating from 8.02 to...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-12 06:16 UTC by kuz
Modified: 2015-11-12 06:16 UTC (History)
0 users

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 kuz 2015-11-12 06:16:01 UTC
Problem occurs when changing the version from RELEASE802 to RELEASE81 of the following dependency. Note that all other dependencies of all the modules are updated to RELEASE81.

<dependency>
    <groupId>org.netbeans.api</groupId>
    <artifactId>org-netbeans-modules-projectapi</artifactId>     
</dependency>


java.lang.IllegalStateException: No ProjectInformationProvider found in global Lookup.
	at org.netbeans.api.project.ProjectUtils.getInformation(ProjectUtils.java:94)
	at org.netbeans.modules.plsql.filetype.cache.PlsqlFileLocatorServiceImpl.getProjectName(PlsqlFileLocatorServiceImpl.java:183)
	at org.netbeans.modules.plsql.filetype.cache.PlsqlFileLocatorServiceImpl.getPlsqlType(PlsqlFileLocatorServiceImpl.java:190)