fyi, rather than have to use @Command (cause) and @Audited (effect) everywhere, it is now possible to enable these globally:
isis.services.command.actions=all|none|ignoreQueryOnly isis.services.audit.objects=all|none more info in [1] and [2]. To see what's possible, checkout the current version of the example todo app, and look at the 'Recent Changes' contribted action on the todo item class (contributed by AdminContributions, IIRC). Cheers Dan [1] http://isis.apache.org/reference/services/command-context.html [2] http://isis.apache.org/reference/services/auditing-service.html
