Re: T5 SSOs and Hibernate

2009-07-14 Thread Norman Franke
On Jul 13, 2009, at 9:17 PM, Thiago H. de Paula Figueiredo wrote: Em Mon, 13 Jul 2009 20:04:12 -0300, Norman Franke escreveu: I have a Session State Object that will hold some cached values from a database. I was hoping I could just inject Hibernate's Session into the SSO and use that, bu

Re: T5 SSOs and Hibernate

2009-07-13 Thread Thiago H. de Paula Figueiredo
Em Mon, 13 Jul 2009 20:04:12 -0300, Norman Franke escreveu: I have a Session State Object that will hold some cached values from a database. I was hoping I could just inject Hibernate's Session into the SSO and use that, but it doesn't appear to work. An SSO is not a service, mixin nor comp

T5 SSOs and Hibernate

2009-07-13 Thread Norman Franke
I have a Session State Object that will hold some cached values from a database. I was hoping I could just inject Hibernate's Session into the SSO and use that, but it doesn't appear to work. I realize that SSOs are per-session and the Session is per thread. However, it seems the IoC should