Removed updateEntityProperties's transactionality
entity.put() is already transactional, and all other methods called
do not need transactionality (even so, it is hurtfull that they are
run within a transaction).
Patch by: Sverre Rabbelier
// Display a logging console on top of this page.
(new AH.LoggingConsole()).initConsole();
</script>