metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

metro-jax-ws

Results 120 metro-jax-ws issues
Sort by recently updated
recently updated
newest added

One can add -httpproxy:: but not -nonproxyhosts:localhost|*.company.com. The only alternative is not to use wsimport but construct the classpath manually, pass to java and add -Dhttp.nonProxyHosts=".... This is simply painful....

Priority: Major
Component: wsimport
Type: Bug

I have some JAXB custom plugins in use in my JAX-WS bindings file. Namely JAXB2 Commons Inheritance plugin. After successful wsimport config, nothing happens, Java files aren't modified. It seems...

Component: wsimport
Type: Bug
Priority: Critical

Hi, this post describes the request quite well: [https://java.net/projects/metro/lists/users/archive/2009-07/message/408](https://java.net/projects/metro/lists/users/archive/2009-07/message/408) (To make sure this ticket won't depend on a page that may be gone anytime, let me briefly quote it here:...

Priority: Major
Type: New Feature

Why are these 2 extensions added as default in WSDLGenerator? 1) com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension --> this can be disabled if you have no AddressingFeature enabled 2) com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension --> this one always triggers...

Priority: Major
Type: Improvement

Consider this snippet: ``` ``` But the created signature is this: ``` @WebMethod(operationName = "CreateProject", action = "urn:.../CreateProject") @WebResult(name = "CreatedProject", targetNamespace = "urn:...", partName = "respone") public String createProject(...

Priority: Major
Type: Improvement
Component: wsimport

On com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(T), an invocation to containers.get on thread local variable is done but there is no invocation to the remove method to detach the thread local variable from the current...

Priority: Major
Component: runtime
Type: Bug

Most tools like javadoc or mvn provide a quiet option which shuts everything but WARN and ERROR. wsimport shuts everything. If changing the current option quiet is not possible, please...

Priority: Major
Type: Improvement
Component: wsimport

When a web service call fails due to a timeout, a WebServiceException is thrown with SocketTimeoutException cause. It is not possible to distinguish between a read timeout and a write...

Priority: Major
Component: runtime
Type: Improvement
exception
exceptionhandling
exceptions-handling

Currently there's no documented way of controlling the timeout on a WSDL download phase. We've seen calls hanging for up to several minutes in the WSDL download phase. The 'problem'...

Priority: Major
Type: Improvement

EndpointFactory create method crashes with a nullpointer exception when passing a null binding. Looks like it was updated some time after version 2.2.1 which doesn't contain this issue. The create...

Component: runtime
Type: Bug
Priority: Blocker