Using Maven2 generated the EAR. I am trying to deploy this EAR from WAS 6
adming console. While deploying, getting following exception.

Here am pasting my pom.xml content, Please provide a solution asap.

Thanks In advance...
Krishna..

======================================================================
POM.XML OF EAR

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
                             http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <parent>
        <artifactId>BRIDGES</artifactId>
        <groupId>com.montana</groupId>
        <version>1.0</version>
  </parent>

  <artifactId>BRIDGES-EAR</artifactId>
  <packaging>ear</packaging>
  <name>BRIDGES-EAR</name>

 <dependencies>
<!-- New one       AR dependency-->
  <dependency>
      <groupId>com.montana</groupId>
      <artifactId>RM</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

<!-- bridgesWeb,DA and RT dependency-->
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>FW</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>

                <!-- bridgesWeb and  RTdependency-->
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>DA</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>

         
         <!-- bridgesWeb dependencies-->
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>AL</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>AR</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>BI</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>CO</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>CV</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>DC</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>ED</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>HM</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>HP</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>IN</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>IQ</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>MO</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>QC</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>RL</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>RP</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>RT</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>SE</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>SH</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>DI</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>EG</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>HE</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>MU</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>OWS</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>PM</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
         <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>RD</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
        <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>ST</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>

                        

                <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>BV</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>
                <dependency>
                  <groupId>com.montana</groupId>
                  <artifactId>CR</artifactId>
                  <version>1.0</version>
                  <scope>compile</scope>
                </dependency>

                <dependency>
                <type>war</type>
                  <groupId>com.montana</groupId>
                  <artifactId>BRIDGES-WEB</artifactId>
                    <version>1.0</version>
                </dependency>

   </dependencies>

  <build>
  <resources>
      <resource>
        <targetPath>META-INF/ibmconfig</targetPath>
        <filtering>false</filtering>
        <directory>${basedir}/META-INF/ibmconfig</directory>
        </resource>      
                  <resource>
        <targetPath>META-INF</targetPath>
        <directory>${basedir}/META-INF</directory>
                        <includes>
                                <include>.modulemaps</include>
                        </includes>
        </resource>
    </resources>
        
        
    <plugins>
                
                 <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-ear-plugin</artifactId>
                   <version>2.4.2</version>
                        <configuration>
                                
<earSourceDirectory>${project.build.outputDirectory}</earSourceDirectory>
                                 
<applicationXml>${basedir}/META-INF/application.xml</applicationXml>
                                 <modules>

                                        <jarModule>
                                            <groupId>com.montana</groupId>
                                                <artifactId>FW</artifactId>
                                           <bundleDir>lib</bundleDir>
                                        </jarModule>
                                        <jarModule>
                                            <groupId>com.montana</groupId>
                                                <artifactId>DA</artifactId>
                                           <bundleDir>lib</bundleDir>
                                        </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>AL</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                        </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>AR</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>BI</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>CO</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>CV</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>DC</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>ED</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>HM</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>HP</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>IN</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>IQ</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                                 <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>RM</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>MO</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>QC</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>RL</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>RP</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>RT</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>SE</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>SH</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>DI</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>EG</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>HE</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>MU</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>OWS</artifactId>  
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>PM</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                         <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>RD</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
                                        <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>ST</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>
<jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>BV</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>

                                                <jarModule>
                                                  <groupId>com.montana</groupId>
                                                  <artifactId>CR</artifactId>   
                                  
                                                  <bundleDir>lib</bundleDir>
                                                </jarModule>

                                  <jarModule>
                                          <groupId>log4j-1.2.4</groupId>
                                          <artifactId>log4j-1.2.4</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                         <jarModule>
                                          <groupId>javax.servlet</groupId>
                                          <artifactId>servlet-api</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                 <jarModule>
                                          <groupId>NDS</groupId>
                                          <artifactId>NDS</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                          <jarModule>
                                          <groupId>com.ibm.mq</groupId>
                                          <artifactId>com.ibm.mq</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                          <jarModule>
                                          <groupId>com.ibm.mqbind</groupId>
                                          
<artifactId>com.ibm.mqbind</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                         <jarModule>
                                          <groupId>com.ibm.mqjms</groupId>
                                          <artifactId>com.ibm.mqjms</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                         <jarModule>
                                          <groupId>idssecl</groupId>
                                          <artifactId>idssecl</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                         <jarModule>
                                          <groupId>javassist</groupId>
                                          <artifactId>javassist</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                          <jarModule>
                                          <groupId>jdom</groupId>
                                          <artifactId>jdom</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                           <jarModule>
                                          <groupId>jms</groupId>
                                          <artifactId>JMS</artifactId>
                                           <bundleDir>lib</bundleDir>
                                        </jarModule>

                                        <jarModule>
                                          <groupId>jpda</groupId>
                                          <artifactId>jpda</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                        <jarModule>
                                          <groupId>njclv2r</groupId>
                                          <artifactId>njclv2r</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                        <jarModule>
                                          <groupId>xml</groupId>
                                          <artifactId>xml</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>    



                                <jarModule>
                                          <groupId>bootstrap</groupId>
                                          <artifactId>bootstrap</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>



                                 <jarModule>
                                          <groupId>classes12</groupId>
                                          <artifactId>classes12</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>



                                 <jarModule>
                                          <groupId>connector</groupId>
                                          <artifactId>connector</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>



                                 <jarModule>
                                          <groupId>eablib</groupId>
                                          <artifactId>eablib</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>



                                 <jarModule>
                                          <groupId>icu4j</groupId>
                                          <artifactId>icu4j</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                 
                                 <jarModule>
                                          <groupId>ivjejb35</groupId>
                                          <artifactId>ivjejb35</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>



                                 <jarModule>
                                          <groupId>nssl1.2_exp</groupId>
                                          <artifactId>nssl1.2_exp</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>



                                 <jarModule>
                                          <groupId>recjava</groupId>
                                          <artifactId>recjava</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                 <jarModule>
                                          <groupId>vaprt</groupId>
                                          <artifactId>vaprt</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                 <jarModule>
                                          <groupId>xerces</groupId>
                                          <artifactId>xerces</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                 <jarModule>
                                          <groupId>xercesImpl-2.6.2</groupId>
                                          
<artifactId>xercesImpl-2.6.2</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                 <jarModule>
                                          <groupId>g1client</groupId>
                                          <artifactId>g1client</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                 <jarModule>
                                          <groupId>unicoder</groupId>
                                          <artifactId>unicoder</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                 <jarModule>
                                          <groupId>axis</groupId>
                                          <artifactId>axis</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                 <jarModule>
                                          
<groupId>CIMSWebServiceClient</groupId>
                                          
<artifactId>CIMSWebServiceClient</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                 <jarModule>
                                          
<groupId>AssistWebServiceClient</groupId>
                                          
<artifactId>AssistWebServiceClient</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                         <jarModule>
                                          <groupId>j2ee</groupId>
                                          <artifactId>j2ee</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                         <jarModule>
                                          <groupId>idsclie</groupId>
                                          <artifactId>idsclie</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                                
                                <jarModule>
                                          <groupId>ojdbc14</groupId>
                                          <artifactId>ojdbc14</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                        
                                        <jarModule>
                                          <groupId>commons-net-1.4.0</groupId>
                                          
<artifactId>commons-net-1.4.0</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                        <jarModule>
                                          <groupId>ejbcontainerImpl</groupId>
                                          
<artifactId>ejbcontainerImpl</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>ecutils</groupId>
                                          <artifactId>ecutils</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>ejbcontainer</groupId>
                                          <artifactId>ejbcontainer</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>ras</groupId>
                                          <artifactId>ras</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>webcontainer</groupId>
                                          <artifactId>webcontainer</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                        <jarModule>
                                          <groupId>sib.common</groupId>
                                          <artifactId>sib.common</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>runtime</groupId>
                                          <artifactId>runtime</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                        <jarModule>
                                          <groupId>core</groupId>
                                          <artifactId>core</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>utils</groupId>
                                          <artifactId>utils</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>webservices</groupId>
                                          <artifactId>webservices</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>    

                                <jarModule>
                                          <groupId>rsadapterspi</groupId>
                                          <artifactId>rsadapterspi</artifactId>
                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>
                                <jarModule>
                                          <groupId>ejbportable</groupId>
                                          <artifactId>ejbportable</artifactId>  
                                  
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                <jarModule>
                                          <groupId>rsaexternal</groupId>
                                          <artifactId>rsaexternal</artifactId>  
                                  
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                        <jarModule>
                                          <groupId>ffdc</groupId>
                                          <artifactId>ffdc</artifactId>         
                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                        <jarModule>
                                          <groupId>Iq8PostalSoft</groupId>
                                          
<artifactId>Iq8PostalSoft</artifactId>                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                                        <jarModule>
                                          <groupId>marshall</groupId>
                                          <artifactId>marshall</artifactId>     
                                  
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


        
                                        <jarModule>
                                          <groupId>jlmapi</groupId>
                                          <artifactId>jlmapi</artifactId>       
                                  
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                        <jarModule>
                                          <groupId>jsr173_1.0_api</groupId>
                                          
<artifactId>jsr173_1.0_api</artifactId>                                         
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                        <jarModule>
                                          <groupId>poi-3.1-FINAL</groupId>
                                          
<artifactId>poi-3.1-FINAL</artifactId>                                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


        <jarModule>
                                          <groupId>PD</groupId>
                                          <artifactId>PD</artifactId>           
                          
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>



        <jarModule>
                                          <groupId>itext-2.0.6</groupId>
                                          <artifactId>itext-2.0.6</artifactId>  
                                  
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                <jarModule>
                                          <groupId>PDFTextStream-2.1.6</groupId>
                                          
<artifactId>PDFTextStream-2.1.6</artifactId>                                    
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


                <jarModule>
                                          <groupId>rascore</groupId>
                                          <artifactId>rascore</artifactId>      
                                  
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>


<jarModule>
                                          <groupId>jrcerom</groupId>
                                          <artifactId>jrcerom</artifactId>      
                                  
                                          <bundleDir>lib</bundleDir>
                                        </jarModule>

                                 </modules>

                        </configuration>
                  </plugin>

<!-- Use the assembly plugin to create a zip file of all our dependencies. 
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <descriptorRefs>
                        <descriptorRef>assembly-zip-for-wid</descriptorRef>
                    </descriptorRefs>
                </configuration>
                <executions>
                    <execution>
                        <id>make-assembly</id>
                        <phase>package</phase>
                        <goals>
                            <goal>attached</goal>
                        </goals>
                    </execution>
                </executions>
                <dependencies>
                    <dependency>
                        <groupId>some.package.assemblies</groupId>
                        <artifactId>assembly-zip-for-wid</artifactId>
                        <version>0.0.1</version>
                    </dependency>
                </dependencies>
            </plugin-->

                        <!-- And then pass it to the servicedeploy mojo -->
          
<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>was6-maven-plugin</artifactId>
  <version>1.1.1</version>
  <executions>
    <execution>
          <id>integration-test</id>
      <phase>integration-test</phase>
        <goals>
                   <goal>installApp</goal>
        <!--goal>ejbdeploy</goal-->
       <!--goal>wsStartApp</goal-->
      </goals>
    </execution>
  </executions>
  <configuration>
    <applicationName>BridgesEAR</applicationName>
   <conntype>SOAP</conntype>
    <wasHome>C:\Data\IBM\SDP70\runtimes\base_v6</wasHome>
   <host>localhost</host>
   
<workingDirectory>${project.build.directory}\was6-maven-plugin</workingDirectory>
    <port>8881</port>
    <profileName>AppSrv01</profileName>
            <targetCell>USHYDVVALAVALA1Node02Cell</targetCell>
                    <targetNode>USHYDVVALAVALA1Node02</targetNode>
                            <targetServer>server1 </targetServer>

<earFile>${project.build.directory}\${project.artifactId}-${project.version}.ear</earFile>
    <verbose>true</verbose>
    <updateExisting>false</updateExisting>
  </configuration>
</plugin>
    </plugins>
        <outputDirectory> ${basedir}\target\classes</outputDirectory>
  </build>
  <reporting>
    <outputDirectory> ${basedir}\target\site</outputDirectory>
  </reporting>
</project>
--------------------------------------------------------------------------------------------
PARENT POM.XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
                             http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.montana</groupId>
  <artifactId>BRIDGES</artifactId>
  <version>1.0</version>
  <packaging>pom</packaging>
  <name>Montana Project</name>

  <modules>
         <!--module>FW</module>
          <module>DA</module>
           <module>RT</module>
              <module>bridgesWeb</module-->
 <module>BridgesEAR</module>
  </modules>

  <dependencies>
  <!-- common dependencies-->
   <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>       
         <dependency>
      <groupId>log4j-1.2.4</groupId>
      <artifactId>log4j-1.2.4</artifactId>
      <version>1.2.4</version>
      <scope>compile</scope>
    </dependency>
         <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>compile</scope>
    </dependency>

        <!-- FW and bridgesWeb common dependencies-->

 <dependency>
      <groupId>NDS</groupId>
      <artifactId>NDS</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>

          <dependency>
      <groupId>com.ibm.mq</groupId>
      <artifactId>com.ibm.mq</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
          <dependency>
      <groupId>com.ibm.mqbind</groupId>
      <artifactId>com.ibm.mqbind</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
         <dependency>
      <groupId>com.ibm.mqjms</groupId>
      <artifactId>com.ibm.mqjms</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
         <dependency>
      <groupId>idssecl</groupId>
      <artifactId>idssecl</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
         <dependency>
      <groupId>javassist</groupId>
      <artifactId>javassist</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

          <dependency>
      <groupId>jdom</groupId>
      <artifactId>jdom</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

           <dependency>
      <groupId>jms</groupId>
      <artifactId>JMS</artifactId>
      <version>1.2</version>
      <scope>test</scope>
    </dependency>

        <dependency>
      <groupId>jpda</groupId>
      <artifactId>jpda</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

        <dependency>
      <groupId>njclv2r</groupId>
      <artifactId>njclv2r</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

        <dependency>
      <groupId>xml</groupId>
      <artifactId>xml</artifactId>
      <version>1.4.2</version>
      <scope>compile</scope>
    </dependency>       



        <!-- bridgesWeb and BridgesEAR common dependencies-->


<dependency>
      <groupId>bootstrap</groupId>
      <artifactId>bootstrap</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>



 <dependency>
      <groupId>classes12</groupId>
      <artifactId>classes12</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>



 <dependency>
      <groupId>connector</groupId>
      <artifactId>connector</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>



 <dependency>
      <groupId>eablib</groupId>
      <artifactId>eablib</artifactId>
      <version>3.5.3</version>
      <scope>compile</scope>
    </dependency>



 <dependency>
      <groupId>icu4j</groupId>
      <artifactId>icu4j</artifactId>
      <version>3.4.4</version>
      <scope>compile</scope>
    </dependency>

 
 <dependency>
      <groupId>ivjejb35</groupId>
      <artifactId>ivjejb35</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>



 <dependency>
      <groupId>nssl1.2_exp</groupId>
      <artifactId>nssl1.2_exp</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>



 <dependency>
      <groupId>recjava</groupId>
      <artifactId>recjava</artifactId>
      <version>3.5.3</version>
      <scope>compile</scope>
    </dependency>


 <dependency>
      <groupId>vaprt</groupId>
      <artifactId>vaprt</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>


 <dependency>
      <groupId>xerces</groupId>
      <artifactId>xerces</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>


 <dependency>
      <groupId>xercesImpl-2.6.2</groupId>
      <artifactId>xercesImpl-2.6.2</artifactId>
      <version>2.6.2</version>
      <scope>compile</scope>
    </dependency>

 <dependency>
      <groupId>g1client</groupId>
      <artifactId>g1client</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>


 <dependency>
      <groupId>unicoder</groupId>
      <artifactId>unicoder</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>


 <dependency>
      <groupId>axis</groupId>
      <artifactId>axis</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
    </dependency>


 <dependency>
      <groupId>CIMSWebServiceClient</groupId>
      <artifactId>CIMSWebServiceClient</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

 <dependency>
      <groupId>AssistWebServiceClient</groupId>
      <artifactId>AssistWebServiceClient</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>



        <!-- FW and BridgesEAR common dependencies-->


         <dependency>
      <groupId>j2ee</groupId>
      <artifactId>j2ee</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
         <dependency>
      <groupId>idsclie</groupId>
      <artifactId>idsclie</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
                
<dependency>
      <groupId>ojdbc14</groupId>
      <artifactId>ojdbc14</artifactId>
      <version>10.2.0.2.0</version>
      <scope>compile</scope>
    </dependency>
        
        <dependency>
      <groupId>commons-net-1.4.0</groupId>
      <artifactId>commons-net-1.4.0</artifactId>
      <version>1.4.0</version>
      <scope>compile</scope>
    </dependency>
        <dependency>
      <groupId>ejbcontainerImpl</groupId>
      <artifactId>ejbcontainerImpl</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>ecutils</groupId>
      <artifactId>ecutils</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>ejbcontainer</groupId>
      <artifactId>ejbcontainer</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>ras</groupId>
      <artifactId>ras</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>webcontainer</groupId>
      <artifactId>webcontainer</artifactId>
      <version>6.0</version>
      <scope>compile</scope>
    </dependency>
        <dependency>
      <groupId>sib.common</groupId>
      <artifactId>sib.common</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>runtime</groupId>
      <artifactId>runtime</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
        <dependency>
      <groupId>core</groupId>
      <artifactId>core</artifactId>
      <version>1.4.2</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>utils</groupId>
      <artifactId>utils</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>webservices</groupId>
      <artifactId>webservices</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>       

<dependency>
      <groupId>rsadapterspi</groupId>
      <artifactId>rsadapterspi</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>ejbportable</groupId>
      <artifactId>ejbportable</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
<dependency>
      <groupId>rsaexternal</groupId>
      <artifactId>rsaexternal</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>
        <dependency>
      <groupId>ffdc</groupId>
      <artifactId>ffdc</artifactId>
      <version>6.0.0.0</version>
      <scope>compile</scope>
    </dependency>


        <!-- New One  AR dependency-->

<dependency>
      <groupId>Iq8PostalSoft</groupId>
      <artifactId>Iq8PostalSoft</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>



        <!-- New One  BV dependency-->

<dependency>
      <groupId>marshall</groupId>
      <artifactId>marshall</artifactId>
      <version>6.0.1</version>
      <scope>compile</scope>
    </dependency>



        <!-- New One  CV dependency-->

<dependency>
      <groupId>jlmapi</groupId>
      <artifactId>jlmapi</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>


<!-- New One  IN dependency-->

<dependency>
      <groupId>jsr173_1.0_api</groupId>
      <artifactId>jsr173_1.0_api</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>

<dependency>
      <groupId>poi-3.1-FINAL</groupId>
      <artifactId>poi-3.1-FINAL</artifactId>
      <version>3.1</version>
      <scope>compile</scope>
    </dependency>
        
<!-- New One  MU dependency-->

<dependency>
      <groupId>PD</groupId>
      <artifactId>PD</artifactId>
      <version>5.1.2.0</version>
      <scope>compile</scope>
    </dependency>

<!-- New One  RP  dependency-->

<dependency>
      <groupId>itext-2.0.6</groupId>
      <artifactId>itext-2.0.6</artifactId>
      <version>2.0.6</version>
      <scope>compile</scope>
    </dependency>

<dependency>
      <groupId>PDFTextStream-2.1.6</groupId>
      <artifactId>PDFTextStream-2.1.6</artifactId>
      <version>2.1.6</version>
      <scope>compile</scope>
    </dependency>


<dependency>
      <groupId>rascore</groupId>
      <artifactId>rascore</artifactId>
      <version>11.8.0.671</version>
      <scope>compile</scope>
    </dependency>

        <dependency>
      <groupId>jrcerom</groupId>
      <artifactId>jrcerom</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
          </dependencies>

  </project>

========================================================================
Installing...
If there are enterprise beans in the application, the EJB deployment process
can take several minutes. Please do not save the configuration until the
process completes.

Check the SystemOut.log on the Deployment Manager or server where the
application is deployed for specific information about the EJB deployment
process as it occurs.

ADMA5016I: Installation of BridgesEAR started. 

ADMA0139W: The resource assignment of name jdbc/bridgesDS and type
javax.resource.cci.ConnectionFactory, with JNDI name jdbc/bridgesDS is found
within scope of module DCEJB with URI lib/DC-1.0.jar,META-INF/ejb-jar.xml
deployed to target
WebSphere:cell=USHYDVVALAVALA1Node03Cell,node=USHYDVVALAVALA1Node03,server=server1,
but of wrong resource type WAS50DataSource. The expected resource type is
J2CConnectionFactory. 

ADMA0139W: The resource assignment of name jdbc/bridgesDS and type
javax.resource.cci.ConnectionFactory, with JNDI name jdbc/bridgesDS is found
within scope of module DCEJB with URI lib/DC-1.0.jar,META-INF/ejb-jar.xml
deployed to target
WebSphere:cell=USHYDVVALAVALA1Node03Cell,node=USHYDVVALAVALA1Node03,server=server1,
but of wrong resource type WAS50DataSource. The expected resource type is
J2CConnectionFactory. 

ADMA0139W: The resource assignment of name jdbc/bridgesDS and type
javax.resource.cci.ConnectionFactory, with JNDI name jdbc/bridgesDS is found
within scope of module DCEJB with URI lib/DC-1.0.jar,META-INF/ejb-jar.xml
deployed to target
WebSphere:cell=USHYDVVALAVALA1Node03Cell,node=USHYDVVALAVALA1Node03,server=server1,
but of wrong resource type WAS50DataSource. The expected resource type is
J2CConnectionFactory. 

ADMA0115W: Resource assignment of name jdbc/tiers3DS and type
javax.sql.DataSource, with JNDI name jdbc/tiers3DS is not found within scope
of module IQEJB with URI lib/IQ-1.0.jar,META-INF/ejb-jar.xml deployed to
target
WebSphere:cell=USHYDVVALAVALA1Node03Cell,node=USHYDVVALAVALA1Node03,server=server1.
 

ADMA0115W: Resource assignment of name jdbc/tiers3DS and type
javax.sql.DataSource, with JNDI name jdbc/tiers3DS is not found within scope
of module IQEJB with URI lib/IQ-1.0.jar,META-INF/ejb-jar.xml deployed to
target
WebSphere:cell=USHYDVVALAVALA1Node03Cell,node=USHYDVVALAVALA1Node03,server=server1.
 

ADMA5068I: The resource validation for application BridgesEAR completed
successfully, but warnings occured during validation. 

ADMA5058I: Application and module versions are validated with versions of
deployment targets. 

ADMA5018I: The EJBDeploy command is running on enterprise archive (EAR) file
C:\Program
Files\IBM\WebSphere\AppServer\profiles\AppSrv01\wstemp\0\upload\BRIDGES-EAR-1.0.ear.
 

Starting workbench. 

framework search path: c:\Program
Files\IBM\WebSphere\AppServer\deploytool\itp\plugins 

Creating the project. 

Deploying jar AL-1.0 

Generating deployment code 

Deploying jar AR-1.0 

Generating deployment code 

Deploying jar BI-1.0 

Generating deployment code 

Deploying jar BV-1.0 

Generating deployment code 

Deploying jar CO-1.0 

Generating deployment code 

Deploying jar CR-1.0 

Generating deployment code 

Deploying jar DC-1.0 

Generating deployment code 

Deploying jar ED-1.0 

Generating deployment code 

Deploying jar FW-1.0 

Generating deployment code 

Deploying jar HE-1.0 

Generating deployment code 

Deploying jar HM-1.0 

Generating deployment code 

Deploying jar HP-1.0 

Generating deployment code 

Deploying jar IN-1.0 

Generating deployment code 

Deploying jar IQ-1.0 

Generating deployment code 

Deploying jar MO-1.0 

Generating deployment code 

Deploying jar PM-1.0 

Generating deployment code 

Deploying jar QC-1.0 

Generating deployment code 

Deploying jar RD-1.0 

Generating deployment code 

Deploying jar RL-1.0 

Generating deployment code 

Deploying jar RP-1.0 

Generating deployment code 

Deploying jar RT-1.0 

Generating deployment code 

Deploying jar SE-1.0 

Generating deployment code 

Deploying jar SH-1.0 

Generating deployment code 

Deploying jar ST-1.0 

Generating deployment code 

/AL-1.0: The project was not built since its build path is incomplete.
Cannot find the class file for
us.mi.state.dhs.fw.business.services.IFwAbstractSession. Fix the build path
then try building this project 

/AL-1.0: The project was not built since its build path is incomplete.
Cannot find the class file for
us.mi.state.dhs.fw.business.services.IFwAbstractSession. Fix the build path
then try building this project 

ejbModule/us/mi/state/dhs/bridges/business/services/al/EJSRemoteStatelessALSVASearchViewAlertsSessionEJB_88e7a4a6.java(8):
The type us.mi.state.dhs.fw.business.services.IFwAbstractSession cannot be
resolved. It is indirectly referenced from required .class files 

ejbModule/us/mi/state/dhs/bridges/business/services/al/EJSRemoteStatelessALSVASearchViewAlertsSessionEJB_88e7a4a6.java(8):
The type us.mi.state.dhs.fw.business.services.IFwAbstractSession cannot be
resolved. It is indirectly referenced from required .class files 

Shutting down workbench. 

Execution Halted: Compilation Errors Reported 

2 Errors, 0 Warnings, 0 Informational Messages 

ADMA5007I: The EJBDeploy command completed on C:\Program
Files\IBM\WebSphere\AppServer\profiles\AppSrv01\wstemp\wstemp\app_12cee72d755\dpl\dpl_BridgesEAR.ear
 

ADMA5008E: EJBDeploy failed on C:\Program
Files\IBM\WebSphere\AppServer\profiles\AppSrv01\wstemp\wstemp\app_12cee72d755\dpl\dpl_BridgesEAR.ear:
com.ibm.websphere.management.exception.AdminException: ADMA0063E: An error
occurred in EJB deployment - [/AL-1.0: The project was not built since its
build path is incomplete. Cannot find the class file for
us.mi.state.dhs.fw.business.services.IFwAbstractSession. Fix the build path
then try building this project,
ejbModule/us/mi/state/dhs/bridges/business/services/al/EJSRemoteStatelessALSVASearchViewAlertsSessionEJB_88e7a4a6.java(8):
The type us.mi.state.dhs.fw.business.services.IFwAbstractSession cannot be
resolved. It is indirectly referenced from required .class files] 

ADMA5011I: The cleanup of the temp directory for application BridgesEAR is
complete. 

ADMA5014E: The installation of application BridgesEAR failed. 

The installation of application BridgesEAR failed.
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/EAR-installation-issues-in-WAS6-0-tp3307751p3307751.html
Sent from the Maven - Issues mailing list archive at Nabble.com.

Reply via email to