T5 -IOC and hibernate Module UPDATE

2007-06-19 Thread David Avenante
Ok i'm a stupid guys ... i need to Read The Fucking Documentation before ask question ;) So a simple configuration for hibernate is : public static void contributeHibernateSessionSource(Configuration configuration) { configuration.add("com.my.domain"); } public SessionFactory buil

T5 -IOC and hibernate Module

2007-06-19 Thread David Avenante
Hi, The Hibernate module configuration seem to be out of date ! The @Contribute annotation seems to be depecated (removed !). I try to configure my IoC container for integrate Hibernate support with session-per-request strategy with the help of module. So i try this approach : public static vo