-
This design issue is related to a regression where product code was changed from using a `try-catch` block to a `try-with-resources` block and FFDCIgnore no longer ignored the specified exception.
…
-
Are there any plans to keep this project active?
Now the TCKs for the JAX-RS are available and we can certify the implementation ourselves.
So as this project already implements a large portion of…
-
```
What steps will reproduce the problem?
binding = [WSEndpointImplementationServiceSvc
WSEndpointImplementationPortBinding];
WSEndpointImplementationPortBinding_setDepartmentForRic *request = […
-
```
What steps will reproduce the problem?
binding = [WSEndpointImplementationServiceSvc
WSEndpointImplementationPortBinding];
WSEndpointImplementationPortBinding_setDepartmentForRic *request = […
-
Are there any plans to upgrade the dependencies to jettison?
I am currently using jaxws-json-1.2 which depends on jettison-1.0-beta-1, due to:
* [http://jira.codehaus.org/browse/JETTISON-22](http:…
-
Make virtualbox module working against VirtualBox 4
-
when building a mavenproject with parallel builds (-P 4) and the jaxws-maven-plugin I get the following WARNING:
[WARNING] *****************************************************************
[WARNING] …
-
quiet and xdebug should be deprecated/removed and only verbose should be used, for wsimport invocation following should apply:
verbose = true => silent = false & xdebug = true
verbose = false => sile…
-
List files = new ArrayList();
528 @SuppressWarnings("unchecked")
529 Set dependencyArtifacts = project.getDependencyArtifacts();
530 List urlCpath = new ArrayList(dependencyArtifacts.size());
531 for …
-
org.jvnet.jaxb2.maven2:maven-jaxb2-plugin has really some cool features. Using mutiple catalogs, looking in maven dependencies for episodes and catalogs, etc.
I have episodal compilations for my proj…