[jboss-cvs] JBossAS SVN: r87960 - branches/Branch_5_x/testsuite/src/resources/xml/loginconfig.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 28 14:32:53 EDT 2009


Author: anil.saldhana at jboss.com
Date: 2009-04-28 14:32:53 -0400 (Tue, 28 Apr 2009)
New Revision: 87960

Modified:
   branches/Branch_5_x/testsuite/src/resources/xml/loginconfig/jaspi-config.xml
Log:
JBAS-6836: fix the ns

Modified: branches/Branch_5_x/testsuite/src/resources/xml/loginconfig/jaspi-config.xml
===================================================================
--- branches/Branch_5_x/testsuite/src/resources/xml/loginconfig/jaspi-config.xml	2009-04-28 18:02:47 UTC (rev 87959)
+++ branches/Branch_5_x/testsuite/src/resources/xml/loginconfig/jaspi-config.xml	2009-04-28 18:32:53 UTC (rev 87960)
@@ -2,8 +2,8 @@
 <!-- $Id$ -->
 
 <jbsx:policy
-   xsi:schemaLocation="urn:jboss:security-config security-config_5_0.xsd"
-   xmlns:jbsx="urn:jboss:security-config"
+   xsi:schemaLocation="urn:jboss:security-config:5.0 security-config_5_0.xsd"
+   xmlns:jbsx="urn:jboss:security-config:5.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    >
    <jbsx:application-policy name="conf1">




More information about the jboss-cvs-commits mailing list