When I try to deploy my maven project using mvn clean install wildfly:deploy and then try to upload the war file manually this is what I am seeing:
{"WFLYCTL0080: Failed services" => {"jboss.deployment.subunit.\"myapp-ear.ear\".\"myapp-ws.war\".undertow-deployment.UndertowDeploymentInfoService" => "Failed to start service
Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: org.ws.MyappWS.<init>()
Caused by: java.lang.NoSuchMethodException: org.ws.MyAppWS.<init>()"}}
If I try to deploy using the command line, this is what I am seeing:
Here is what I see in the wildfly console:
Does anyone have any suggestions? TIA.
Okay, I have found it, I had put this on web.xml:
But needed to change it to this: