adc 2004/05/30 17:05:02
Modified: modules/assembly/src/plan j2ee-secure-plan.xml
j2ee-server-plan.xml
Log:
Change JAASId to ApplicationConfigName.
Revision Changes Path
1.2 +1 -1
incubator-geronimo/modules/assembly/src/plan/j2ee-secure-plan.xml
Index: j2ee-secure-plan.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/assembly/src/plan/j2ee-secure-plan.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- j2ee-secure-plan.xml 30 May 2004 19:06:53 -0000 1.1
+++ j2ee-secure-plan.xml 31 May 2004 00:05:02 -0000 1.2
@@ -37,7 +37,7 @@
<!-- JAAS Application Config Entry -->
<gbean name="geronimo.security:type=ConfigurationEntry,jaasId=jaasTest"
class="org.apache.geronimo.security.jaas.ConfigurationEntryRealmLocal">
- <attribute name="JAASId" type="java.lang.String">jaasTest</attribute>
+ <attribute name="ApplicationConfigName"
type="java.lang.String">jaasTest</attribute>
<attribute name="RealmName"
type="java.lang.String">demo-properties-realm</attribute>
<attribute name="ControlFlag"
type="org.apache.geronimo.security.jaas.LoginModuleControlFlag">REQUIRED</attribute>
<attribute name="Options"
type="java.util.Properties">foo=bar</attribute>
1.22 +1 -1
incubator-geronimo/modules/assembly/src/plan/j2ee-server-plan.xml
Index: j2ee-server-plan.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/assembly/src/plan/j2ee-server-plan.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- j2ee-server-plan.xml 30 May 2004 19:53:57 -0000 1.21
+++ j2ee-server-plan.xml 31 May 2004 00:05:02 -0000 1.22
@@ -84,7 +84,7 @@
</gbean>
<gbean name="geronimo.security:type=ConfigurationEntry,jaasId=JMX"
class="org.apache.geronimo.security.jaas.ConfigurationEntryRealmLocal">
- <attribute name="JAASId" type="java.lang.String">JMX</attribute>
+ <attribute name="ApplicationConfigName"
type="java.lang.String">JMX</attribute>
<attribute name="RealmName"
type="java.lang.String">geronimo-properties-realm</attribute>
<attribute name="ControlFlag"
type="org.apache.geronimo.security.jaas.LoginModuleControlFlag">REQUIRED</attribute>
</gbean>