[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Shane Bryzak
Shane_Bryzak at symantec.com
Wed Feb 7 21:53:16 EST 2007
User: sbryzak2
Date: 07/02/07 21:53:16
Modified: doc/reference/en/modules security.xml
Log:
added namespaces to components.xml config example
Revision Changes Path
1.23 +11 -0 jboss-seam/doc/reference/en/modules/security.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: security.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- security.xml 5 Feb 2007 06:03:46 -0000 1.22
+++ security.xml 8 Feb 2007 02:53:15 -0000 1.23
@@ -83,7 +83,18 @@
<programlisting>
<![CDATA[
+<components xmlns="http://jboss.com/products/seam/components"
+ xmlns:core="http://jboss.com/products/seam/core"
+ xmlns:security="http://jboss.com/products/seam/security"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation=
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd">
+
<security:identity authenticate-method="#{authenticator.authenticate}"/>
+
+</components>
]]>
</programlisting>
More information about the jboss-cvs-commits
mailing list