dims        2004/01/28 02:45:50

  Modified:    modules/security/src/etc/META-INF geronimo-service.xml
  Log:
  fix location of users.properties and groups.properties.
  
  Revision  Changes    Path
  1.2       +2 -2      
incubator-geronimo/modules/security/src/etc/META-INF/geronimo-service.xml
  
  Index: geronimo-service.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/security/src/etc/META-INF/geronimo-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- geronimo-service.xml      25 Jan 2004 17:55:35 -0000      1.1
  +++ geronimo-service.xml      28 Jan 2004 10:45:50 -0000      1.2
  @@ -18,8 +18,8 @@
       <!-- the rest of these are actually examples that should be set up by 
the security management tool-->
       <gbean 
class="org.apache.geronimo.security.realm.providers.PropertiesFileSecurityRealm"
 objectName="geronimo.security:type=SecurityRealm,name=Foo">
           <default attribute="RealmName" type="java.lang.String">Foo</default>
  -        <default attribute="UsersURI" 
type="java.net.URI">file:./core/src/test-data/data/users.properties</default>
  -        <default attribute="GroupsURI" 
type="java.net.URI">file:./core/src/test-data/data/groups.properties</default>
  +        <default attribute="UsersURI" 
type="java.net.URI">file:../../modules/security/src/test-data/data/users.properties</default>
  +        <default attribute="GroupsURI" 
type="java.net.URI">file:../../modules/security/src/test-data/data/groups.properties</default>
       </gbean>
   
       <gbean 
class="org.apache.geronimo.security.bridge.CallerIdentityUserPasswordRealmBridge"
 objectName="geronimo.security:service=RealmBridge,type=CallerIdentity">
  
  
  

Reply via email to