-
```
What steps will reproduce the problem?
1. Create multiple Unmarshallers (one per thread) from the same StreamFactory
2. Unmarshall records with a date in each of the threads
What is the expected …
-
``` scala
implicit val AssetUploadAndMetadataUnmarshaller = Unmarshaller[AssetUploadAndMetadata](ContentTypeRange(MediaRanges.`multipart/*`)){
* case(HttpEntity.NonEmpty(contentType, data)) => "aaar…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
```
What steps will reproduce the problem?
1. Create multiple Unmarshallers (one per thread) from the same StreamFactory
2. Unmarshall records with a date in each of the threads
What is the expected …
-
In my XML schema, many online XSD files have been imported in. When I tried to make the validation of an XML against XSD file with the following code:
```
URL url = MachineXMLServiceImpl.class.…
-
Our reliance on the standard library's JSON marshaller/unmarshaller is unnecessary (and expensive) as we have all the type information available during code generation. Consider the below benchmarks.…
-
```
What steps will reproduce the problem?
1. Create multiple Unmarshallers (one per thread) from the same StreamFactory
2. Unmarshall records with a date in each of the threads
What is the expected …
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…