2009/4/21 Markus Zywitza <[email protected]>: > Please open an issue at donjon with a small example or better, a failing > test case. > Anyway, you should reconsider your session management approach. As soon as > there is an exception (validation error for example), the session held by > the scope is useless. A single session for the whole app is therefore an > invitation to disaster.
This isn't an issue for most applications -- in the case of an exception from the database layer, I think most applications will simply log the exception and exit. It does make concurrency support very difficult, but if that's not a requirement for your application, why bother? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
