Oracle Weblogic Server (MOSC)

MOSC Banner

ws-jwsc

Trying to move my application to Maven versus Ant. When trying to use "<module>" within the pom file , I getting the following error during the compile.

"ws-jwsc goal failed: : file must not be null."


here is a snippet of the pom file:

<configuration>

       <sourcepath>src\main\java</sourcepath>

   <srcDir>src\main\java\com\ads\webservices\jws</srcDir>

     <destDir>${buildDirectory}</destDir>

     <keepGenerated>true</keepGenerated>

     <debug>true</debug>

     <listfiles>true</listfiles>

     <verbose>true</verbose>

        <module>

       <jws>

       <file>AccountLookup2x.java</file>

       <generateWsdl>true</generateWsdl>

         </jws>

         <jws>

       <file>AccountLookup1x.java</file>

       <generateWsdl>true</generateWsdl>

         </jws>


         </module>

      </configuration>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center