JaxbCommandResponse<?>
responseObj = response.getResponses().get(0);
assertFalse( "Command did not complete successfully", responseObj instanceof JaxbExceptionResponse );
// run cmd (no deploymentId set on JaxbConmandsRequest object
cmdsRequest = new JaxbCommandsRequest(new ClearHistoryLogsCommand());
cmdsRequest.setVersion(ServicesVersion.VERSION);
response = this.jmsProcessJaxbCommandsRequest(cmdsRequest);
// check result
assertEquals( "Number of response objects", 0, response.getResponses().size() );