Skip to content

Can't get client to work (UnsatisfiedResolutionException) #719

Answered by shumonsharif
fledged asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fledged, it should work with some very simple tweaks to your client project ...

diff --git a/pom.xml b/pom.xml
index a805d83..3ba8254 100755
--- a/pom.xml
+++ b/pom.xml
@@ -121,9 +121,11 @@
       <plugin>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-codegen-plugin</artifactId>
-        <version>4.0.0</version>
+        <version>3.5.5</version>
         <executions>
           <execution>
+            <id>generate-sources</id>
+            <phase>generate-sources</phase>
             <goals>
               <goal>wsdl2java</goal>
             </goals>
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 2fd725a.…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fledged
Comment options

Answer selected by fledged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants