I bet this is mentioned somewhere, but you have to use field injection with multiple persistence contexts - it's a limitation of tapestry-jpa.
Kalle On Tue, Jun 4, 2013 at 1:44 AM, John <j...@quivinco.com> wrote: > The following is invalid, how to do it properly please? The docs assume > field level injection and don't discus contructor based dependency. > > John > > public AuditingDAO(@PersistenceContext(unitName = "DBUnit") EntityManager > entityManager) { > > ... >