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 - Unbale to deploy a Java WS application, (proviosusly it was deployable from Netbeans 8.0)
Summary: Unbale to deploy a Java WS application, (proviosusly it was deployable from N...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 18:44 UTC by sorin.surdu
Modified: 2015-05-28 12:31 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 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.