djencks     2005/09/28 18:14:24

  Modified:    modules/itests/src/plan security-plan.xml
  Log:

  GERONIMO-1027, GERONIMO-957.  Version our schemas, and provide specific jetty 
and tomcat schemas.  Schema processing cleanup.  A couple other minor fixes
  
  Revision  Changes    Path
  1.3       +3 -3      openejb/modules/itests/src/plan/security-plan.xml
  
  Index: security-plan.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/itests/src/plan/security-plan.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- security-plan.xml 4 Sep 2005 16:20:51 -0000       1.2
  +++ security-plan.xml 28 Sep 2005 22:14:24 -0000      1.3
  @@ -21,7 +21,7 @@
   Configuration for the CORBA server.
   -->
   <configuration
  -    xmlns="http://geronimo.apache.org/xml/ns/deployment";
  +    xmlns="http://geronimo.apache.org/xml/ns/deployment-1.0";
       configId="org/openejb/Security"
       parentId="org/apache/geronimo/DefaultDatabase"
       >
  @@ -46,7 +46,7 @@
           <reference 
name="ServerInfo"><module>org/apache/geronimo/System</module><name>ServerInfo</name></reference>
           <reference 
name="LoginService"><module>org/apache/geronimo/Server</module><name>JaasLoginService</name></reference>
           <xml-reference name="LoginModuleConfiguration">
  -            <lc:login-config 
xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig";>
  +            <lc:login-config 
xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig-1.0";>
                   <lc:login-module control-flag="REQUIRED" server-side="true">
                       <lc:login-domain-name>public-login</lc:login-domain-name>
                       
<lc:login-module-class>org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule</lc:login-module-class>
  @@ -82,7 +82,7 @@
           <reference 
name="ServerInfo"><module>org/apache/geronimo/System</module><name>ServerInfo</name></reference>
           <reference 
name="LoginService"><module>org/apache/geronimo/Server</module><name>JaasLoginService</name></reference>
           <xml-reference name="LoginModuleConfiguration">
  -            <lc:login-config 
xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig";>
  +            <lc:login-config 
xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig-1.0";>
                   <lc:login-module-ref control-flag="REQUIRED">
                       <lc:name>black-login</lc:name>
                   </lc:login-module-ref>
  
  
  

Reply via email to