djencks     2004/12/22 03:29:54

  Modified:    modules/assembly/src/plan j2ee-server-plan.xml
                        security-plan.xml
  Log:

  slight update of role auto-mapping to deploy time, but it doesn't work at the 
moment
  
  Revision  Changes    Path
  1.46      +0 -1      openejb/modules/assembly/src/plan/j2ee-server-plan.xml
  
  Index: j2ee-server-plan.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/assembly/src/plan/j2ee-server-plan.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- j2ee-server-plan.xml      22 Dec 2004 05:42:38 -0000      1.45
  +++ j2ee-server-plan.xml      22 Dec 2004 08:29:54 -0000      1.46
  @@ -204,7 +204,6 @@
   
       <gbean name="geronimo.security:type=SecurityService" 
class="org.apache.geronimo.security.SecurityServiceImpl">
           <attribute name="policyConfigurationFactory" 
type="java.lang.String">org.apache.geronimo.security.jacc.GeronimoPolicyConfigurationFactory</attribute>
  -        <reference 
name="Mappers">geronimo.security:type=SecurityRealm,*</reference>
       </gbean>
   
       <gbean name="geronimo.security:type=JaasLoginService" 
class="org.apache.geronimo.security.jaas.JaasLoginService">
  
  
  
  1.5       +2 -2      openejb/modules/assembly/src/plan/security-plan.xml
  
  Index: security-plan.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/assembly/src/plan/security-plan.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- security-plan.xml 23 Nov 2004 02:09:03 -0000      1.4
  +++ security-plan.xml 22 Dec 2004 08:29:54 -0000      1.5
  @@ -58,7 +58,7 @@
           <attribute name="loginDomainName" 
type="java.lang.String">public-properties-realm</attribute>
       </gbean>
   
  -    <gbean 
name="geronimo.security:type=SecurityRealm,realm=public-properties-realm"
  +    <gbean 
name="geronimo.security:type=SecurityRealm,name=public-properties-realm"
              class="org.apache.geronimo.security.realm.GenericSecurityRealm">
           <attribute name="realmName" 
type="java.lang.String">public-properties-realm</attribute>
           <attribute name="loginModuleConfiguration" 
type="java.util.Properties">
  @@ -86,7 +86,7 @@
           <attribute name="loginDomainName" 
type="java.lang.String">black-properties-realm</attribute>
       </gbean>
   
  -    <gbean 
name="geronimo.security:type=SecurityRealm,realm=black-properties-realm"
  +    <gbean 
name="geronimo.security:type=SecurityRealm,name=black-properties-realm"
              class="org.apache.geronimo.security.realm.GenericSecurityRealm">
           <attribute name="realmName" 
type="java.lang.String">black-properties-realm</attribute>
           <attribute name="loginModuleConfiguration" 
type="java.util.Properties">
  
  
  

Reply via email to