if (request.getVersion().startsWith("2") && e.getCause() instanceof FeatureLockException
&& request.getLockId() == null) {
exception = new WFSTransactionException(e.getMessage(), e, "MissingParameterValue");
}
result.addAction(e.getCode() != null ? e.getCode() : "InvalidParameterValue",
e.getLocator(), e.getMessage());
}
// commit
boolean committed = false;