I'm using Seam and a Seam app depends upon the Seam application being
initialized before you can do much of anything in Seam.

That said Seam puts some hooks into the sessionDidActivate() and
sessionDidPassivate() events.  Because of that when I start up my app
I'm getting a Seam IllegalStateException because the
contextInitialized() event is fired after sessionDidActivate() so Seam
is not yet initialized it's Session hooks are being fired.

On a side note I noticed that sessionWillPassivate() is being before
contextDestroyed().  So it would seem that to be consistent
sessionDidActivate() should be called after contextInitialized().

Thoughts?

Should I log a bug?

Here is the related Seam issue: http://jira.jboss.com/jira/browse/JBSEAM-1681

Mike

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to