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 241456 - CalculatorClientApp sample fails to run
Summary: CalculatorClientApp sample fails to run
Status: VERIFIED DUPLICATE of bug 243086
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 17:04 UTC by Jiri Skrivanek
Modified: 2014-05-26 09:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Run log. (6.20 KB, text/plain)
2014-02-05 17:04 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-02-05 17:04:33 UTC
Created attachment 144844 [details]
Run log.

It is not possible to run CalculatorClientApp sample. To reproduce:

- register GlassFish 4 in IDE
- open new project wizard
- choose "Samples|Web Services|Calculator" and click Next
- finish the wizard
- run CalculatorApp to deploy web service
- try to run CalculatorClientApp but it fails with message (see attachment for details):

[WARNING] schema_reference: Failed to read schema document 'CalculatorWSService.xsd_1.xsd', because 'file' access is not allowed due to restriction set by the accessExternalSchema property. 
  line 4 of file:/D:/Development/builds/nbUserdir-20140205100319/Calculator/CalculatorClientApp/src/conf/xml-resources/web-service-references/CalculatorWSService/wsdl/CalculatorWSService.wsdl#types?schema1

Product Version: NetBeans IDE Dev (Build 201402050001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b67
Runtime: Java(TM) SE Runtime Environment 1.8.0-b126
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Kenneth Ganfield 2014-04-02 12:38:52 UTC
regression
Comment 2 Kenneth Ganfield 2014-04-02 12:39:47 UTC
Product Version: NetBeans IDE 8.0 (Build 201403052200)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Mac OS X version 10.8.5 running on x86_64; UTF-8; en_US (nb)
Comment 3 Milan Kuchtiak 2014-05-23 07:40:46 UTC
The same as issue 243086.
See the workaround;
http://wiki.netbeans.org/FaqWSDLExternalSchema

*** This bug has been marked as a duplicate of bug 243086 ***