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
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
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