-
```
There are lots of standards and frameworks which define their own custom
injection points.
Here's a few off the top of my head; I'm sure there's many more out there...
JSR 250 & EJB3 defines @R…
-
Use this issue to track down the discusson on MP umbrella release TCK compliance.
For compliance, we need to mandate all of the included TCKs should pass.
MicroProfile Config 2.0
Mi…
-
```
See integration test SoaphttpToSoaphttpUsingJavaIntegrationTest.test_ok() in
the generator tests.
If a second http-connector is defined in the common-xml file this test will
fail with a classic…
-
18857ba42fb853efe3fcdc1c6b6960e82ea7a504 changed jaxrs client to call
` return jsseHelper.getSSLContext(null, null, null);`
if no sslAlias is explicitly set. It does not hono…
-
```
When I run your example code in Download section, I got an error.
The error message is:
javax.xml.ws.WebServiceException: Failed to access the WSDL at:
file:/C:/Users/vkorecky/Prace/Projekty/GI…
-
```
When I run your example code in Download section, I got an error.
The error message is:
javax.xml.ws.WebServiceException: Failed to access the WSDL at:
file:/C:/Users/vkorecky/Prace/Projekty/GI…
-
```
When I run your example code in Download section, I got an error.
The error message is:
javax.xml.ws.WebServiceException: Failed to access the WSDL at:
file:/C:/Users/vkorecky/Prace/Projekty/GI…
-
```
When I run your example code in Download section, I got an error.
The error message is:
javax.xml.ws.WebServiceException: Failed to access the WSDL at:
file:/C:/Users/vkorecky/Prace/Projekty/GI…
-
Hi,
I'm not sure if this is a bug or I configured something wrong ?
I use jersey in an osgi (karaf 4.2.9) environment with java 8.
I updated jersey from 2.30.1 to 2.31 and jackson from 2.11.…
-
I can not use a jar containing a Meta-inf/sun-jaxb.episode with wsimport ant task :
1/ if I do (ant script) :
it generates this :
wsimport -d classes -g -s gen\java myService.wsdl episodejar.jar
…