You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lance Java <la...@googlemail.com> on 2014/05/01 09:59:31 UTC

RE: @CommitAfter for GenericDao

For the record, I agree with what Tony has said. It's usually better to
@CommitAfter on a page action or on a service rather than a low level DAO.

That being said, I think your problem is annotating the interface instead
of the concrete class. Prior to recent 5.4 builds, annotations were not
copied from interface to service. Thiago has fixed this recently and if you
upgrade to 5.4 beta you can annotate the interface.