-
According to the following Javadoc when the default ValidationEventHandler is in
use unmarshalling should terminate on the first Error or fatal error.
[http://java.sun.com/javaee/5/docs/api/javax/xml…
-
There are certain flows during unmarshalling when clearResult() is called (see [UnmarshallerImpl#unmarshal0(XMLStreamReader, JaxBeanInfo)](http://grepcode.com/file/repo1.maven.org/maven2/com.sun.xml.b…
-
```
What steps will reproduce the problem?
1. Create a user without profile picture and one photo album
2. Get the albums list with a JAXB client:
PhotosGetAlbumsResponse
r=jaxbClient.photos_getAlb…
-
```
What steps will reproduce the problem?
1. Create a user without profile picture and one photo album
2. Get the albums list with a JAXB client:
PhotosGetAlbumsResponse
r=jaxbClient.photos_getAlb…
-
```
What steps will reproduce the problem?
1. Create a user without profile picture and one photo album
2. Get the albums list with a JAXB client:
PhotosGetAlbumsResponse
r=jaxbClient.photos_getAlb…
-
Send a SOAP request with Attachement(MTOM) that contains an invalid href.
--> NullPointerException: com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleEvent(UnmarshallerImpl.java:534).
…
-
**Describe the bug**
I have a malformed UUID, which I re-map like so:
`record MyClass(@JsonbProperty("sys_id") @JsonbTypeDeserializer(SysIdDeserializer.class) UUID sysId) {}`
It will just b…
-
Registering an XmlAdapter with the Unmarshaller and marking the bean field with an @XmlJavaTypeAdapter annotation results in the error message:
...is not applicable to the field type boolean.
Here's…
-
see:
[http://forums.java.net/jive/thread.jspa?threadID=25977&tstart=180](http://forums.java.net/jive/thread.jspa?threadID=25977&tstart=180)
It would be very useful, if dynamic class resolving is ext…
-
disableXmlSecurity doesn't work properly when Security Manager enabled:
javax.xml.parsers.ParserConfigurationException: FEATURE_SECURE_PROCESSING:
Cannot set the feature to false when security manage…