-
This issue is same as JAXB-602 which has been closed , and the fix for the same has been backed out in later releases
FYI.,
https://github.com/javaee/jaxb-v2/issues/602 with a patch as below in Ru…
-
Binder binder = myContext.createBinder();
binder.unmarshal( doc ); // org.w3c.dom.Document
Usually (ie for most input dom documents using this method) this works fine.
But for some dom docs, it thro…
-
```
What steps will reproduce the problem?
1. In Files that do not contain a sampleLIst the call
unmarshaller.unmarshalFromXpath("/sampleList", SampleList.class) throws an
error.
What is the expect…
-
There's a slight difference in Scale object in `autoscaling/v1` version where the `selector` field is a string instead of an object.
This results in `ValidationRejection` when you attempt to do any o…
-
Binder binder = myContext.createBinder();
binder.unmarshal( doc ); // org.w3c.dom.Document
Usually (ie for most input dom documents using this method) this works fine.
But for some dom docs, it thro…
-
Hi, I'm experimenting with using this repository alongside the FIX standard orchestration files in the [orchestrations](https://github.com/FIXTradingCommunity/orchestrations/tree/master/FIX%20Standard…
-
```
What steps will reproduce the problem?
1. In Files that do not contain a sampleLIst the call
unmarshaller.unmarshalFromXpath("/sampleList", SampleList.class) throws an
error.
What is the expect…
-
```
Hi,
just tried to use XML as data transfer format instead of JSON, but got a
MissingMethodException.
What steps will reproduce the problem?
1. set request.contentType(ContentType.XML);
2. set r…
-
```
What steps will reproduce the problem?
1. I had created client files for wsdl using xpc command
2. then i converted in to jar then i wrote a generic client program
3. i ma getting the below error …
-
```
What steps will reproduce the problem?
1. I had created client files for wsdl using xpc command
2. then i converted in to jar then i wrote a generic client program
3. i ma getting the below error …