-
`formField` directive fails if there is too generic unmarshaller in scope, that prevents `FieldMagnet` machinery to work.
It can happen quite a lot - for example when using akka-http-json4s or other …
-
```
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 …
-
```
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…
-
```
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…
-
I had already reported this issue to Oracle, but I don't think it got attention (and maybe I was reporting it to the wrong people anyway). On the users@jaxb.java.net mailing list Iaroslav guided me he…
-
```
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 …
-
```
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 …
-
When beanio is unmarshalling some data (like a line of text), then the mapping to fields is based on string length value. However for asian countries then they have single and double byte characters t…
-
## Description
It might already be supported ... but I'm not sure.
Detect XXE when using JAXB context class.
https://stackoverflow.com/a/12978808/89769
## Code
```java
package xxe;
…