LOGGER.log(Level.WARNING, "Error occured in pre update hook", e);
}
}
public void postUpdate(TransactionEvent event) throws WFSException {
TransactionRequest request = TransactionRequest.adapt(event.getRequest());
Map<String,Object> props = updateProperties(event);
Map context = request.getExtendedProperties();
try {
hook.handlePostUpdate(fw.read(), event.getAffectedFeatures(), props, request, context);
} catch (WFSException e) {
throw e;