You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/31 02:14:16 UTC

svn commit: r590527 - in /geronimo/server/trunk/framework/configs/server-security-config: pom.xml src/main/plan/plan.xml

Author: prasad
Date: Tue Oct 30 18:14:15 2007
New Revision: 590527

URL: http://svn.apache.org/viewvc?rev=590527&view=rev
Log:
* removed j2eeDeployer deploymentConfig

Modified:
    geronimo/server/trunk/framework/configs/server-security-config/pom.xml
    geronimo/server/trunk/framework/configs/server-security-config/src/main/plan/plan.xml

Modified: geronimo/server/trunk/framework/configs/server-security-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/server-security-config/pom.xml?rev=590527&r1=590526&r2=590527&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/server-security-config/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/server-security-config/pom.xml Tue Oct 30 18:14:15 2007
@@ -54,7 +54,6 @@
                 <configuration>
                     <deploymentConfigs>
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
                     </deploymentConfigs>
                     <category>Security</category>
                     <useMavenDependencies>

Modified: geronimo/server/trunk/framework/configs/server-security-config/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/server-security-config/src/main/plan/plan.xml?rev=590527&r1=590526&r2=590527&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/server-security-config/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/framework/configs/server-security-config/src/main/plan/plan.xml Tue Oct 30 18:14:15 2007
@@ -20,28 +20,7 @@
 
 <module xmlns="http://geronimo.apache.org/xml/ns/deployment-${geronimoSchemaVersion}">
 
-    <gbean name="CredentialStore" class="org.apache.geronimo.security.credentialstore.SimpleCredentialStoreImpl">
-        <xml-attribute name="credentialStore">
-            <credential-store xmlns="http://geronimo.apache.org/xml/ns/credentialstore-1.0">
-                <!-- uncomment this and the default subject in the jettty console plan gives you admin console permissions -->
-<!--
-                <realm name="geronimo-admin">
-                    <subject>
-                        <id>default</id>
-                        <credential>
-                            <type>org.apache.geronimo.security.credentialstore.NameCallbackHandler</type>
-                            <value>system</value>
-                        </credential>
-                        <credential>
-                            <type>org.apache.geronimo.security.credentialstore.PasswordCallbackHandler</type>
-                            <value>manager</value>
-                        </credential>
-                    </subject>
-                </realm>
--->
-            </credential-store>
-        </xml-attribute>
-    </gbean>
+    <gbean name="CredentialStore" class="org.apache.geronimo.security.credentialstore.SimpleCredentialStoreImpl"/>
 
 
     <!-- Default security realm using properties files -->