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 173428 - Incorrect error badges in project with Web services client
Summary: Incorrect error badges in project with Web services client
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 172952
Blocks:
  Show dependency tree
 
Reported: 2009-09-30 21:46 UTC by Petr Jiricka
Modified: 2009-10-15 10:22 UTC (History)
2 users (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 Petr Jiricka 2009-09-30 21:46:29 UTC
1. Create a new Java SE project
2. Create a new web service client in this project, e.g. using this WSDL file:
http://www.webservicex.com/CurrencyConvertor.asmx?wsdl

See that node Generated Sources (in particular file CurrencyConvertor.java) contains false error checks; in reality it
compiles fine.

This is related to issue 172952.
Comment 1 Milan Kuchtiak 2009-10-01 09:28:47 UTC
How can I tell the project that endorsed directories should be accepted ?

I noticed, even when I specify -Djava.endorsed.dirs compiler option the error badges don't disappear.
See the issue 173461.
Comment 2 David Konecny 2009-10-06 04:06:17 UTC
Issue 172952 will give you an API to do that.
Comment 3 Quality Engineering 2009-10-14 10:54:00 UTC
Integrated into 'main-golden', will be available in build *200910140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/78fe10751a06
User: mkuchtiak@netbeans.org
Log: #173428: generate JAX-WS endorsed directory for J2SE Project
Comment 4 Milan Kuchtiak 2009-10-14 16:20:43 UTC
Fixed.

See details:a32768772c9d
http://hg.netbeans.org/main/rev/a32768772c9d
Comment 5 Quality Engineering 2009-10-15 10:22:03 UTC
Integrated into 'main-golden', will be available in build *200910150201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a32768772c9d
User: mkuchtiak@netbeans.org
Log: #173427,#173428: fixed problem with endorsed directories