On Wed, Apr 22, 2009 at 6:29 AM, Pete Muir
<pmuir@redhat.com> wrote:
On 22 Apr 2009, at 10:16, Shane Bryzak wrote:
SeamLoginModule for example.
You need to access identity from here I think? Making this kind of association is harder using shared classloading, and you have to investigate each case individually - normally the best way to do it is to pass it using some context. In this case, I think you could probably use Configuration for this purpose. Anyway, point is, you can't safely use statics for wiring in modules anymore.
Amen. That's what made testing the internals of Seam so tricky.