maguro      2005/03/02 22:03:14

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

  Updated to reflect SecurityServiceImpl changes.
  
  Revision  Changes    Path
  1.59      +3 -1      openejb/modules/assembly/src/plan/j2ee-server-plan.xml
  
  Index: j2ee-server-plan.xml
  ===================================================================
  RCS file: 
/scm/openejb/openejb/modules/assembly/src/plan/j2ee-server-plan.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- j2ee-server-plan.xml      23 Feb 2005 18:13:27 -0000      1.58
  +++ j2ee-server-plan.xml      3 Mar 2005 03:03:14 -0000       1.59
  @@ -197,9 +197,11 @@
       </gbean>
   
       <gbean namePart="SecurityService" 
class="org.apache.geronimo.security.SecurityServiceImpl">
  +        <reference 
name="ServerInfo">openejb.server:name=ServerInfo,*</reference>
           <attribute 
name="policyConfigurationFactory">org.apache.geronimo.security.jacc.GeronimoPolicyConfigurationFactory</attribute>
  +        <attribute 
name="policyProvider">org.apache.geronimo.security.jacc.GeronimoPolicy</attribute>
       </gbean>
  -
  +    
       <gbean 
name="geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Server,J2EEServer=geronimo,j2eeType=GBean,name=JaasLoginService"
 class="org.apache.geronimo.security.jaas.JaasLoginService">
           <reference 
name="Realms">openejb.server:j2eeType=SecurityRealm,*</reference>
           <attribute name="algorithm">HmacSHA1</attribute>
  
  
  

Reply via email to