when using tapestry-hibernate you can contribute your own HibernateConfigurer which has access to the Hibernate Configuration. then you can add an EventListener, build by Tapestry IOC, to the configuration.
i guess you'll have to do it akin. or (not a clean solution) you set the tapestry ioc registry into a public static field somewhere. so you can access it from your listener. g, kris Von: Everton Agner <[email protected]> An: Tapestry users <[email protected]> Datum: 06.04.2010 14:29 Betreff: Res: [T5.1] Can I manually use the IoC container to obtain Objects? Anything? ________________________________ De: Everton Agner <[email protected]> Para: Tapestry Users <[email protected]> Enviadas: Segunda-feira, 5 de Abril de 2010 15:42:55 Assunto: [T5.1] Can I manually use the IoC container to obtain Objects? Hi, As I've said before, I'm integration Envers in my T5.1 Application, and everything seems clear except for : How can I obtain the Request object by the IoC if the Enver's RevisionListener class is not controlled by the IoC? (it's a Singleton per EntityManagerFactory object as far as I've read) So... can I manually use the IoC container to obtain Objects? I guess T5.1 will not understand some @Inject annotations in a not-T5.1-IoC-controlled-Class. If not, how can I add my RevisionListener Class to the T5.1 IoC control? Thanks - Everton ____________________________________________________________________________________ Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com ____________________________________________________________________________________ Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com
