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 147168 - wrong error badges fixed by referring to library
Summary: wrong error badges fixed by referring to library
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 121950
  Show dependency tree
 
Reported: 2008-09-13 04:44 UTC by pbw
Modified: 2009-09-22 04:38 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 pbw 2008-09-13 04:44:30 UTC
I'm migrating to 6.5 from 6.1. I have a pair of projects; one a web project whose web service has been built from a
wsdl, and the other a java application with a web service client built from the first's web service wsdl.

The client must perform its own encryption and signing of an element independently of the web service, so the jars
bcprov-jdk16-139.jar, from bouncy castle, and xmlsec-1.4.2.jar, from apache xml-security, are required as libraries.

In 6.1, I add the jars directly to the Libraries in the project properties. They show as relative locations. The project
compiles, and no error badges are shown.shown with error badges.

When I open the project in 6.5 (200809121401), all references into those two jars are shown with error badges. Clearing
the userdir cache does not clear the badges. If, however, I create libraries based on copies of these files, and add the
libraries to the the project's required libraries, the error badges disappear.
Comment 1 Tomas Zezula 2008-09-25 08:43:51 UTC
Seems as some problem in project libraries in web (possibly other) projects, or as far as I remember the web project added some copy of libs properties into 
project (private) props which may be the root of the problem.
Comment 2 David Konecny 2008-10-01 04:45:26 UTC
I'm not aware of any problem in this area.

Is your project using "Libraries Folder" (item in project properties->Libraries panel)?

When you say "They show as relative locations" - you mean jars in Libraries customizer or ...?

Do you think it would be possible to attach 6.1 version of your nbproject folder content for examination? (all files zipped)

Is it reproducible on fresh new 6.1 project opened in 6.5? If yes what are the steps.

Thanks for your help.
Comment 3 Trey Spiva 2008-11-19 20:31:33 UTC
I am marking this issue as incomplete since more information was requested back in october.
Comment 4 pbw 2008-11-20 05:44:41 UTC
Sorry about that. I have been meaning to get back to it, but I think I missed your request, and I have been working
exclusively with 6.5 builds since then. I'll try to run these tests for you when I get a little time.
Comment 5 Dusan Balek 2009-08-17 14:49:57 UTC
Is the issue reproducible using the current dev build?
Comment 6 David Konecny 2009-09-22 04:38:02 UTC
.