You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2007/09/03 19:39:06 UTC

svn commit: r572395 [3/11] - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/java/org/apache/geronimo/console/car/ applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/car/ applications/geron...

Added: geronimo/server/trunk/configs/clustering/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/clustering/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/clustering/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/clustering/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.-->
+<!--$Rev$ $Date$-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>clustering</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>j2ee-server</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>j2ee-security</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-clustering</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="Node" class="org.apache.geronimo.clustering.BasicLocalNode">
+    <attribute name="nodeName">NODE</attribute>
+    <reference name="JMXConnector">
+      <name>JMXService</name>
+    </reference>
+  </gbean>
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/clustering/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/clustering/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/clustering/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/connector-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/connector-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/connector-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/connector-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<!--$Rev$ $Date$-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>connector-deployer</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-connector-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>transaction</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>j2ee-deployer</artifactId>
+        <type>car</type>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="ConnectorBuilder" class="org.apache.geronimo.connector.deployment.ConnectorModuleBuilder">
+    <attribute name="defaultMaxSize">10</attribute>
+    <attribute name="defaultMinSize">0</attribute>
+    <attribute name="defaultBlockingTimeoutMilliseconds">5000</attribute>
+    <attribute name="defaultIdleTimeoutMinutes">15</attribute>
+    <attribute name="defaultXATransactionCaching">true</attribute>
+    <attribute name="defaultXAThreadCaching">false</attribute>
+    <reference name="ServiceBuilders">
+      <name>GBeanBuilder</name>
+    </reference>
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>transaction</artifactId>
+            <type>car</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+  </gbean>
+  <gbean name="ResourceRefBuilder" class="org.apache.geronimo.connector.deployment.ResourceRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+    <xml-attribute name="defaultEnvironment">
+      <environment/>
+    </xml-attribute>
+    <reference name="CorbaGBeanNameSource">
+      <name>EARBuilder</name>
+    </reference>
+  </gbean>
+  <gbean name="AdminObjectRefBuilder" class="org.apache.geronimo.connector.deployment.AdminObjectRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+  </gbean>
+  <gbean name="ClientConnectorBuilder" class="org.apache.geronimo.connector.deployment.ConnectorModuleBuilder">
+    <attribute name="defaultMaxSize">10</attribute>
+    <attribute name="defaultMinSize">0</attribute>
+    <attribute name="defaultBlockingTimeoutMilliseconds">5000</attribute>
+    <attribute name="defaultIdleTimeoutMinutes">15</attribute>
+    <attribute name="defaultXATransactionCaching">true</attribute>
+    <attribute name="defaultXAThreadCaching">false</attribute>
+    <reference name="ServiceBuilders">
+      <name>GBeanBuilder</name>
+    </reference>
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>client-transaction</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+  </gbean>
+  <gbean name="ClientResourceRefBuilder" class="org.apache.geronimo.connector.deployment.ResourceRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+    <xml-attribute name="defaultEnvironment">
+      <environment/>
+    </xml-attribute>
+    <reference name="CorbaGBeanNameSource">
+      <name>AppClientBuilder</name>
+    </reference>
+  </gbean>
+  <gbean name="ClientAdminObjectRefBuilder" class="org.apache.geronimo.connector.deployment.AdminObjectRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+  </gbean>
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/connector-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/connector-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/connector-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/cxf-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/cxf-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/cxf-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.-->
+<!--$Rev$ $Date$-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>cxf-deployer</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>jaxws-deployer</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>cxf</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-cxf-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="CXFBuilder" class="org.apache.geronimo.cxf.builder.CXFBuilder">
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>cxf</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+  </gbean>
+  <gbean name="CXFServiceRefBuilder" class="org.apache.geronimo.cxf.builder.CXFServiceRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/javaee</attribute>
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>cxf</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+    <reference name="CXFBuilder">
+      <name>CXFBuilder</name>
+    </reference>
+  </gbean>
+  <gbean name="CXFClientServiceRefBuilder" class="org.apache.geronimo.cxf.builder.CXFServiceRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/javaee</attribute>
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-cxf</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-jaxws</artifactId>
+            <version>2.1-SNAPSHOT</version>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-api</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-common-utilities</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-bindings-soap</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-bindings-xml</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-core</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-databinding-jaxb</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-frontend-jaxws</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-frontend-simple</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-transports-http</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-tools-common</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.ws.commons.schema</groupId>
+            <artifactId>XmlSchema</artifactId>
+            <version>1.2</version>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>xml-resolver</groupId>
+            <artifactId>xml-resolver</artifactId>
+            <type>jar</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.neethi</groupId>
+            <artifactId>neethi</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>client-security</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+    <reference name="CXFBuilder">
+      <name>CXFBuilder</name>
+    </reference>
+  </gbean>
+  <gbean name="CXFModuleBuilderExtension" class="org.apache.geronimo.jaxws.builder.JAXWSEJBModuleBuilderExtension">
+    <!--This attribute and the environment must be updated appropriately in the config.xml file-->
+    <attribute name="listener">?name=WebContainer</attribute>
+    <reference name="WebServiceBuilder">
+      <name>CXFBuilder</name>
+    </reference>
+    <reference name="WebServiceLinkTemplate">
+      <name>CXFWebServiceEJBLinkTemplate</name>
+    </reference>
+  </gbean>
+  <gbean name="CXFWebServiceEJBLinkTemplate" class="org.apache.geronimo.cxf.ejb.EJBWebServiceGBean"/>
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/cxf-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/cxf-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/cxf-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/cxf/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/cxf/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/cxf/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<!--$Rev$ $Date$-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1">
+  <dep:environment xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
+    <dep:moduleId>
+      <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+      <dep:artifactId>cxf</dep:artifactId>
+      <dep:version>2.1-SNAPSHOT</dep:version>
+      <dep:type>car</dep:type>
+    </dep:moduleId>
+    <dep:dependencies>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+        <dep:artifactId>server-security-config</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-tools-common</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-rt-bindings-xml</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>xml-resolver</dep:groupId>
+        <dep:artifactId>xml-resolver</dep:artifactId>
+        <dep:version>1.1</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+        <dep:artifactId>j2ee-server</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.springframework</dep:groupId>
+        <dep:artifactId>spring-core</dep:artifactId>
+        <dep:version>2.0.5</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-api</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-rt-databinding-jaxb</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.ws.commons.schema</dep:groupId>
+        <dep:artifactId>XmlSchema</dep:artifactId>
+        <dep:version>1.2</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.springframework</dep:groupId>
+        <dep:artifactId>spring-beans</dep:artifactId>
+        <dep:version>2.0.5</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.neethi</dep:groupId>
+        <dep:artifactId>neethi</dep:artifactId>
+        <dep:version>2.0</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+        <dep:artifactId>webservices-common</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+        <dep:artifactId>transaction</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-rt-frontend-simple</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-rt-frontend-jaxws</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-common-utilities</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-rt-bindings-soap</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-rt-transports-http</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.springframework</dep:groupId>
+        <dep:artifactId>spring-context</dep:artifactId>
+        <dep:version>2.0.5</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.configs</dep:groupId>
+        <dep:artifactId>openejb</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.modules</dep:groupId>
+        <dep:artifactId>geronimo-cxf</dep:artifactId>
+        <dep:version>2.1-SNAPSHOT</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.cxf</dep:groupId>
+        <dep:artifactId>cxf-rt-core</dep:artifactId>
+        <dep:version>2.0-incubator</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+    </dep:dependencies>
+    <dep:hidden-classes/>
+    <dep:non-overridable-classes/>
+  </dep:environment>
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/cxf/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/cxf/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/cxf/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/server/trunk/configs/dojo-jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/dojo-jetty6/pom.xml?rev=572395&r1=572394&r2=572395&view=diff
==============================================================================
--- geronimo/server/trunk/configs/dojo-jetty6/pom.xml (original)
+++ geronimo/server/trunk/configs/dojo-jetty6/pom.xml Mon Sep  3 10:38:54 2007
@@ -32,6 +32,11 @@
     <artifactId>dojo-jetty6</artifactId>
     <name>Geronimo Configs :: Dojo app - Jetty6</name>
     <packaging>car</packaging>
+    <description>
+        The Dojo AJAX library for Geronimo. This binds to /dojo so that
+        applications needing to add dojo support can simply include a
+        reference to /dojo/dojo.js to enable Dojo support.
+    </description>
 
     <dependencies>
 
@@ -41,7 +46,7 @@
             <version>${version}</version>
             <type>war</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>jasper</artifactId>
@@ -58,7 +63,7 @@
         </dependency>
 
     </dependencies>
-    
+
     <build>
         <resources>
             <resource>
@@ -66,7 +71,7 @@
                 <filtering>true</filtering>
             </resource>
         </resources>
-        
+
         <plugins>
             <plugin>
                 <groupId>org.apache.geronimo.plugins</groupId>
@@ -83,9 +88,36 @@
                         <version>${version}</version>
                         <type>war</type>
                     </module>
+
+                    <category>Web Framework</category>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.geronimo.configs</groupId>
+                            <artifactId>jasper</artifactId>
+                            <type>car</type>
+                        </dependency>
+                    </dependencies>
+                    <prerequisites>
+                        <prerequisite>
+                            <id>
+                                <groupId>org.apache.geronimo.configs</groupId>
+                                <artifactId>jetty6</artifactId>
+                            </id>
+                            <resource-type>Web Container</resource-type>
+                            <description>The Jetty web container</description>
+                        </prerequisite>
+                        <prerequisite>
+                            <id>
+                                <groupId>org.apache.geronimo.configs</groupId>
+                                <artifactId>jasper</artifactId>
+                            </id>
+                            <resource-type>Web Container</resource-type>
+                            <description>The Jasper subsystem</description>
+                        </prerequisite>
+                    </prerequisites>
                 </configuration>
             </plugin>
         </plugins>
     </build>
-    
+
 </project>

Added: geronimo/server/trunk/configs/dojo-jetty6/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/dojo-jetty6/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/dojo-jetty6/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/dojo-jetty6/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.-->
+<!--$Rev$ $Date$-->
+<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web/jetty-1.2">
+  <context-root>/dojo</context-root>
+</web-app>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/dojo-jetty6/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/dojo-jetty6/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/dojo-jetty6/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/server/trunk/configs/dojo-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/dojo-tomcat/pom.xml?rev=572395&r1=572394&r2=572395&view=diff
==============================================================================
--- geronimo/server/trunk/configs/dojo-tomcat/pom.xml (original)
+++ geronimo/server/trunk/configs/dojo-tomcat/pom.xml Mon Sep  3 10:38:54 2007
@@ -32,7 +32,12 @@
     <artifactId>dojo-tomcat</artifactId>
     <name>Geronimo Configs :: Dojo app - Tomcat</name>
     <packaging>car</packaging>
-    
+    <description>
+        The Dojo AJAX library for Geronimo. This binds to /dojo so that
+        applications needing to add dojo support can simply include a
+        reference to /dojo/dojo.js to enable Dojo support.
+    </description>
+
     <dependencies>
 
         <dependency>
@@ -82,6 +87,33 @@
                         <version>${version}</version>
                         <type>war</type>
                     </module>
+
+                    <category>Web Framework</category>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.geronimo.configs</groupId>
+                            <artifactId>jasper</artifactId>
+                            <type>car</type>
+                        </dependency>
+                    </dependencies>
+                    <prerequisites>
+                        <prerequisite>
+                            <id>
+                                <groupId>org.apache.geronimo.configs</groupId>
+                                <artifactId>tomcat</artifactId>
+                            </id>
+                            <resource-type>Web Container</resource-type>
+                            <description>The Tomcat web container</description>
+                        </prerequisite>
+                        <prerequisite>
+                            <id>
+                                <groupId>org.apache.geronimo.configs</groupId>
+                                <artifactId>jasper</artifactId>
+                            </id>
+                            <resource-type>Web Container</resource-type>
+                            <description>The Jasper subsystem</description>
+                        </prerequisite>
+                    </prerequisites>
                 </configuration>
             </plugin>
         </plugins>

Added: geronimo/server/trunk/configs/dojo-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/dojo-tomcat/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/dojo-tomcat/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/dojo-tomcat/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<!--$Rev$ $Date$-->
+<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-1.2">
+  <context-root>/dojo</context-root>
+</web-app>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/dojo-tomcat/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/dojo-tomcat/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/dojo-tomcat/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/geronimo-gbean-deployer-bootstrap/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/geronimo-gbean-deployer-bootstrap/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/geronimo-gbean-deployer-bootstrap/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/geronimo-gbean-deployer-bootstrap/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <!--Deployer used to process modules and plans-->
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>geronimo-gbean-deployer-bootstrap</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-deployment</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-common</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+        <version>1.0</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-service-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.xmlbeans</groupId>
+        <artifactId>xmlbeans</artifactId>
+        <version>2.3.0</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-deploy-config</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
+        <version>1.0</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="Deployer" class="org.apache.geronimo.deployment.Deployer">
+    <reference name="Store">
+      <!--<pattern><gbean-name>*:j2eeType=ConfigurationStore,*</gbean-name></pattern>-->
+    </reference>
+    <reference name="Builders"></reference>
+    <reference name="Watchers"></reference>
+  </gbean>
+  <!--Builder for handling plans defining Geronimo modules-->
+  <gbean name="ServiceBuilder" class="org.apache.geronimo.deployment.service.ServiceConfigBuilder">
+    <!--<attribute name="defaultParentId">geronimo/j2ee-server/2.1-SNAPSHOT/car</attribute>-->
+    <reference name="Repository">
+      <!--<pattern><gbean-name>geronimo.maven:name=Repository</gbean-name></pattern>-->
+      <!--<pattern><gbean-name>geronimo.server:name=Repository,*</gbean-name></pattern>-->
+    </reference>
+    <reference name="ServiceBuilders">
+      <name>GBeanBuilder</name>
+    </reference>
+  </gbean>
+  <!--NamespaceDriveBuilder for handling gbeans-->
+  <gbean name="GBeanBuilder" class="org.apache.geronimo.deployment.service.GBeanBuilder">
+    <reference name="XmlAttributeBuilders">
+      <!--<module>*</module>-->
+      <!--<name>*</name>-->
+    </reference>
+    <reference name="XmlReferenceBuilders">
+      <!--<module>*</module>-->
+      <!--<name>*</name>-->
+    </reference>
+  </gbean>
+  <!--<gbean name="EnvironmentBuilder" class="org.apache.geronimo.deployment.service.EnvironmentBuilder"/>-->
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/geronimo-gbean-deployer-bootstrap/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/geronimo-gbean-deployer-bootstrap/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/geronimo-gbean-deployer-bootstrap/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/geronimo-gbean-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/geronimo-gbean-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/geronimo-gbean-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/geronimo-gbean-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <!--Deployer used to process modules and plans-->
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>geronimo-gbean-deployer</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-deployment</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>xmlbeans</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-common</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-service-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-deploy-config</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
+        <version>1.0</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="Deployer" class="org.apache.geronimo.deployment.Deployer">
+    <attribute name="remoteDeployAddress">localhost:8080</attribute>
+    <reference name="Store">
+      <!--<pattern><gbean-name>*:j2eeType=ConfigurationStore,*</gbean-name></pattern>-->
+    </reference>
+    <reference name="Builders"></reference>
+    <reference name="Watchers"></reference>
+  </gbean>
+  <!--Builder for handling plans defining Geronimo modules-->
+  <gbean name="ServiceBuilder" class="org.apache.geronimo.deployment.service.ServiceConfigBuilder">
+    <!--<attribute name="defaultParentId">geronimo/j2ee-server/2.1-SNAPSHOT/car</attribute>-->
+    <reference name="Repository">
+      <!--<pattern><gbean-name>geronimo.maven:name=Repository</gbean-name></pattern>-->
+      <!--<pattern><gbean-name>geronimo.server:name=Repository,*</gbean-name></pattern>-->
+    </reference>
+    <reference name="ServiceBuilders">
+      <name>GBeanBuilder</name>
+    </reference>
+  </gbean>
+  <!--NamespaceDriveBuilder for handling gbeans-->
+  <gbean name="GBeanBuilder" class="org.apache.geronimo.deployment.service.GBeanBuilder">
+    <reference name="XmlAttributeBuilders">
+      <!--<module>*</module>-->
+      <!--<name>*</name>-->
+    </reference>
+    <reference name="XmlReferenceBuilders">
+      <!--<module>*</module>-->
+      <!--<name>*</name>-->
+    </reference>
+  </gbean>
+  <!--<gbean name="EnvironmentBuilder" class="org.apache.geronimo.deployment.service.EnvironmentBuilder"/>-->
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/geronimo-gbean-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/geronimo-gbean-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/geronimo-gbean-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/hot-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/hot-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/hot-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/hot-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<!--$Rev$ $Date$-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>hot-deployer</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-deploy-tool</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-deploy-jsr88</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>rmi-naming</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>j2ee-deployer</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-hot-deploy</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="HotDeployer" class="org.apache.geronimo.deployment.hot.DirectoryHotDeployer">
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <reference name="ConfigManager">
+      <name>ConfigurationManager</name>
+    </reference>
+    <attribute name="path">deploy/</attribute>
+    <attribute name="pollIntervalMillis">2000</attribute>
+    <dependency>
+      <name>EARBuilder</name>
+    </dependency>
+  </gbean>
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/hot-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/hot-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/hot-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/j2ee-corba-yoko/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/j2ee-corba-yoko/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/j2ee-corba-yoko/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/j2ee-corba-yoko/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,499 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<!--$Rev$ $Date$-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <!--CORBA-->
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>j2ee-corba-yoko</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-yoko</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.bcel</groupId>
+        <artifactId>bcel</artifactId>
+        <version>5.2</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.yoko</groupId>
+        <artifactId>yoko-rmi-impl</artifactId>
+        <version>1.0-incubating-r557035</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.yoko</groupId>
+        <artifactId>yoko-spec-corba</artifactId>
+        <version>1.0-incubating-r557035</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.yoko</groupId>
+        <artifactId>yoko-core</artifactId>
+        <version>1.0-incubating-r557035</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-corba</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>openejb</artifactId>
+        <type>car</type>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="DynamicORBStubClassLoader" class="org.apache.geronimo.corba.util.DynamicStubClassLoaderGBean">
+    <dependency>
+      <name>ORBConfigAdapter</name>
+    </dependency>
+  </gbean>
+  <gbean name="ORBConfigAdapter" class="org.apache.geronimo.yoko.ORBConfigAdapterGBean"/>
+  <gbean name="NameServer" class="org.apache.geronimo.corba.NameServiceGBean">
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <reference name="ConfigAdapter">
+      <name>ORBConfigAdapter</name>
+    </reference>
+    <attribute name="port">1050</attribute>
+    <attribute name="host">localhost</attribute>
+  </gbean>
+  <gbean name="CORBASSLConfig" class="org.apache.geronimo.corba.security.config.ssl.SSLConfigGBean">
+    <attribute name="keyStore">geronimo-default</attribute>
+    <attribute name="keyAlias">geronimo</attribute>
+    <attribute name="trustStore">geronimo-default</attribute>
+    <attribute name="algorithm">Default</attribute>
+    <attribute name="protocol">SSL</attribute>
+    <reference name="KeystoreManager">
+      <name>KeystoreManager</name>
+    </reference>
+  </gbean>
+  <!--connections require SSL, no client cert, client logs in with password, no identity token-->
+  <gbean name="Server" class="org.apache.geronimo.corba.CORBABeanGBean">
+    <attribute name="host">localhost</attribute>
+    <attribute name="port">2001</attribute>
+    <reference name="ConfigAdapter">
+      <name>ORBConfigAdapter</name>
+    </reference>
+    <reference name="NameService">
+      <name>NameServer</name>
+    </reference>
+    <reference name="OpenEjbSystem"/>
+    <reference name="SSLConfig">
+      <name>CORBASSLConfig</name>
+    </reference>
+    <xml-attribute name="tssConfig">
+      <tss:tss xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config-2.0" xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.2">
+        <!--<tss:default-principal>-->
+        <!--<sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="guest"/>-->
+        <!--</tss:default-principal>-->
+        <tss:SSL port="2001" hostname="localhost">
+          <tss:supports>Integrity Confidentiality EstablishTrustInTarget</tss:supports>
+          <tss:requires>Integrity Confidentiality</tss:requires>
+        </tss:SSL>
+        <tss:compoundSecMechTypeList>
+          <tss:compoundSecMech>
+            <tss:GSSUP required="true" targetName="default"/>
+            <tss:sasMech>
+              <tss:identityTokenTypes>
+                <tss:ITTAbsent/>
+              </tss:identityTokenTypes>
+            </tss:sasMech>
+          </tss:compoundSecMech>
+        </tss:compoundSecMechTypeList>
+      </tss:tss>
+    </xml-attribute>
+  </gbean>
+  <!--orb with no security whatsoever-->
+  <gbean name="UnprotectedServer" class="org.apache.geronimo.corba.CORBABeanGBean">
+    <attribute name="host">localhost</attribute>
+    <attribute name="port">6882</attribute>
+    <reference name="ConfigAdapter">
+      <name>ORBConfigAdapter</name>
+    </reference>
+    <reference name="NameService">
+      <name>NameServer</name>
+    </reference>
+    <reference name="SSLConfig">
+      <name>CORBASSLConfig</name>
+    </reference>
+    <xml-attribute name="tssConfig">
+      <tss:tss xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config-2.0" xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.2">
+        <!--<tss:default-principal>-->
+        <!--<sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="guest"/>-->
+        <!--</tss:default-principal>-->
+        <tss:compoundSecMechTypeList>
+          <tss:compoundSecMech>
+            <tss:GSSUP required="true" targetName="default"/>
+            <tss:sasMech>
+              <tss:identityTokenTypes>
+                <tss:ITTAbsent/>
+              </tss:identityTokenTypes>
+            </tss:sasMech>
+          </tss:compoundSecMech>
+        </tss:compoundSecMechTypeList>
+      </tss:tss>
+    </xml-attribute>
+  </gbean>
+  <!--tss bean examples, specify requirements for connection to orb.  Provide a ref in an ejb-->
+  <!--<gbean name="SSLClientCert" class="org.apache.geronimo.corba.TSSBeanGBean">
+        <attribute name="POAName">SSLClientCert</attribute>
+        <reference name="Server">
+            <name>Server</name>
+        </reference>
+        <xml-attribute name="tssConfig">
+            <tss:tss xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config-2.0" xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.2">
+                <tss:default-principal>
+                    <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="guest"/>
+                </tss:default-principal>
+                <tss:SSL port="2001" hostname="localhost">
+                    <tss:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</tss:supports>
+                    <tss:requires>Integrity Confidentiality EstablishTrustInClient</tss:requires>
+                </tss:SSL>
+                <tss:compoundSecMechTypeList>
+                    <tss:compoundSecMech>
+                        <tss:sasMech>
+                            <tss:identityTokenTypes>
+                                <tss:ITTAbsent/>
+                            </tss:identityTokenTypes>
+                        </tss:sasMech>
+                    </tss:compoundSecMech>
+                </tss:compoundSecMechTypeList>
+            </tss:tss>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="SSLClientPassword" class="org.apache.geronimo.corba.TSSBeanGBean">
+        <attribute name="POAName">SSLClientPassword</attribute>
+        <reference name="Server">
+            <name>Server</name>
+        </reference>
+        <xml-attribute name="tssConfig">
+            <tss:tss xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config-2.0" xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.2">
+                <tss:default-principal>
+                    <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="guest"/>
+                </tss:default-principal>
+                <tss:SSL port="2001" hostname="localhost">
+                    <tss:supports>Integrity Confidentiality EstablishTrustInTarget</tss:supports>
+                    <tss:requires>Integrity Confidentiality</tss:requires>
+                </tss:SSL>
+                <tss:compoundSecMechTypeList>
+                    <tss:compoundSecMech>
+                        <tss:GSSUP required="true" targetName="default"/>
+                        <tss:sasMech>
+                            <tss:identityTokenTypes>
+                                <tss:ITTAbsent/>
+                            </tss:identityTokenTypes>
+                        </tss:sasMech>
+                    </tss:compoundSecMech>
+                </tss:compoundSecMechTypeList>
+            </tss:tss>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="SSLIdentityToken" class="org.apache.geronimo.corba.TSSBeanGBean">
+        <attribute name="POAName">SSLIdentityToken</attribute>
+        <reference name="Server">
+            <name>Server</name>
+        </reference>
+        <xml-attribute name="tssConfig">
+            <tss:tss xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config-2.0" xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.2">
+                <tss:default-principal>
+                    <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="guest"/>
+                </tss:default-principal>
+                <tss:SSL port="2001" hostname="localhost">
+                    <tss:supports>Integrity Confidentiality EstablishTrustInTarget</tss:supports>
+                    <tss:requires>Integrity Confidentiality</tss:requires>
+                </tss:SSL>
+                <tss:compoundSecMechTypeList>
+                    <tss:compoundSecMech>
+                        <tss:sasMech>
+                            <tss:identityTokenTypes>
+                                <tss:ITTAnonymous/>
+                                <tss:ITTPrincipalNameGSSUP principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/>
+                                <tss:ITTDistinguishedName/>
+                                <tss:ITTX509CertChain/>
+                            </tss:identityTokenTypes>
+                        </tss:sasMech>
+                    </tss:compoundSecMech>
+                </tss:compoundSecMechTypeList>
+            </tss:tss>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="IdentityTokenNoSecurity" class="org.apache.geronimo.corba.TSSBeanGBean">
+        <attribute name="POAName">IdentityTokenNoSecurity</attribute>
+        <reference name="Server">
+            <name>UnprotectedServer</name>
+        </reference>
+        <xml-attribute name="tssConfig">
+            <tss:tss xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config-2.0" xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.2">
+                <tss:default-principal>
+                    <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="guest"/>
+                </tss:default-principal>
+                <tss:compoundSecMechTypeList>
+                    <tss:compoundSecMech>
+                        <tss:sasMech>
+                            <tss:identityTokenTypes>
+                                <tss:ITTAnonymous/>
+                                <tss:ITTPrincipalNameGSSUP principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/>
+                                <tss:ITTDistinguishedName/>
+                                <tss:ITTX509CertChain/>
+                            </tss:identityTokenTypes>
+                        </tss:sasMech>
+                    </tss:compoundSecMech>
+                </tss:compoundSecMechTypeList>
+            </tss:tss>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="SSLClientCertIdentityToken" class="org.apache.geronimo.corba.TSSBeanGBean">
+        <attribute name="POAName">SSLClientCertIdentityToken</attribute>
+        <reference name="Server">
+            <name>Server</name>
+        </reference>
+        <xml-attribute name="tssConfig">
+            <tss:tss xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config-2.0" xmlns:sec="http://geronimo.apache.org/xml/ns/security-1.2">
+                <tss:default-principal>
+                    <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal" name="guest"/>
+                </tss:default-principal>
+                <tss:SSL port="2001" hostname="localhost">
+                    <tss:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</tss:supports>
+                    <tss:requires>Integrity Confidentiality EstablishTrustInClient</tss:requires>
+                </tss:SSL>
+                <tss:compoundSecMechTypeList>
+                    <tss:compoundSecMech>
+                        <tss:sasMech>
+                            <tss:identityTokenTypes>
+                                <tss:ITTAnonymous/>
+                                <tss:ITTPrincipalNameGSSUP principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/>
+                                <tss:ITTDistinguishedName/>
+                                <tss:ITTX509CertChain/>
+                            </tss:identityTokenTypes>
+                        </tss:sasMech>
+                    </tss:compoundSecMech>
+                </tss:compoundSecMechTypeList>
+            </tss:tss>
+        </xml-attribute>
+    </gbean>-->
+  <!--CSS beans for client security.  These specify what the client is willing to provide-->
+  <!--<gbean name="SSLClientCert" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">SSLClientCert</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:SSL>
+                            <css:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</css:supports>
+                            <css:requires>Integrity Confidentiality EstablishTrustInClient</css:requires>
+                        </css:SSL>
+                        <css:sasMech>
+                            <css:ITTAbsent/>
+                        </css:sasMech>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="SSLClientPassword" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">SSLClientPassword</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:SSL>
+                            <css:supports>Integrity Confidentiality EstablishTrustInClient</css:supports>
+                            <css:requires>Integrity Confidentiality</css:requires>
+                        </css:SSL>
+                        <css:GSSUPStatic username="j2ee" password="j2ee" domain="default"/>
+                        <css:sasMech>
+                            <css:ITTAbsent/>
+                        </css:sasMech>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="SSLIdentityTokenPrincipal" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">SSLIdentityTokenPrincipal</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:SSL>
+                            <css:supports>Integrity Confidentiality EstablishTrustInClient</css:supports>
+                            <css:requires>Integrity Confidentiality</css:requires>
+                        </css:SSL>
+                        <css:sasMech>
+                            <css:ITTPrincipalNameDynamic principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/>
+                        </css:sasMech>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="SSLIdentityTokenCert" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">SSLIdentityTokenCert</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:SSL>
+                            <css:supports>Integrity Confidentiality EstablishTrustInClient</css:supports>
+                            <css:requires>Integrity Confidentiality</css:requires>
+                        </css:SSL>
+                        <css:sasMech>
+                            <css:ITTPrincipalNameDynamic principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/>
+                        </css:sasMech>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="NoSecurityIdentityTokenPrincipal" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">NoSecurityIdentityTokenPrincipal</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:sasMech>
+                            <css:ITTPrincipalNameDynamic principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/>
+                        </css:sasMech>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="NoSecurityIdentityTokenCert" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">NoSecurityIdentityTokenCert</attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:sasMech>
+                            <css:ITTPrincipalNameDynamic principal-class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"/>
+                        </css:sasMech>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>
+
+    <gbean name="NoSecurity" class="org.apache.geronimo.corba.CSSBeanGBean">
+        <reference name="TransactionManager">
+            <name>TransactionManager</name>
+        </reference>
+        <reference name="ConfigAdapter">
+            <name>ORBConfigAdapter</name>
+        </reference>
+        <reference name="SSLConfig">
+            <name>CORBASSLConfig</name>
+        </reference>
+        <attribute name="description">NoSecurity</attribute>
+        <attribute name="cssArgs"></attribute>
+        <xml-attribute name="cssConfig">
+            <css:css xmlns:css="http://www.openejb.org/xml/ns/corba-css-config-2.0">
+                <css:compoundSecMechTypeList>
+                    <css:compoundSecMech>
+                        <css:SSL>
+                            <css:supports>Integrity Confidentiality EstablishTrustInTarget EstablishTrustInClient</css:supports>
+                            <css:requires></css:requires>
+                        </css:SSL>
+                    </css:compoundSecMech>
+                </css:compoundSecMechTypeList>
+            </css:css>
+        </xml-attribute>
+    </gbean>-->
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/j2ee-corba-yoko/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/j2ee-corba-yoko/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/j2ee-corba-yoko/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/server/trunk/configs/j2ee-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/j2ee-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/j2ee-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/j2ee-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.-->
+<!--$Rev$ $Date$-->
+<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>j2ee-deployer</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-j2ee-schema</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>j2ee-server</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-test-ddbean</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-naming-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-security-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>j2ee-security</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-j2ee-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>geronimo-gbean-deployer</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-client</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>xbean-finder</artifactId>
+        <version>3.0.1</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-web-2.5-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="EARBuilder" class="org.apache.geronimo.j2ee.deployment.EARConfigBuilder">
+    <attribute name="transactionManagerAbstractName">?name=TransactionManager</attribute>
+    <attribute name="connectionTrackerAbstractName">?name=ConnectionTracker</attribute>
+    <attribute name="transactionalTimerAbstractName">?name=TransactionalThreadPooledTimer</attribute>
+    <attribute name="nonTransactionalTimerAbstractName">?name=NonTransactionalThreadPooledTimer</attribute>
+    <attribute name="corbaGBeanAbstractName">?name=Server</attribute>
+    <attribute name="serverName">?j2eeType=J2EEServer#org.apache.geronimo.management.geronimo.J2EEServer</attribute>
+    <reference name="Repositories">
+      <!--<gbean-name>*:name=Repository,*</gbean-name>-->
+    </reference>
+    <reference name="WebConfigBuilder">
+      <name>WebBuilder</name>
+    </reference>
+    <reference name="SecurityBuilders">
+      <name>SecurityBuilder</name>
+    </reference>
+    <reference name="ServiceBuilders">
+      <name>GBeanBuilder</name>
+    </reference>
+    <references name="PersistenceUnitBuilders">
+      <pattern>
+        <name>PersistenceUnitBuilder</name>
+      </pattern>
+    </references>
+    <references name="EJBConfigBuilder">
+      <pattern>
+        <name>EJBBuilder</name>
+      </pattern>
+      <pattern>
+        <name>UnavailableEJBBuilder</name>
+      </pattern>
+    </references>
+    <reference name="ConnectorConfigBuilder">
+      <name>ConnectorBuilder</name>
+    </reference>
+    <references name="AppClientConfigBuilder">
+      <pattern>
+        <name>AppClientBuilder</name>
+      </pattern>
+      <pattern>
+        <name>UnavailableAppClientBuilder</name>
+      </pattern>
+    </references>
+    <reference name="ArtifactResolvers">
+      <name>ArtifactResolver</name>
+    </reference>
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+  </gbean>
+  <!--web switching builder-->
+  <gbean name="WebBuilder" class="org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder">
+    <attribute name="defaultNamespace">http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-1.2</attribute>
+    <references name="ModuleBuilders">
+      <pattern>
+        <name>JettyWebBuilder</name>
+      </pattern>
+      <pattern>
+        <name>TomcatWebBuilder</name>
+      </pattern>
+    </references>
+  </gbean>
+  <gbean name="SecurityBuilder" class="org.apache.geronimo.security.deployment.GeronimoSecurityBuilderImpl">
+    <attribute name="credentialStoreName">?name=CredentialStore#</attribute>
+  </gbean>
+  <gbean name="LoginConfigurationBuilder" class="org.apache.geronimo.security.deployment.LoginConfigBuilder"/>
+  <gbean name="CredentialStoreBuilder" class="org.apache.geronimo.security.deployment.CredentialStoreBuilder"/>
+  <!--TODO remove or document why SecurityService is here-->
+  <gbean name="SecurityService" class="org.apache.geronimo.security.SecurityServiceImpl">
+    <attribute name="policyConfigurationFactory">org.apache.geronimo.security.jacc.GeronimoPolicyConfigurationFactory</attribute>
+    <attribute name="policyProvider">org.apache.geronimo.security.jacc.GeronimoPolicy</attribute>
+  </gbean>
+  <gbean name="NamingBuilders" class="org.apache.geronimo.j2ee.deployment.NamingBuilderCollectionGBean">
+    <attribute name="baseElementQNameNamespaceURI">http://geronimo.apache.org/xml/ns/naming-1.2</attribute>
+    <attribute name="baseElementQNameLocalPart">abstract-naming-entry</attribute>
+    <references name="NamingBuilders">
+      <pattern>
+        <name>GBeanRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>PersistenceContextRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>PersistenceUnitRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>ResourceRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>AdminObjectRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>EnvironmentEntryBuilder</name>
+      </pattern>
+      <pattern>
+        <name>SwitchingServiceRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>EjbRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>OpenEjbCorbaRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>CorbaRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>LifecycleMethodBuilder</name>
+      </pattern>
+    </references>
+  </gbean>
+  <gbean name="GBeanRefBuilder" class="org.apache.geronimo.naming.deployment.GBeanRefBuilder"/>
+  <gbean name="EnvironmentEntryBuilder" class="org.apache.geronimo.naming.deployment.EnvironmentEntryBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+  </gbean>
+  <gbean name="SwitchingServiceRefBuilder" class="org.apache.geronimo.naming.deployment.SwitchingServiceRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+    <references name="JAXRPCBuilder">
+      <pattern>
+        <name>AxisServiceRefBuilder</name>
+      </pattern>
+    </references>
+    <references name="JAXWSBuilder">
+      <pattern>
+        <name>CXFServiceRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>Axis2ServiceRefBuilder</name>
+      </pattern>
+    </references>
+  </gbean>
+  <gbean name="LifecycleMethodBuilder" class="org.apache.geronimo.naming.deployment.LifecycleMethodBuilder"/>
+</module>
\ No newline at end of file

Propchange: geronimo/server/trunk/configs/j2ee-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/configs/j2ee-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/configs/j2ee-deployer/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml