After quite a long break, I’m happy to announce a new release of Envers (available on the downloads page, or via Maven). This is mainly a bugfix release, but there are also new features: possibility to audit relations from audited to non-audited entites. This feature was actually one of the…
Month: December 2009
Dependency Injection and replacing dependencies in CDI/Weld
From time to time, in a system I develop, which uses EJB3 beans as the basic “component model”, I have a need to do some operations using a new entity manager (but still in the same transaction). The problem here is that if I invoke a method on another bean,…