<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: ClassNotFoundException org.jboss.ws.api.tools.WSContractConsumer when using maven-jaxws-tools-plugin
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/simplex-software">nicolas duminil</a> in <i>JBoss Web Services</i> - <a href="https://community.jboss.org/message/718783#718783">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Okay, thanks for the update. Now I modified my pom such that to use the 1.0.0.GA release. Here is the new one:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>&lt;project xmlns="</span><a class="jive-link-external-small" href="http://maven.apache.org/POM/4.0.0" target="_blank">http://maven.apache.org/POM/4.0.0</a><span>" xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>" xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://maven.apache.org/POM/4.0.0" target="_blank">http://maven.apache.org/POM/4.0.0</a><span> </span><a class="jive-link-external-small" href="http://maven.apache.org/xsd/maven-4.0.0.xsd" target="_blank">http://maven.apache.org/xsd/maven-4.0.0.xsd</a><span>"&gt;</span></p><p>&#160; &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;</p><p>&#160; &lt;groupId&gt;be.ovam.soa&lt;/groupId&gt;</p><p>&#160; &lt;artifactId&gt;FakeSearchService&lt;/artifactId&gt;</p><p>&#160; &lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt;</p><p>&#160; &lt;packaging&gt;war&lt;/packaging&gt;</p><p>&#160; &lt;name&gt;fake search service&lt;/name&gt;</p><p>&#160; &lt;description&gt;This is a simulation of the SearchService&lt;/description&gt;</p><p>&#160; &lt;dependencies&gt;</p><p>&#160;&#160;&#160; &lt;dependency&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;groupId&gt;org.jboss.ws.native&lt;/groupId&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;artifactId&gt;jbossws-native-client&lt;/artifactId&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;version&gt;3.3.1.GA&lt;/version&gt;</p><p>&#160;&#160;&#160; &lt;/dependency&gt;</p><p>&#160; &lt;/dependencies&gt;</p><p>&#160; &lt;build&gt;</p><p>&#160;&#160;&#160; &lt;plugins&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;plugin&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;version&gt;2.3.2&lt;/version&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;configuration&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;source&gt;1.6&lt;/source&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;target&gt;1.6&lt;/target&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/configuration&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/plugin&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;plugin&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;groupId&gt;org.jboss.ws.plugins&lt;/groupId&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;artifactId&gt;maven-jaxws-tools-plugin&lt;/artifactId&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;version&gt;1.0.0.GA&lt;/version&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;configuration&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;wsdls&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;wsdl&gt;${basedir}/wsdl/OrderProcess.wsdl&lt;/wsdl&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/wsdls&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;targetPackage&gt;be.ovam.soa&lt;/targetPackage&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;extension&gt;true&lt;/extension&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/configuration&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;executions&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;execution&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;goals&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;goal&gt;wsconsume&lt;/goal&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/goals&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/execution&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/executions&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/plugin&gt;</p><p>&#160;&#160;&#160; &lt;/plugins&gt;</p><p>&#160; &lt;/build&gt;</p><p>&lt;/project&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Now it generates the stubs, etc. but the generated stuff doesn't compile raising this errors:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>22/02/12 16:51:27 CET: [INFO] Compiling 7 source files to /home/nicolas/workspace/jds40/FakeSearchService/target/classes</p><p>22/02/12 16:51:28 CET: [INFO] -------------------------------------------------------------</p><p>22/02/12 16:51:28 CET: [ERROR] COMPILATION ERROR : </p><p>22/02/12 16:51:28 CET: [INFO] -------------------------------------------------------------</p><p>22/02/12 16:51:28 CET: [ERROR] /home/nicolas/workspace/jds40/FakeSearchService/target/wsconsume/java/be/ovam/soa/OrderProcessService.java:[46,8] cannot find symbol</p><p>symbol&#160; : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])</p><p>location: class javax.xml.ws.Service</p><p>22/02/12 16:51:28 CET: [ERROR] /home/nicolas/workspace/jds40/FakeSearchService/target/wsconsume/java/be/ovam/soa/OrderProcessService.java:[54,8] cannot find symbol</p><p>symbol&#160; : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])</p><p>location: class javax.xml.ws.Service</p><p>22/02/12 16:51:28 CET: [ERROR] /home/nicolas/workspace/jds40/FakeSearchService/target/wsconsume/java/be/ovam/soa/OrderProcessService.java:[62,8] cannot find symbol</p><p>symbol&#160; : constructor Service(java.net.URL,javax.xml.namespace.QName,javax.xml.ws.WebServiceFeature[])</p><p>location: class javax.xml.ws.Service</p><p>22/02/12 16:51:28 CET: [INFO] 3 errors </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>So it doesn't compile what itself has generated !</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/718783#718783">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>