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 [2/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/activemq-broker/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/activemq-broker/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/activemq-broker/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/activemq-broker/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,108 @@
+<?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>activemq-broker</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-activemq</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-activemq-management</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>activeio-core</artifactId>
+        <version>3.0.0-incubator</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>system-database</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>activemq-core</artifactId>
+        <version>4.1.1</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>backport-util-concurrent</groupId>
+        <artifactId>backport-util-concurrent</artifactId>
+        <version>2.2</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="ActiveMQManager" class="org.apache.geronimo.activemq.management.ActiveMQManagerGBean"/>
+  <gbean name="ActiveMQ" class="org.apache.geronimo.activemq.BrokerServiceGBeanImpl">
+    <!--Instead of using the limited configuration syntax in this file,
+             you can set the brokerUri property to externally specify the
+             configuration for the broker.
+        <attribute name="brokerUri">xbean:file:/path/to/activemq.xml</attribute>-->
+    <!--<attribute name="brokerName">possibly-unique-broker</attribute>-->
+    <attribute name="useShutdownHook">false</attribute>
+    <attribute name="dataDirectory">var/activemq</attribute>
+    <reference name="dataSource">
+      <name>SystemDatasource</name>
+    </reference>
+    <reference name="manager">
+      <name>ActiveMQManager</name>
+    </reference>
+    <reference name="serverInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <reference name="mbeanServerReference">
+      <name>MBeanServerReference</name>
+    </reference>
+  </gbean>
+  <gbean name="ActiveMQ.tcp.default" class="org.apache.geronimo.activemq.TransportConnectorGBeanImpl">
+    <attribute name="protocol">tcp</attribute>
+    <attribute name="host">localhost</attribute>
+    <attribute name="port">61616</attribute>
+    <reference name="brokerService">
+      <name>ActiveMQ</name>
+    </reference>
+  </gbean>
+  <gbean name="ActiveMQ.stomp.default" class="org.apache.geronimo.activemq.TransportConnectorGBeanImpl">
+    <attribute name="protocol">stomp</attribute>
+    <attribute name="host">localhost</attribute>
+    <attribute name="port">61613</attribute>
+    <reference name="brokerService">
+      <name>ActiveMQ</name>
+    </reference>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/activemq-ra/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/activemq-ra/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/activemq-ra/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/activemq-ra/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,82 @@
+<?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$-->
+<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2">
+  <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>activemq-ra</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>activemq-broker</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+    </dep:dependencies>
+    <dep:hidden-classes/>
+    <dep:non-overridable-classes/>
+  </dep:environment>
+  <resourceadapter>
+    <resourceadapter-instance>
+      <resourceadapter-name>ActiveMQ RA</resourceadapter-name>
+      <config-property-setting name="ServerUrl">tcp://0.0.0.0:61616</config-property-setting>
+      <config-property-setting name="UserName">geronimo</config-property-setting>
+      <config-property-setting name="Password">geronimo</config-property-setting>
+      <workmanager>
+        <gbean-link>DefaultWorkManager</gbean-link>
+      </workmanager>
+    </resourceadapter-instance>
+    <outbound-resourceadapter>
+      <connection-definition>
+        <connectionfactory-interface>javax.jms.ConnectionFactory</connectionfactory-interface>
+        <connectiondefinition-instance>
+          <name>DefaultActiveMQConnectionFactory</name>
+          <implemented-interface>javax.jms.QueueConnectionFactory</implemented-interface>
+          <implemented-interface>javax.jms.TopicConnectionFactory</implemented-interface>
+          <connectionmanager>
+            <xa-transaction>
+              <transaction-caching/>
+            </xa-transaction>
+            <single-pool>
+              <max-size>10</max-size>
+              <blocking-timeout-milliseconds>5000</blocking-timeout-milliseconds>
+              <match-one/>
+            </single-pool>
+          </connectionmanager>
+        </connectiondefinition-instance>
+      </connection-definition>
+    </outbound-resourceadapter>
+  </resourceadapter>
+  <adminobject>
+    <adminobject-interface>javax.jms.Queue</adminobject-interface>
+    <adminobject-class>org.apache.activemq.command.ActiveMQQueue</adminobject-class>
+    <adminobject-instance>
+      <message-destination-name>MDBTransferBeanOutQueue</message-destination-name>
+      <config-property-setting name="PhysicalName">MDBTransferBeanOutQueue</config-property-setting>
+    </adminobject-instance>
+  </adminobject>
+  <adminobject>
+    <adminobject-interface>javax.jms.Queue</adminobject-interface>
+    <adminobject-class>org.apache.activemq.command.ActiveMQQueue</adminobject-class>
+    <adminobject-instance>
+      <message-destination-name>SendReceiveQueue</message-destination-name>
+      <config-property-setting name="PhysicalName">SendReceiveQueue</config-property-setting>
+    </adminobject-instance>
+  </adminobject>
+</connector>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/axis-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/axis-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/axis-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,114 @@
+<?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">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>axis-deployer</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>openejb-deployer</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>axis</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-webservices-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-axis-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</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="WebServiceBuilder" class="org.apache.geronimo.axis.builder.AxisBuilder">
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>axis</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+  </gbean>
+  <gbean name="AxisModuleBuilderExtension" class="org.apache.geronimo.axis.builder.AxisModuleBuilderExtension">
+    <!--This attribute and the environment must be updated appropriately in the config.xml file-->
+    <attribute name="listener">?name=WebContainer</attribute>
+    <reference name="WebServiceBuilder">
+      <name>WebServiceBuilder</name>
+    </reference>
+  </gbean>
+  <gbean name="AxisServiceRefBuilder" class="org.apache.geronimo.axis.builder.AxisServiceRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>axis</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+    <reference name="AxisBuilder">
+      <name>WebServiceBuilder</name>
+    </reference>
+  </gbean>
+  <gbean name="AxisClientServiceRefBuilder" class="org.apache.geronimo.axis.builder.AxisServiceRefBuilder">
+    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>axis</artifactId>
+            <type>car</type>
+            <!--<import>classes</import>-->
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+    <reference name="AxisBuilder">
+      <name>WebServiceBuilder</name>
+    </reference>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/axis/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/axis/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/axis/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,62 @@
+<?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>axis</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>server-security-config</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>webservices-common</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-axis</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ws.scout</groupId>
+        <artifactId>scout</artifactId>
+        <version>1.0rc1</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>openejb</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="AxisCLWorkaround" class="org.apache.geronimo.axis.AxisDiscoveryCLWorkaroundGBean"/>
+  <gbean name="eis/JAXR" class="org.apache.geronimo.webservices.jaxr.JAXRGBean"/>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/axis2-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/axis2-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/axis2-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,202 @@
+<?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>axis2-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>axis2</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-axis2-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="Axis2Builder" class="org.apache.geronimo.axis2.builder.Axis2Builder">
+    <xml-attribute name="defaultEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>axis2</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+  </gbean>
+  <gbean name="Axis2ServiceRefBuilder" class="org.apache.geronimo.axis2.builder.Axis2ServiceRefBuilder">
+    <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>axis2</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+    <reference name="Axis2Builder">
+      <name>Axis2Builder</name>
+    </reference>
+  </gbean>
+  <gbean name="Axis2ClientServiceRefBuilder" class="org.apache.geronimo.axis2.builder.Axis2ServiceRefBuilder">
+    <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-axis2</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.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee-schema</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-adb</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-jaxws</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-metadata</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-saaj</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-api</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-dom</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpcore</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-impl</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.ws.commons.schema</groupId>
+            <artifactId>XmlSchema</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.xmlbeans</groupId>
+            <artifactId>xmlbeans</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+          </dependency>
+          <dependency>
+            <groupId>annogen</groupId>
+            <artifactId>annogen</artifactId>
+          </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>
+          <dependency>
+            <groupId>backport-util-concurrent</groupId>
+            <artifactId>backport-util-concurrent</artifactId>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+    <reference name="Axis2Builder">
+      <name>Axis2Builder</name>
+    </reference>
+  </gbean>
+  <gbean name="Axis2ModuleBuilderExtension" 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>Axis2Builder</name>
+    </reference>
+    <reference name="WebServiceLinkTemplate">
+      <name>Axis2WebServiceEJBLinkTemplate</name>
+    </reference>
+  </gbean>
+  <gbean name="Axis2WebServiceEJBLinkTemplate" class="org.apache.geronimo.axis2.ejb.EJBWebServiceGBean"/>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/axis2/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/axis2/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/axis2/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,237 @@
+<?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.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>axis2</dep:artifactId>
+      <dep:version>2.1-SNAPSHOT</dep:version>
+      <dep:type>car</dep:type>
+    </dep:moduleId>
+    <dep:dependencies>
+      <dep:dependency>
+        <dep:groupId>org.apache.ws.commons.axiom</dep:groupId>
+        <dep:artifactId>axiom-dom</dep:artifactId>
+        <dep:version>1.2.5</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>com.sun.xml.bind</dep:groupId>
+        <dep:artifactId>jaxb-xjc</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>commons-codec</dep:groupId>
+        <dep:artifactId>commons-codec</dep:artifactId>
+        <dep:version>1.3</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.3.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>webservices-common</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.axis2</dep:groupId>
+        <dep:artifactId>axis2-metadata</dep:artifactId>
+        <dep:version>1.3</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.axis2</dep:groupId>
+        <dep:artifactId>axis2-jaxws</dep:artifactId>
+        <dep:version>1.3</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.axis2</dep:groupId>
+        <dep:artifactId>axis2-adb</dep:artifactId>
+        <dep:version>1.3</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>commons-logging</dep:groupId>
+        <dep:artifactId>commons-logging</dep:artifactId>
+        <dep:version>1.0.4</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.axis2</dep:groupId>
+        <dep:artifactId>axis2-java2wsdl</dep:artifactId>
+        <dep:version>1.3</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>commons-httpclient</dep:groupId>
+        <dep:artifactId>commons-httpclient</dep:artifactId>
+        <dep:version>3.0.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>server-security-config</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.modules</dep:groupId>
+        <dep:artifactId>geronimo-j2ee-schema</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>com.sun.xml.ws</dep:groupId>
+        <dep:artifactId>jaxws-tools</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.axis2</dep:groupId>
+        <dep:artifactId>axis2-saaj</dep:artifactId>
+        <dep:version>1.3</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.apache.axis2</dep:groupId>
+        <dep:artifactId>axis2-jaxws-api</dep:artifactId>
+        <dep:version>1.3</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.httpcomponents</dep:groupId>
+        <dep:artifactId>httpcore</dep:artifactId>
+        <dep:version>4.0-alpha5</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>jaxen</dep:groupId>
+        <dep:artifactId>jaxen</dep:artifactId>
+        <dep:version>1.1-beta-10</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>backport-util-concurrent</dep:groupId>
+        <dep:artifactId>backport-util-concurrent</dep:artifactId>
+        <dep:version>2.2</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>com.sun.xml.ws</dep:groupId>
+        <dep:artifactId>jaxws-rt</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.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.ws.commons.axiom</dep:groupId>
+        <dep:artifactId>axiom-impl</dep:artifactId>
+        <dep:version>1.2.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>transaction</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.geronimo.modules</dep:groupId>
+        <dep:artifactId>geronimo-axis2</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.xmlbeans</dep:groupId>
+        <dep:artifactId>xmlbeans</dep:artifactId>
+        <dep:version>2.3.0</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>annogen</dep:groupId>
+        <dep:artifactId>annogen</dep:artifactId>
+        <dep:version>0.1.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>openejb</dep:artifactId>
+        <dep:type>car</dep:type>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.ws.commons.axiom</dep:groupId>
+        <dep:artifactId>axiom-api</dep:artifactId>
+        <dep:version>1.2.5</dep:version>
+        <dep:type>jar</dep:type>
+        <dep:import>classes</dep:import>
+      </dep:dependency>
+      <dep:dependency>
+        <dep:groupId>org.apache.axis2</dep:groupId>
+        <dep:artifactId>axis2-kernel</dep:artifactId>
+        <dep:version>1.3</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/axis2/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Modified: geronimo/server/trunk/configs/ca-helper-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ca-helper-jetty/pom.xml?rev=572395&r1=572394&r2=572395&view=diff
==============================================================================
--- geronimo/server/trunk/configs/ca-helper-jetty/pom.xml (original)
+++ geronimo/server/trunk/configs/ca-helper-jetty/pom.xml Mon Sep  3 10:38:54 2007
@@ -32,7 +32,11 @@
     <artifactId>ca-helper-jetty</artifactId>
     <name>Geronimo Configs :: CA Helper app - Jetty</name>
     <packaging>car</packaging>
-    
+    <description>
+        This is a helper application for CA to enable receiving CSR's through
+        and uploading certificates to web browsers.
+    </description>
+
     <dependencies>
 
         <dependency>
@@ -91,6 +95,32 @@
                         <version>${version}</version>
                         <type>war</type>
                     </module>
+                    <category>Security</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>

Added: geronimo/server/trunk/configs/ca-helper-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ca-helper-jetty/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/ca-helper-jetty/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/ca-helper-jetty/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>/CAHelper</context-root>
+</web-app>
\ No newline at end of file

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

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

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

Modified: geronimo/server/trunk/configs/ca-helper-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ca-helper-tomcat/pom.xml?rev=572395&r1=572394&r2=572395&view=diff
==============================================================================
--- geronimo/server/trunk/configs/ca-helper-tomcat/pom.xml (original)
+++ geronimo/server/trunk/configs/ca-helper-tomcat/pom.xml Mon Sep  3 10:38:54 2007
@@ -32,7 +32,11 @@
     <artifactId>ca-helper-tomcat</artifactId>
     <name>Geronimo Configs :: CA Helper app - Tomcat</name>
     <packaging>car</packaging>
-    
+    <description>
+        This is a helper application for CA to enable receiving CSR's through
+        and uploading certificates to web browsers.
+    </description>
+
     <dependencies>
 
         <dependency>
@@ -91,6 +95,32 @@
                         <version>${version}</version>
                         <type>war</type>
                     </module>
+                    <category>Security</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/ca-helper-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ca-helper-tomcat/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/ca-helper-tomcat/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/ca-helper-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.1">
+  <context-root>/CAHelper</context-root>
+</web-app>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/client-corba-yoko/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client-corba-yoko/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/client-corba-yoko/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/client-corba-yoko/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,137 @@
+<?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>client-corba-yoko</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>openejb-client</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>client</artifactId>
+        <type>car</type>
+      </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.configs</groupId>
+        <artifactId>client-security</artifactId>
+        <type>car</type>
+      </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.openejb</groupId>
+        <artifactId>openejb-core</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <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.geronimo.modules</groupId>
+        <artifactId>geronimo-openejb</artifactId>
+        <version>2.1-SNAPSHOT</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>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <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>
+  <gbean name="DyanmicStubClassLoader" class="org.apache.geronimo.corba.util.DynamicStubClassLoaderGBean"/>
+  <gbean name="ORBConfigAdapter" class="org.apache.geronimo.yoko.ORBConfigAdapterGBean"/>
+  <gbean name="NameServerRef" 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>
+    <attribute name="local">false</attribute>
+  </gbean>
+  <gbean name="Server" class="org.apache.geronimo.corba.CORBABeanGBean">
+    <reference name="ConfigAdapter">
+      <name>ORBConfigAdapter</name>
+    </reference>
+    <reference name="NameService">
+      <name>NameServerRef</name>
+    </reference>
+    <reference name="SSLConfig">
+      <name>CORBASSLConfig</name>
+    </reference>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/client-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client-deployer/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/client-deployer/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/client-deployer/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,180 @@
+<?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">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>client-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>client</artifactId>
+        <type>car</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-client-builder</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>client-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="AppClientBuilder" class="org.apache.geronimo.client.builder.AppClientModuleBuilder">
+    <attribute name="transactionManagerObjectName">?name=TransactionManager</attribute>
+    <attribute name="connectionTrackerObjectName">?name=ConnectionTracker</attribute>
+    <attribute name="corbaGBeanObjectName">?name=Server</attribute>
+    <attribute name="credentialStoreName">?name=CredentialStore</attribute>
+    <reference name="Repositories">
+      <!--<gbean-name>*:name=Repository,*</gbean-name>-->
+    </reference>
+    <!--<reference name="SecurityBuilder">-->
+    <!--<name>SecurityBuilder</name>-->
+    <!--</reference>-->
+    <reference name="ServiceBuilders">
+      <name>GBeanBuilder</name>
+    </reference>
+    <references name="ModuleBuilderExtensions">
+      <pattern>
+        <name>PersistenceUnitBuilder</name>
+      </pattern>
+    </references>
+    <references name="NamingBuilders">
+      <pattern>
+        <name>GBeanRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>PersistenceUnitRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>ClientResourceRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>ClientAdminObjectRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>EnvironmentEntryBuilder</name>
+      </pattern>
+      <pattern>
+        <name>SwitchingClientServiceRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>ClientEjbRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>OpenEjbClientCorbaRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>ClientCorbaRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>LifecycleMethodBuilder</name>
+      </pattern>
+    </references>
+    <reference name="ConnectorModuleBuilder">
+      <name>ClientConnectorBuilder</name>
+    </reference>
+    <reference name="ClientArtifactResolver">
+      <name>ClientArtifactResolver</name>
+    </reference>
+    <xml-attribute name="defaultServerEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <type>car</type>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+    <xml-attribute name="defaultClientEnvironment">
+      <environment>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>client</artifactId>
+            <type>car</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>webservices-common</artifactId>
+            <type>car</type>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>axis</artifactId>
+            <type>car</type>
+            <import>classes</import>
+          </dependency>
+        </dependencies>
+      </environment>
+    </xml-attribute>
+  </gbean>
+  <gbean name="ClientArtifactResolver" class="org.apache.geronimo.client.builder.OptionalExplicitDefaultArtifactResolver">
+    <reference name="ArtifactManager">
+      <name>ArtifactManager</name>
+    </reference>
+    <reference name="Repositories"/>
+    <attribute name="versionMapLocation">var/config/client_artifact_aliases.properties</attribute>
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <reference name="FallbackArtifactResolver">
+      <name>ArtifactResolver</name>
+    </reference>
+  </gbean>
+  <gbean name="SwitchingClientServiceRefBuilder" 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>AxisClientServiceRefBuilder</name>
+      </pattern>
+    </references>
+    <references name="JAXWSBuilder">
+      <pattern>
+        <name>CXFClientServiceRefBuilder</name>
+      </pattern>
+      <pattern>
+        <name>Axis2ClientServiceRefBuilder</name>
+      </pattern>
+    </references>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/client-security/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client-security/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/client-security/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/client-security/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,100 @@
+<?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">
+  <!--required-->
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>client-security</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>client</artifactId>
+        <type>car</type>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="SecurityService" class="org.apache.geronimo.security.SecurityServiceImpl">
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <attribute name="policyConfigurationFactory">org.apache.geronimo.security.jacc.GeronimoPolicyConfigurationFactory</attribute>
+    <attribute name="policyProvider">org.apache.geronimo.security.jacc.GeronimoPolicy</attribute>
+    <attribute name="keyStore">var/security/clientcert.jks</attribute>
+    <attribute name="keyStorePassword">changeit</attribute>
+    <attribute name="trustStore">var/security/clientcert.jks</attribute>
+    <attribute name="trustStorePassword">changeit</attribute>
+  </gbean>
+  <!--required-->
+  <gbean name="LoginConfiguration" class="org.apache.geronimo.security.jaas.GeronimoLoginConfiguration">
+    <references name="Configurations">
+      <pattern>
+        <type>SecurityRealm</type>
+      </pattern>
+      <pattern>
+        <type>ConfigurationEntry</type>
+      </pattern>
+    </references>
+  </gbean>
+  <!--useful for corba: logs into a local realm, and server must reauthenticate each call-->
+  <gbean name="client-properties-realm" class="org.apache.geronimo.security.realm.GenericSecurityRealm">
+    <attribute name="realmName">client-properties-realm</attribute>
+    <xml-reference name="LoginModuleConfiguration">
+      <lc:login-config xmlns:lc="http://geronimo.apache.org/xml/ns/loginconfig-1.2">
+        <lc:login-module control-flag="REQUIRED" server-side="true" wrap-principals="true">
+          <lc:login-domain-name>client-properties-realm</lc:login-domain-name>
+          <lc:login-module-class>org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule</lc:login-module-class>
+          <lc:option name="usersURI">var/security/users.properties</lc:option>
+          <lc:option name="groupsURI">var/security/groups.properties</lc:option>
+        </lc:login-module>
+        <lc:login-module control-flag="REQUIRED" server-side="true" wrap-principals="true">
+          <lc:login-domain-name>default</lc:login-domain-name>
+          <lc:login-module-class>org.apache.geronimo.security.jaas.NamedUPCredentialLoginModule</lc:login-module-class>
+          <lc:option name="org.apache.geronimo.jaas.NamedUPCredentialLoginModule.Name">default</lc:option>
+        </lc:login-module>
+      </lc:login-config>
+    </xml-reference>
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+  </gbean>
+  <gbean name="KeystoreManager" class="org.apache.geronimo.security.keystore.FileKeystoreManager">
+    <attribute name="keystoreDir">var/security/keystores</attribute>
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <references name="KeystoreInstances">
+      <pattern>
+        <type>Keystore</type>
+      </pattern>
+    </references>
+  </gbean>
+  <gbean name="geronimo-default" class="org.apache.geronimo.security.keystore.FileKeystoreInstance">
+    <attribute name="keystoreName">geronimo-default</attribute>
+    <attribute name="keystorePath">var/security/keystores/geronimo-default</attribute>
+    <attribute name="keystorePassword">secret</attribute>
+    <attribute name="keyPasswords">geronimo=secret</attribute>
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/client-system/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client-system/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/client-system/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/client-system/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,142 @@
+<?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">
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>client-system</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>commons-jexl</groupId>
+        <artifactId>commons-jexl</artifactId>
+        <version>1.1</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-cli</artifactId>
+        <version>1.0</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>jline</groupId>
+        <artifactId>jline</artifactId>
+        <version>0.9.91</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-util</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>ognl</groupId>
+        <artifactId>ognl</artifactId>
+        <version>2.6.9</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-system</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="EmbeddedClientCommandLine" class="org.apache.geronimo.system.main.EmbeddedClientCommandLine"/>
+  <!--ServerInfo service-->
+  <gbean name="ServerInfo" class="org.apache.geronimo.system.serverinfo.BasicServerInfo"/>
+  <!--Repository-->
+  <gbean name="Repository" class="org.apache.geronimo.system.repository.Maven2Repository">
+    <attribute name="root">repository/</attribute>
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+  </gbean>
+  <!--Configuration Store service-->
+  <gbean name="Local" class="org.apache.geronimo.system.configuration.RepositoryConfigurationStore">
+    <reference name="Repository">
+      <name>Repository</name>
+    </reference>
+  </gbean>
+  <!--User-editable attribute service-->
+  <gbean name="AttributeManager" class="org.apache.geronimo.system.configuration.LocalAttributeManager">
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <attribute name="configFile">var/config/config.xml</attribute>
+    <attribute name="substitutionsFile">var/config/config-substitutions.properties</attribute>
+    <attribute name="substitutionPrefix">org.apache.geronimo.config.substitution.</attribute>
+  </gbean>
+  <!--ArtifactManager-->
+  <gbean name="ArtifactManager" class="org.apache.geronimo.kernel.repository.DefaultArtifactManager"/>
+  <!--ArtifactResolver-->
+  <gbean name="ArtifactResolver" class="org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver">
+    <reference name="ArtifactManager">
+      <name>ArtifactManager</name>
+    </reference>
+    <reference name="Repositories"/>
+    <attribute name="versionMapLocation">var/config/client_artifact_aliases.properties</attribute>
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+  </gbean>
+  <!--Configuration Manager service-->
+  <gbean name="ConfigurationManager" class="org.apache.geronimo.kernel.config.EditableKernelConfigurationManager">
+    <reference name="Repositories"></reference>
+    <reference name="Stores"></reference>
+    <reference name="AttributeStore">
+      <name>AttributeManager</name>
+    </reference>
+    <reference name="PersistentConfigurationList">
+      <type>AttributeStore</type>
+      <name>AttributeManager</name>
+    </reference>
+    <reference name="ArtifactManager">
+      <name>ArtifactManager</name>
+    </reference>
+    <reference name="ArtifactResolver">
+      <name>ArtifactResolver</name>
+    </reference>
+  </gbean>
+  <!--Logging service-->
+  <gbean name="Logger" class="org.apache.geronimo.system.logging.log4j.Log4jService">
+    <attribute name="configFileName">var/log/client-log4j.properties</attribute>
+    <attribute name="refreshPeriodSeconds">60</attribute>
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/client-transaction/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client-transaction/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/client-transaction/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/client-transaction/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,128 @@
+<?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">
+  <!--client connector support-->
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>client-transaction</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.components</groupId>
+        <artifactId>geronimo-transaction</artifactId>
+        <version>2.0.1</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-persistence-jpa10</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-transformer</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-transaction</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>client</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>client-security</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-connector</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.components</groupId>
+        <artifactId>geronimo-connector</artifactId>
+        <version>2.0.1</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="ConnectionTracker" class="org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinatorGBean">
+    <!--Turn off lazyConnect, it leaks connections. May need to revert the function-->
+    <attribute name="lazyConnect">false</attribute>
+    <reference name="TransactionManager">
+      <name>TransactionManager</name>
+    </reference>
+  </gbean>
+  <gbean name="DefaultWorkManager" class="org.apache.geronimo.connector.work.GeronimoWorkManagerGBean">
+    <reference name="SyncPool">
+      <name>DefaultThreadPool</name>
+    </reference>
+    <reference name="StartPool">
+      <name>DefaultThreadPool</name>
+    </reference>
+    <reference name="ScheduledPool">
+      <name>DefaultThreadPool</name>
+    </reference>
+    <reference name="TransactionManager">
+      <name>TransactionManager</name>
+    </reference>
+  </gbean>
+  <gbean name="XidFactory" class="org.apache.geronimo.transaction.manager.XidFactoryImplGBean">
+    <attribute name="tmId">71,84,77,73,68</attribute>
+  </gbean>
+  <gbean name="TransactionManager" class="org.apache.geronimo.transaction.manager.GeronimoTransactionManagerGBean">
+    <!--no transaction log on the client-->
+    <attribute name="defaultTransactionTimeoutSeconds">600</attribute>
+    <reference name="XidFactory">
+      <name>XidFactory</name>
+    </reference>
+  </gbean>
+  <gbean name="TransactionManagerBinding" class="org.apache.geronimo.gjndi.binding.GBeanBinding">
+    <attribute name="name">TransactionManager</attribute>
+    <attribute name="abstractNameQuery">?name=TransactionManager#</attribute>
+    <reference name="Context">
+      <name>JavaContext</name>
+    </reference>
+  </gbean>
+  <gbean name="TransactionSynchronizationRegistryBinding" class="org.apache.geronimo.gjndi.binding.GBeanBinding">
+    <attribute name="name">TransactionSynchronizationRegistry</attribute>
+    <attribute name="abstractNameQuery">?name=TransactionManager#</attribute>
+    <reference name="Context">
+      <name>JavaContext</name>
+    </reference>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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

Added: geronimo/server/trunk/configs/client/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client/src/main/plan/plan.xml?rev=572395&view=auto
==============================================================================
--- geronimo/server/trunk/configs/client/src/main/plan/plan.xml (added)
+++ geronimo/server/trunk/configs/client/src/main/plan/plan.xml Mon Sep  3 10:38:54 2007
@@ -0,0 +1,192 @@
+<?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">
+  <!--Naming properties-->
+  <environment>
+    <moduleId>
+      <groupId>org.apache.geronimo.configs</groupId>
+      <artifactId>client</artifactId>
+      <version>2.1-SNAPSHOT</version>
+      <type>car</type>
+    </moduleId>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-interceptor</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>jee-specs</artifactId>
+        <type>car</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-security</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-activation</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-j2ee</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-util</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-core</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-naming</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>geronimo-management</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>xbean-reflect</artifactId>
+        <version>3.1</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>client-system</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.geronimo.modules</groupId>
+        <artifactId>geronimo-openejb</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <type>jar</type>
+        <import>classes</import>
+      </dependency>
+    </dependencies>
+    <hidden-classes/>
+    <non-overridable-classes/>
+  </environment>
+  <gbean name="NamingProperties" class="org.apache.geronimo.system.properties.NamingProperties">
+    <attribute name="namingFactoryInitial">org.apache.xbean.naming.global.GlobalContextManager</attribute>
+    <attribute name="namingFactoryUrlPkgs">org.apache.xbean.naming</attribute>
+    <attribute name="namingProviderUrl">rmi://0.0.0.0:1099</attribute>
+  </gbean>
+  <gbean name="GlobalContext" class="org.apache.geronimo.gjndi.GlobalContextGBean"/>
+  <gbean name="JavaCompContext" class="org.apache.geronimo.gjndi.JavaCompContextGBean"/>
+  <gbean name="JavaContext" class="org.apache.geronimo.gjndi.WritableContextGBean">
+    <attribute name="nameInNamespace">java:</attribute>
+  </gbean>
+  <gbean name="GeronimoContext" class="org.apache.geronimo.gjndi.WritableContextGBean">
+    <attribute name="nameInNamespace">ger:</attribute>
+  </gbean>
+  <gbean name="DefaultThreadPool" class="org.apache.geronimo.pool.ThreadPool">
+    <attribute name="keepAliveTime">5000</attribute>
+    <attribute name="poolSize">100</attribute>
+    <attribute name="poolName">DefaultThreadPool</attribute>
+  </gbean>
+  <!--<gbean name="eis/JAXR" class="org.apache.geronimo.webservices.jaxr.JAXRGBean"/>-->
+  <gbean name="geronimo.client" class="org.apache.geronimo.j2ee.management.impl.J2EEServerImpl">
+    <reference name="ServerInfo">
+      <name>ServerInfo</name>
+    </reference>
+    <reference name="JVMs"/>
+    <references name="Resources">
+      <pattern>
+        <type>JCAResource</type>
+      </pattern>
+      <pattern>
+        <type>JavaMailResource</type>
+      </pattern>
+      <pattern>
+        <type>JDBCResource</type>
+      </pattern>
+      <pattern>
+        <type>JMSResource</type>
+      </pattern>
+      <pattern>
+        <type>JNDIResource</type>
+      </pattern>
+      <pattern>
+        <type>JTAResource</type>
+      </pattern>
+      <pattern>
+        <type>RMI_IIOPResource</type>
+      </pattern>
+      <pattern>
+        <type>URLResource</type>
+      </pattern>
+    </references>
+    <reference name="Applications"/>
+    <reference name="AppClientModules"/>
+    <reference name="WebModules"/>
+    <reference name="EJBModules"/>
+    <reference name="ResourceAdapterModules"/>
+    <reference name="WebManagers"/>
+    <reference name="EJBManagers"/>
+    <reference name="JMSManagers"/>
+    <reference name="ThreadPools"/>
+    <reference name="Repositories"/>
+    <reference name="SecurityRealms"/>
+    <reference name="KeystoreManagers"/>
+    <reference name="ConfigurationManager">
+      <name>ConfigurationManager</name>
+    </reference>
+  </gbean>
+  <gbean name="ClientSystemProperties" class="org.apache.geronimo.system.properties.SystemProperties">
+    <attribute name="systemProperties">javax.xml.soap.MessageFactory=org.apache.geronimo.webservices.saaj.GeronimoMessageFactory
+           javax.xml.soap.SOAPFactory=org.apache.geronimo.webservices.saaj.GeronimoSOAPFactory
+           javax.xml.soap.SOAPConnectionFactory=org.apache.geronimo.webservices.saaj.GeronimoSOAPConnectionFactory
+           javax.xml.soap.MetaFactory=org.apache.geronimo.webservices.saaj.GeronimoMetaFactory
+
+           org.apache.cxf.jaxws.checkPublishEndpointPermission=true</attribute>
+  </gbean>
+</module>
\ No newline at end of file

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

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

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