-
I single unmarshaller instance is used to unmarshal an invalid XML payload; which runs into an Exeception (InstantiationException).
Upon catching the exception and re-trying a valid payload, the unmar…
-
```
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 …
-
```
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…
-
```
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 have found that certain UnmarshalExceptions result in memory leaks. A reference to the unmarshalled object is held by com.sun.xml.bind.v2.runtime.unmarshaller.Scope and is never released for the lif…
-
```
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…
-
We're using the below code snippet to parse SOAP header:
private ServiceContext getDeltaContext (SOAPMessageContext context)
{ Object[] jaxbServiceContext = context.getHeaders(new QName(DFS_CONTEXT_…
-
I single unmarshaller instance is used to unmarshal an invalid XML payload; which runs into an Exeception (InstantiationException).
Upon catching the exception and re-trying a valid payload, the unmar…