maguro 2005/10/27 15:10:13
Modified: modules/itests/src/scenarios/003 openejb-jar.xml
Log:
Updated configurations to handle realm->login-domain->principal hierarchy.
Revision Changes Path
1.5 +2 -2 openejb/modules/itests/src/scenarios/003/openejb-jar.xml
Index: openejb-jar.xml
===================================================================
RCS file:
/scm/openejb/openejb/modules/itests/src/scenarios/003/openejb-jar.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openejb-jar.xml 28 Sep 2005 22:14:24 -0000 1.4
+++ openejb-jar.xml 27 Oct 2005 19:10:13 -0000 1.5
@@ -2,7 +2,7 @@
<openejb-jar
xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.0"
- xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.0"
+ xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.1"
configId="org/openejb/scenario003"
parentId="org/openejb/Security">
@@ -26,7 +26,7 @@
</enterprise-beans>
<sec:security default-role="UNASSIGNED" doas-current-caller="true">
- <sec:default-principal realm-name="public-properties-realm">
+ <sec:default-principal>
<sec:principal
class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
name="guest"/>
</sec:default-principal>
</sec:security>