-
While working on a new FAT for OpenLiberty, I saw the following error in logs (the app was just enabling the javaee-8.0 feature and not even using JAX-WS):
```
[8/27/18 16:08:00:823 CDT] 00000072 …
-
Hi,
I am upgrading a project from Grails 2.x to Grails 3.x. In Grails 2 project, there are few endpoints with value `expose = EndpointType.JAX_WS_WSDL`
Sample code is
`@GrailsCxfEndpoint(ad…
-
The runtime does not use charset from the Content-Type to:
– write to the output stream
– read from the input stream
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[JAXWS …
-
### Description
The next version of JAX-RS will likely be incompatible with the current instrumentation.
Our tests failed against a milestone build:
```
Execution failed for task ':instrumenta…
meiao updated
7 months ago
-
-
As of version 1.7 of jaxws-spring, the file META-INF/spring.handlers is missing
entries for the namespaces [http://jax-ws.dev.java.net/spring/core](http://jax-ws.dev.java.net/spring/core) and
[http://…
-
Has the following problem been solved which I copy from [Jax-ws client requires WSDL file at runtime ?](http://metro.1045641.n5.nabble.com/Jax-ws-client-requires-WSDL-file-at-runtime-td1061628.html) a…
-
**Is your feature request related to a problem? Please describe.**
CXF supports OpenTracing on JAX-WS clients (http://cxf.apache.org/docs/using-opentracing.html#UsingOpenTracing-DistributedTracingwit…
-
If you attempt to create and use a JAX-WS web service client from an unsigned
applet, the following exception will occur.
java.lang.ExceptionInInitializerError
at com.sun.xml.internal.ws.util.xml.Xml…
-
Currently as documented in [https://jax-ws-commons.java.net/spring/](https://jax-ws-commons.java.net/spring/) only XML configuration is supported. Please add support for Java configuration.