I don't think this is a good idea, and including client-security is IMO a mistake. I'm surprised the server will start with it included.

What happens if you use

    <dependency>
        <groupId>org.apache.geronimo.configs</groupId>
        <artifactId>axis2</artifactId>
        <type>car</type>
        <import-type>classes</import-type>
    </dependency>

?

On Apr 2, 2007, at 2:33 PM, [EMAIL PROTECTED] wrote:

Author: dims
Date: Mon Apr  2 14:33:53 2007
New Revision: 524928

URL: http://svn.apache.org/viewvc?view=rev&rev=524928
Log:
let's try enumerating the jars instead of using the car

Modified:
    geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml

Modified: geronimo/server/trunk/configs/axis2-deployer/src/plan/ plan.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ axis2-deployer/src/plan/plan.xml? view=diff&rev=524928&r1=524927&r2=524928 ====================================================================== ======== --- geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml (original) +++ geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml Mon Apr 2 14:33:53 2007
@@ -58,8 +58,100 @@
<environment xmlns="http://geronimo.apache.org/xml/ns/ deployment-${geronimoSchemaVersion}">
                 <dependencies>
                     <dependency>
+ <groupId>org.apache.geronimo.modules</ groupId>
+                        <artifactId>geronimo-axis2</artifactId>
+                    </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-saaj</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.axis2</groupId>
+                        <artifactId>axis2-metadata</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.ws.commons.axiom</ groupId>
+                        <artifactId>axiom-impl</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.ws.commons</groupId>
+                        <artifactId>XmlSchema</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.neethi</groupId>
+                        <artifactId>neethi</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</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.geronimo.javamail</ groupId> + <artifactId>geronimo-javamail_1.4_mail</ artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-activation_1.1_spec</ artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>xalan</groupId>
+                        <artifactId>xalan</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>xmlbeans</groupId>
+                        <artifactId>xbean</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>jaxen</groupId>
+                        <artifactId>jaxen</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>annogen</groupId>
+                        <artifactId>annogen</artifactId>
+                    </dependency>
+                    <dependency>
+                        <groupId>xml-resolver</groupId>
+                        <artifactId>xml-resolver</artifactId>
+                    </dependency>
+                    <dependency>
<groupId>org.apache.geronimo.configs</ groupId>
-                        <artifactId>axis2</artifactId>
+                        <artifactId>client-security</artifactId>
                         <type>car</type>
                     </dependency>
                 </dependencies>



Reply via email to