Description of problem: Web Service requires end point config, which is not configured on server. Deployment containing such service should fail if the config is not defined @org.apache.cxf.annotations.Logging(pretty=true) @EndpointConfig(configName = "sts-config") @javax.jws.WebService public class TestEndpointImpl { public String hello(String name) { return "Hello, " + name + "!"; } } Version-Release number of selected component (if applicable): 6.2.0.CR1 How reproducible: Always Steps to Reproduce: see https://bugzilla.redhat.com/show_bug.cgi?id=1021049#c13 and following comment from Alessio. Actual results: Deployment succeds Expected results: Deployment fails
I'm fine with this, upstream jira: https://issues.jboss.org/browse/JBWS-3732 This is not going to be fixed in EAP 6.2, though. Will need to move to 6.3.
Additional scenario: Endpoint config is defined but handler class is wrong - I would say it should result in deployment failure as well
Created attachment 834940 [details] diff of code changes
Setting to ON_QA since upgrade should fix this
Verified for EAP-6.3.0.ER1