On 14. Apr 2006 - 14:29:09, Andreas Bulling wrote:
| Perhaps I just don't understand the problem or I don't know
| enough about the session issues but for me it seems to work
| without any problems: I've just put the hivetranse jars in,
| defined service points for every DAO and the Session in
| hivemodule.xml and then I can CRUD my domain objects inside
| the DAOs with autowired session...

Just to add:
The only problem I have at the moment is that if the user session
gets invalidated due to a timeout for example and the user
logs in again I get an exception on the previously visited
page because my custom ICallback doesn't work with pages
where for example a database record needs to be read
before displaying the page.

Does someone know how to fix this? Storing the record id
in the visit object (I'm not using ASOs so far, perhaps I
should instead of the "old" visit object) should work
but is that the best-practice solution?

Thanks,
  Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to