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 251746

Summary: Unbale to deploy a Java WS application, (proviosusly it was deployable from Netbeans 8.0)
Product: webservices Reporter: sorin.surdu
Component: WSITAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal CC: jstola, tmysik
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 8 x64   
Issue Type: DEFECT Exception Reporter:

Description sorin.surdu 2015-04-09 18:44:08 UTC
Unbale to deploy a Java WS application, (previosusly it was deployable from Netbeans 8.0)

Glassfish 4.1 log: 

SEVERE:   WSSERVLET11: failed to parse runtime descriptor: java.lang.RuntimeException: MASM0015: Class [ com.sun.xml.ws.tx.runtime.TxTubeFactory ] does not implement [ com.sun.xml.ws.assembler.dev.TubeFactory ] interface
java.lang.RuntimeException: MASM0015: Class [ com.sun.xml.ws.tx.runtime.TxTubeFactory ] does not implement [ com.sun.xml.ws.assembler.dev.TubeFactory ] interface
	at com.sun.xml.ws.assembler.TubeCreator.<init>(TubeCreator.java:78)
	at com.sun.xml.ws.assembler.TubelineAssemblyController.initializeTubeCreators(TubelineAssemblyController.java:131)
	at com.sun.xml.ws.assembler.TubelineAssemblyController.getTubeCreators(TubelineAssemblyController.java:123)
	at com.sun.xml.ws.assembler.MetroTubelineAssembler.createServer(MetroTubelineAssembler.java:173)
	at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:193)
	at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:337)
......
Comment 1 Tomas Mysik 2015-05-28 10:18:58 UTC
Honzo, is this issue about web services? Don't you know, please?

Thanks.
Comment 2 Jan Stola 2015-05-28 12:31:40 UTC
(In reply to Tomas Mysik from comment #1)
> Honzo, is this issue about web services? Don't you know, please?

It seems so. This issue: https://java.net/jira/browse/WSIT-1636 seems related.