[seam-commits] Seam SVN: r8698 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Aug 15 06:19:27 EDT 2008
Author: christian.bauer at jboss.com
Date: 2008-08-15 06:19:27 -0400 (Fri, 15 Aug 2008)
New Revision: 8698
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
Document @Startup requirement for custom Identity component
Modified: trunk/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Security.xml 2008-08-15 09:55:49 UTC (rev 8697)
+++ trunk/doc/Seam_Reference_Guide/en-US/Security.xml 2008-08-15 10:19:27 UTC (rev 8698)
@@ -4929,6 +4929,11 @@
}
}]]></programlisting>
+ <para>
+ Note that an <literal>Identity</literal> component must be marked <literal>@Startup</literal>, so
+ that it is available immediately after the <literal>SESSION</literal> context begins.
+ </para>
+
</sect1>
More information about the seam-commits
mailing list