-
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 …
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#removed-apis-2):
> RPC-style remoting that has been officially and/or eff…
-
### 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
6 months ago
-
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 …
-
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…
-
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://…
-
**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…
-
Team,
Very similar to https://github.com/jakartaee/jax-ws-api/issues/90
I am getting `class com.sun.xml.ws.spi.ProviderImpl cannot be cast to class jakarta.xml.ws.spi.Provider`
I am using
J…
-
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.
-
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…