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 267525 - Exception: Unable to add Metro Library
Summary: Exception: Unable to add Metro Library
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-10 14:28 UTC by pcardoe
Modified: 2016-08-10 14:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199043


Attachments
stacktrace (1.67 KB, text/plain)
2016-08-10 14:28 UTC, pcardoe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pcardoe 2016-08-10 14:28:51 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
GUEST: When i created a jax-ws webservice, netbeans asked to add the library metro but fail. The webservice dont work.

GUEST: Generating new WebService using wizard

GUEST: I was creating a new web service

pcardoe: Add new webservice

GUEST: ??

GUEST: Unable to add Metro Library




Stacktrace: 
java.lang.Exception: Unable to add Metro Library
   at org.netbeans.modules.web.project.jaxws.WebProjectJAXWSSupport.addJaxwsArtifacts(WebProjectJAXWSSupport.java:375)
   at org.netbeans.modules.websvc.jaxws.spi.ProjectJAXWSSupport.addService(ProjectJAXWSSupport.java:164)
   at org.netbeans.modules.web.project.jaxws.WebProjectJAXWSSupport.addService(WebProjectJAXWSSupport.java:603)
   at org.netbeans.modules.websvc.jaxws.api.JAXWSSupport.addService(JAXWSSupport.java:120)
   at org.netbeans.modules.websvc.core.jaxws.projects.ProjectWebServiceNotifier.serviceAdded(ProjectWebServiceNotifier.java:86)
   at org.netbeans.modules.websvc.jaxwsmodel.project.WebJaxWsOpenHook$1.serviceAdded(WebJaxWsOpenHook.java:100)
Comment 1 pcardoe 2016-08-10 14:28:53 UTC
Created attachment 161624 [details]
stacktrace