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

Summary: Exception: Unable to add Metro Library
Product: javaee Reporter: pcardoe <pcardoe>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199043
Attachments: stacktrace

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